MFEM v2.0
Public Member Functions | Private Attributes
Local_FECollection Class Reference

Discontinuous collection defined locally by a given finite element. More...

#include <fe_coll.hpp>

Inheritance diagram for Local_FECollection:
Inheritance graph
[legend]
Collaboration diagram for Local_FECollection:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Local_FECollection (const char *fe_name)
virtual const FiniteElementFiniteElementForGeometry (int _GeomType) const
virtual int DofForGeometry (int _GeomType) const
virtual int * DofOrderForOrientation (int GeomType, int Or) const
virtual const char * Name () const
virtual ~Local_FECollection ()

Private Attributes

char d_name [32]
int GeomType
FiniteElementLocal_Element

Detailed Description

Discontinuous collection defined locally by a given finite element.

Definition at line 674 of file fe_coll.hpp.


Constructor & Destructor Documentation

Local_FECollection::Local_FECollection ( const char *  fe_name)

Definition at line 1445 of file fe_coll.cpp.

References Geometry::CUBE, d_name, GeomType, Local_Element, mfem_error(), and Geometry::SQUARE.

virtual Local_FECollection::~Local_FECollection ( ) [inline, virtual]

Definition at line 692 of file fe_coll.hpp.

References Local_Element.


Member Function Documentation

virtual int Local_FECollection::DofForGeometry ( int  _GeomType) const [inline, virtual]

Implements FiniteElementCollection.

Definition at line 686 of file fe_coll.hpp.

References GeomType, FiniteElement::GetDof(), and Local_Element.

virtual int* Local_FECollection::DofOrderForOrientation ( int  GeomType,
int  Or 
) const [inline, virtual]

Implements FiniteElementCollection.

Definition at line 688 of file fe_coll.hpp.

virtual const FiniteElement* Local_FECollection::FiniteElementForGeometry ( int  _GeomType) const [inline, virtual]

Implements FiniteElementCollection.

Definition at line 684 of file fe_coll.hpp.

References GeomType, and Local_Element.

virtual const char* Local_FECollection::Name ( ) const [inline, virtual]

Reimplemented from FiniteElementCollection.

Definition at line 690 of file fe_coll.hpp.

References d_name.


Member Data Documentation

char Local_FECollection::d_name[32] [private]

Definition at line 677 of file fe_coll.hpp.

Referenced by Local_FECollection(), and Name().

Definition at line 678 of file fe_coll.hpp.

Referenced by DofForGeometry(), FiniteElementForGeometry(), and Local_FECollection().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines