MFEM  v3.4
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions | Variables
mesh-explorer.cpp File Reference

Go to the source code of this file.

Functions

void transformation (const Vector &p, Vector &v)
 
double region (const Vector &p)
 
Meshread_par_mesh (int np, const char *mesh_prefix)
 
int main (int argc, char *argv[])
 

Variables

double region_eps = 1e-8
 

Function Documentation

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

Definition at line 121 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.

void transformation ( const Vector p,
Vector v 
)

Definition at line 43 of file mesh-explorer.cpp.

Variable Documentation

double region_eps = 1e-8

Definition at line 67 of file mesh-explorer.cpp.