![]() |
MFEM v4.8.0
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) |
| real_t | uExact (const Vector &x) |
| void | duExact (const Vector &x, Vector &du) |
| void | fluxExact (const Vector &x, Vector &f) |
| int | main (int argc, char *argv[]) |
| void sigmaFunc | ( | const Vector & | x, |
| DenseMatrix & | s ) |