MFEM  v3.4
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 &out, Mesh *mesh, GridFunction *deformed_nodes, GridFunction *field, const char *field_name=NULL, bool init_vis=false)
 
int main (int argc, char *argv[])
 

Function Documentation

void InitialDeformation ( const Vector x,
Vector y 
)
void InitialVelocity ( const Vector x,
Vector v 
)
int main ( int  argc,
char *  argv[] 
)

Definition at line 228 of file ex10.cpp.

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