MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
ex19.cpp File Reference

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 183 of file ex19.cpp.

void ReferenceConfiguration ( const Vector x,
Vector y 
)

Definition at line 579 of file ex19.cpp.

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