MFEM
v3.2
Finite element discretization library
|
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_t > | mesh_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 > | oper_t |
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 TConstantCoefficient coeff_t |
Definition at line 66 of file miniapps/performance/ex1p.cpp.
typedef TIntegrationRule<geom,ir_order> int_rule_t |
Definition at line 65 of file miniapps/performance/ex1p.cpp.
typedef TIntegrator<coeff_t,TDiffusionKernel> integ_t |
Definition at line 67 of file miniapps/performance/ex1p.cpp.
typedef H1_FiniteElement<geom,mesh_p> mesh_fe_t |
Definition at line 56 of file miniapps/performance/ex1p.cpp.
typedef H1_FiniteElementSpace<mesh_fe_t> mesh_fes_t |
Definition at line 57 of file miniapps/performance/ex1p.cpp.
typedef TMesh<mesh_fes_t> mesh_t |
Definition at line 58 of file miniapps/performance/ex1p.cpp.
typedef TBilinearForm<mesh_t,sol_fes_t,int_rule_t,integ_t> oper_t |
Definition at line 70 of file miniapps/performance/ex1p.cpp.
typedef H1_FiniteElement<geom,sol_p> sol_fe_t |
Definition at line 61 of file miniapps/performance/ex1p.cpp.
typedef H1_FiniteElementSpace<sol_fe_t> sol_fes_t |
Definition at line 62 of file miniapps/performance/ex1p.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 72 of file miniapps/performance/ex1p.cpp.
const Geometry::Type geom = Geometry::CUBE |
Definition at line 49 of file miniapps/performance/ex1p.cpp.
Definition at line 53 of file miniapps/performance/ex1p.cpp.
const int mesh_p = 3 |
Definition at line 50 of file miniapps/performance/ex1p.cpp.
const int rdim = Geometry::Constants<geom>::Dimension |
Definition at line 52 of file miniapps/performance/ex1p.cpp.
const int sol_p = 3 |
Definition at line 51 of file miniapps/performance/ex1p.cpp.