MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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.
 

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 53 of file hooke.cpp.

Variable Documentation

◆ dimension

int dimension = 3
constexpr

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

Definition at line 45 of file hooke.cpp.