MFEM  v3.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 H1_FECollection::BasisType parameter_type
 

Public Member Functions

 H1_FiniteElement (const parameter_type type_=H1_FECollection::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 275 of file tfe.hpp.

Member Typedef Documentation

Definition at line 286 of file tfe.hpp.

Constructor & Destructor Documentation

Definition at line 309 of file tfe.hpp.

Definition at line 313 of file tfe.hpp.

Definition at line 320 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 323 of file tfe.hpp.

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

Definition at line 327 of file tfe.hpp.

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

Definition at line 291 of file tfe.hpp.

Member Data Documentation

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

Definition at line 280 of file tfe.hpp.

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

Definition at line 279 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 281 of file tfe.hpp.

Definition at line 278 of file tfe.hpp.

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

Definition at line 289 of file tfe.hpp.

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

Definition at line 283 of file tfe.hpp.

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

Definition at line 290 of file tfe.hpp.


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