|
Panzer
Version of the Day
|
Go to the documentation of this file.
43 #ifndef __Panzer_FaceFieldPattern_hpp__
44 #define __Panzer_FaceFieldPattern_hpp__
46 #include "PanzerDofMgr_config.hpp"
53 #include "Shards_CellTopology.hpp"
virtual shards::CellTopology getCellTopology() const
virtual int getSubcellCount(int dim) const
void setCellTopology(const shards::CellTopology &ct)
Set the cell topology for this field pattern.
virtual void getSubcellClosureIndices(int dim, int cellIndex, std::vector< int > &indices) const
virtual const std::vector< int > & getSubcellIndices(int dim, int cellIndex) const
std::vector< int > empty_
shards::CellTopology cellTopo_
std::vector< std::vector< int > > FaceIndices_
virtual ~FaceFieldPattern()
Do nothing destructor.
virtual int getDimension() const