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

Go to the source code of this file.

Functions

void InitialDeformation (const Vector &x, Vector &y)
 
void InitialVelocity (const Vector &x, Vector &v)
 
void visualize (ostream &os, Mesh *mesh, GridFunction *deformed_nodes, GridFunction *field, const char *field_name=NULL, bool init_vis=false)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ InitialDeformation()

void InitialDeformation ( const Vector x,
Vector y 
)

Definition at line 810 of file ex10.cpp.

◆ InitialVelocity()

void InitialVelocity ( const Vector x,
Vector v 
)

Definition at line 817 of file ex10.cpp.

◆ main()

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

Definition at line 211 of file ex10.cpp.

◆ visualize()

void visualize ( ostream &  os,
Mesh mesh,
GridFunction deformed_nodes,
GridFunction field,
const char *  field_name = NULL,
bool  init_vis = false 
)

Definition at line 527 of file ex10.cpp.