MFEM  v4.0
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::SEGMENT, P > Class Template Reference

#include <tfe.hpp>

Collaboration diagram for mfem::H1_FiniteElement< Geometry::SEGMENT, 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
 
template<typename real_t >
void Calc1DShapes (const IntegrationRule &ir, real_t *B, real_t *G) const
 
const Array< int > * GetDofMap () const
 

Static Public Attributes

static const Geometry::Type geom = Geometry::SEGMENT
 
static const int dim = 1
 
static const int degree = P
 
static const int dofs = P+1
 
static const bool tensor_prod = true
 
static const int dofs_1d = P+1
 

Protected Member Functions

void Init (const parameter_type type_)
 

Protected Attributes

const FiniteElementmy_fe
 
const Array< int > * my_dof_map
 
parameter_type type
 

Detailed Description

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

Definition at line 83 of file tfe.hpp.

Member Typedef Documentation

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

Definition at line 95 of file tfe.hpp.

Constructor & Destructor Documentation

Definition at line 120 of file tfe.hpp.

template<int P>
mfem::H1_FiniteElement< Geometry::SEGMENT, P >::H1_FiniteElement ( const FiniteElementCollection fec)
inline

Definition at line 124 of file tfe.hpp.

template<int P>
mfem::H1_FiniteElement< Geometry::SEGMENT, P >::~H1_FiniteElement ( )
inline

Definition at line 131 of file tfe.hpp.

Member Function Documentation

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

Definition at line 139 of file tfe.hpp.

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

Definition at line 134 of file tfe.hpp.

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

Definition at line 143 of file tfe.hpp.

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

Definition at line 101 of file tfe.hpp.

Member Data Documentation

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

Definition at line 88 of file tfe.hpp.

template<int P>
const int mfem::H1_FiniteElement< Geometry::SEGMENT, P >::dim = 1
static

Definition at line 87 of file tfe.hpp.

template<int P>
const int mfem::H1_FiniteElement< Geometry::SEGMENT, P >::dofs = P+1
static

Definition at line 89 of file tfe.hpp.

template<int P>
const int mfem::H1_FiniteElement< Geometry::SEGMENT, P >::dofs_1d = P+1
static

Definition at line 92 of file tfe.hpp.

template<int P>
const Geometry::Type mfem::H1_FiniteElement< Geometry::SEGMENT, P >::geom = Geometry::SEGMENT
static

Definition at line 86 of file tfe.hpp.

template<int P>
const Array<int>* mfem::H1_FiniteElement< Geometry::SEGMENT, P >::my_dof_map
protected

Definition at line 99 of file tfe.hpp.

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

Definition at line 98 of file tfe.hpp.

template<int P>
const bool mfem::H1_FiniteElement< Geometry::SEGMENT, P >::tensor_prod = true
static

Definition at line 91 of file tfe.hpp.

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

Definition at line 100 of file tfe.hpp.


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