MFEM  v4.6.0
Finite element discretization library
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

◆ InitialDeformation()

void InitialDeformation ( const Vector x,
Vector y 
)

Definition at line 585 of file ex19.cpp.

◆ main()

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

Definition at line 183 of file ex19.cpp.

◆ ReferenceConfiguration()

void ReferenceConfiguration ( const Vector x,
Vector y 
)

Definition at line 579 of file ex19.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 545 of file ex19.cpp.