MFEM  v4.6.0
Finite element discretization library
Classes | Namespaces
teltrans.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::TElementTransformation< Mesh_t, IR, real_t >
 Element transformation class, templated on a mesh type and an integration rule. It is constructed from a mesh (e.g. class TMesh) and shape evaluator (e.g. class ShapeEvaluator) objects. Allows computation of physical coordinates and Jacobian matrices corresponding to the reference integration points. The desired result is specified through the template subclass Result and stored in an object of the same type. More...
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Get< coeff_t, kernel_t >
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< EvalOps, impl_traits_t >
 Templated struct Result, used to specify the type result that is computed by the TElementTransformation::Eval() method and stored in this structure. More...
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 0, it_t >
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 1, it_t >
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 2, it_t >
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 3, it_t >
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 6, it_t >
 
struct  mfem::TElementTransformation< Mesh_t, IR, real_t >::Result< 10, it_t >
 

Namespaces

 mfem