MFEM  v3.3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Typedefs | Functions | Variables
miniapps/performance/ex1.cpp File Reference

Go to the source code of this file.

Typedefs

typedef H1_FiniteElement< geom,
mesh_p
mesh_fe_t
 
typedef H1_FiniteElementSpace
< mesh_fe_t
mesh_fes_t
 
typedef TMesh< mesh_fes_tmesh_t
 
typedef H1_FiniteElement< geom,
sol_p
sol_fe_t
 
typedef H1_FiniteElementSpace
< sol_fe_t
sol_fes_t
 
typedef TIntegrationRule< geom,
ir_order
int_rule_t
 
typedef TConstantCoefficient coeff_t
 
typedef TIntegrator< coeff_t,
TDiffusionKernel
integ_t
 
typedef TBilinearForm< mesh_t,
sol_fes_t, int_rule_t, integ_t
HPCBilinearForm
 

Functions

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

Variables

const Geometry::Type geom = Geometry::CUBE
 
const int mesh_p = 3
 
const int sol_p = 3
 
const int rdim = Geometry::Constants<geom>::Dimension
 
const int ir_order = 2*sol_p+rdim-1
 

Typedef Documentation

Definition at line 57 of file miniapps/performance/ex1.cpp.

Definition at line 61 of file miniapps/performance/ex1.cpp.

Definition at line 56 of file miniapps/performance/ex1.cpp.

Definition at line 58 of file miniapps/performance/ex1.cpp.

Definition at line 47 of file miniapps/performance/ex1.cpp.

Definition at line 48 of file miniapps/performance/ex1.cpp.

Definition at line 49 of file miniapps/performance/ex1.cpp.

Definition at line 52 of file miniapps/performance/ex1.cpp.

Definition at line 53 of file miniapps/performance/ex1.cpp.

Function Documentation

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

Definition at line 63 of file miniapps/performance/ex1.cpp.

Variable Documentation

const Geometry::Type geom = Geometry::CUBE

Definition at line 40 of file miniapps/performance/ex1.cpp.

const int ir_order = 2*sol_p+rdim-1

Definition at line 44 of file miniapps/performance/ex1.cpp.

const int mesh_p = 3

Definition at line 41 of file miniapps/performance/ex1.cpp.

const int rdim = Geometry::Constants<geom>::Dimension

Definition at line 43 of file miniapps/performance/ex1.cpp.

const int sol_p = 3

Definition at line 42 of file miniapps/performance/ex1.cpp.