|
MFEM
v4.1.0
Finite element discretization library
|
Go to the source code of this file.
Functions | |
| void | transformation (const Vector &p, Vector &v) |
| double | region (const Vector &p) |
| Mesh * | read_par_mesh (int np, const char *mesh_prefix) |
| Mesh * | skin_mesh (Mesh *mesh) |
| int | main (int argc, char *argv[]) |
Variables | |
| double | region_eps = 1e-8 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 230 of file mesh-explorer.cpp.
| Mesh* read_par_mesh | ( | int | np, |
| const char * | mesh_prefix | ||
| ) |
Definition at line 75 of file mesh-explorer.cpp.
| double region | ( | const Vector & | p | ) |
Definition at line 68 of file mesh-explorer.cpp.
This should not happen
Definition at line 122 of file mesh-explorer.cpp.
Definition at line 43 of file mesh-explorer.cpp.
| double region_eps = 1e-8 |
Definition at line 67 of file mesh-explorer.cpp.
1.8.5