MFEM
v4.5.1
Finite element discretization library
|
Go to the source code of this file.
Functions | |
Mesh * | GetMesh (int type) |
void | trans (const Vector &x, Vector &r) |
void | sigmaFunc (const Vector &x, DenseMatrix &s) |
double | uExact (const Vector &x) |
void | duExact (const Vector &x, Vector &du) |
void | fluxExact (const Vector &x, Vector &f) |
int | main (int argc, char *argv[]) |
Mesh* GetMesh | ( | int | type | ) |
void sigmaFunc | ( | const Vector & | x, |
DenseMatrix & | s | ||
) |