MFEM  v3.3.2
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P > Class Template Reference

#include <tfe.hpp>

Collaboration diagram for mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >:
[legend]

Public Types

typedef int parameter_type
 

Public Member Functions

 H1_FiniteElement (const parameter_type type_=BasisType::GaussLobatto)
 
 H1_FiniteElement (const FiniteElementCollection &fec)
 
 ~H1_FiniteElement ()
 
template<typename real_t >
void CalcShapes (const IntegrationRule &ir, real_t *B, real_t *G) const
 
const Array< int > * GetDofMap () const
 

Static Public Attributes

static const Geometry::Type geom = Geometry::TETRAHEDRON
 
static const int dim = 3
 
static const int degree = P
 
static const int dofs = ((P + 1)*(P + 2)*(P + 3))/6
 
static const bool tensor_prod = false
 

Protected Member Functions

void Init (const parameter_type type_)
 

Protected Attributes

const FiniteElementmy_fe
 
parameter_type type
 

Detailed Description

template<int P>
class mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >

Definition at line 266 of file tfe.hpp.

Member Typedef Documentation

template<int P>
typedef int mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::parameter_type

Definition at line 277 of file tfe.hpp.

Constructor & Destructor Documentation

Definition at line 297 of file tfe.hpp.

Definition at line 301 of file tfe.hpp.

Definition at line 308 of file tfe.hpp.

Member Function Documentation

template<int P>
template<typename real_t >
void mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::CalcShapes ( const IntegrationRule ir,
real_t *  B,
real_t *  G 
) const
inline

Definition at line 311 of file tfe.hpp.

template<int P>
const Array<int>* mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::GetDofMap ( ) const
inline

Definition at line 315 of file tfe.hpp.

template<int P>
void mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::Init ( const parameter_type  type_)
inlineprotected

Definition at line 282 of file tfe.hpp.

Member Data Documentation

template<int P>
const int mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::degree = P
static

Definition at line 271 of file tfe.hpp.

template<int P>
const int mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::dim = 3
static

Definition at line 270 of file tfe.hpp.

template<int P>
const int mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::dofs = ((P + 1)*(P + 2)*(P + 3))/6
static

Definition at line 272 of file tfe.hpp.

Definition at line 269 of file tfe.hpp.

template<int P>
const FiniteElement* mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::my_fe
protected

Definition at line 280 of file tfe.hpp.

template<int P>
const bool mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::tensor_prod = false
static

Definition at line 274 of file tfe.hpp.

template<int P>
parameter_type mfem::H1_FiniteElement< Geometry::TETRAHEDRON, P >::type
protected

Definition at line 281 of file tfe.hpp.


The documentation for this class was generated from the following file: