MFEM  v4.6.0
Finite element discretization library
Functions | Variables
hooke.cpp File Reference

Go to the source code of this file.

Functions

void display_banner (ostream &os)
 
int main (int argc, char *argv[])
 

Variables

constexpr int dimension = 3
 This example only works in 3D. Kernels for 2D are not implemented. More...
 

Function Documentation

◆ display_banner()

void display_banner ( ostream &  os)

Definition at line 47 of file hooke.cpp.

◆ main()

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

Definition at line 60 of file hooke.cpp.

Variable Documentation

◆ dimension

constexpr int dimension = 3

This example only works in 3D. Kernels for 2D are not implemented.

Definition at line 45 of file hooke.cpp.