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