MFEM  v4.6.0
Finite element discretization library
Functions
snake.cpp File Reference

Go to the source code of this file.

Functions

void trans (const int *conf, Mesh &mesh)
 
bool anim_step (const int *conf, Mesh &mesh)
 
int main (int argc, char *argv[])
 
void rotate (double *x)
 
void rotate_step (double *x)
 

Function Documentation

◆ anim_step()

bool anim_step ( const int *  conf,
Mesh mesh 
)

Definition at line 447 of file snake.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 129 of file snake.cpp.

◆ rotate()

void rotate ( double *  x)

Definition at line 316 of file snake.cpp.

◆ rotate_step()

void rotate_step ( double *  x)

Definition at line 387 of file snake.cpp.

◆ trans()

void trans ( const int *  conf,
Mesh mesh 
)

Definition at line 369 of file snake.cpp.