MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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 (real_t *x)
 
void rotate_step (real_t *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 ( real_t * x)

Definition at line 316 of file snake.cpp.

◆ rotate_step()

void rotate_step ( real_t * 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.