Public Member Functions
Sundance::RaviartThomas Class Reference
Inheritance diagram for Sundance::RaviartThomas:
Sundance::HDivVectorBasis Sundance::VectorBasis Sundance::BasisFamilyBase Playa::Handleable< BasisFamilyBase > Playa::Printable Sundance::ObjectWithClassVerbosity< BasisFamilyBase > Sundance::BasisDOFTopologyBase Sundance::TensorBasisBase Sundance::BasisReferenceEvaluationBase Playa::ObjectWithVerbosity

List of all members.

Public Member Functions

 RaviartThomas (int spatialDim)
int order () const
void print (std::ostream &os) const
bool supportsCellTypePair (const CellType &maximalCellType, const CellType &cellType) const
 Inform caller as to whether a given cell type is supported.
virtual void getReferenceDOFs (const CellType &maximalCellType, const CellType &cellType, Array< Array< Array< int > > > &dofs) const
virtual int nReferenceDOFsWithoutFacets (const CellType &maximalCellType, const CellType &cellType) const
virtual bool lessThan (const BasisDOFTopologyBase *other) const
std::string description () const
virtual void refEval (const CellType &cellType, const Array< Point > &pts, const SpatialDerivSpecifier &deriv, Array< Array< Array< double > > > &result, int verbosity=0) const

Detailed Description

Lowest-order Raviart-Thomas basis

Definition at line 54 of file SundanceRaviartThomas.hpp.


Constructor & Destructor Documentation

RaviartThomas::RaviartThomas ( int  spatialDim)

Definition at line 56 of file SundanceRaviartThomas.cpp.


Member Function Documentation

std::string RaviartThomas::description ( ) const

Definition at line 93 of file SundanceRaviartThomas.cpp.

void RaviartThomas::getReferenceDOFs ( const CellType maximalCellType,
const CellType cellType,
Array< Array< Array< int > > > &  dofs 
) const [virtual]
bool RaviartThomas::lessThan ( const BasisDOFTopologyBase other) const [virtual]

Reimplemented from Sundance::BasisFamilyBase.

Definition at line 150 of file SundanceRaviartThomas.cpp.

References Sundance::typeLessThan().

int RaviartThomas::nReferenceDOFsWithoutFacets ( const CellType maximalCellType,
const CellType cellType 
) const [virtual]

Implements Sundance::BasisDOFTopologyBase.

Definition at line 98 of file SundanceRaviartThomas.cpp.

References Sundance::dimension().

int Sundance::RaviartThomas::order ( ) const [inline, virtual]

Implements Sundance::BasisFamilyBase.

Definition at line 61 of file SundanceRaviartThomas.hpp.

void RaviartThomas::print ( std::ostream &  os) const [virtual]

Implements Playa::Printable.

Definition at line 249 of file SundanceRaviartThomas.cpp.

References Sundance::VectorBasis::dim().

void RaviartThomas::refEval ( const CellType cellType,
const Array< Point > &  pts,
const SpatialDerivSpecifier deriv,
Array< Array< Array< double > > > &  result,
int  verbosity = 0 
) const [virtual]
bool RaviartThomas::supportsCellTypePair ( const CellType maximalCellType,
const CellType cellType 
) const [virtual]

Inform caller as to whether a given cell type is supported.

Implements Sundance::BasisDOFTopologyBase.

Definition at line 60 of file SundanceRaviartThomas.cpp.

References Sundance::LineCell, Sundance::PointCell, Sundance::TetCell, and Sundance::TriangleCell.

Site Contact