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

#include <fe_coll.hpp>

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

List of all members.

Public Member Functions

 ND1_3DFECollection ()
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

Private Attributes

const Nedelec1HexFiniteElement HexahedronFE
const Nedelec1TetFiniteElement TetrahedronFE

Detailed Description

Lowest order Nedelec finite elements in 3D. This class is kept only for backward compatibility, consider using the new ND_FECollection instead.

Definition at line 611 of file fe_coll.hpp.


Constructor & Destructor Documentation

ND1_3DFECollection::ND1_3DFECollection ( ) [inline]

Definition at line 618 of file fe_coll.hpp.


Member Function Documentation

int ND1_3DFECollection::DofForGeometry ( int  GeomType) const [virtual]
int * ND1_3DFECollection::DofOrderForOrientation ( int  GeomType,
int  Or 
) const [virtual]

Implements FiniteElementCollection.

Definition at line 915 of file fe_coll.cpp.

const FiniteElement * ND1_3DFECollection::FiniteElementForGeometry ( int  GeomType) const [virtual]
virtual const char* ND1_3DFECollection::Name ( ) const [inline, virtual]

Reimplemented from FiniteElementCollection.

Definition at line 627 of file fe_coll.hpp.


Member Data Documentation

Definition at line 614 of file fe_coll.hpp.

Referenced by FiniteElementForGeometry().

Definition at line 615 of file fe_coll.hpp.

Referenced by FiniteElementForGeometry().


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