#include <Albany_AbstractMeshStruct.hpp>

Public Member Functions | |
| CellSpecs (const CellTopologyData &ctd, const int worksetSize, const int cubdegree, const int numdim, const int vecdim=-1, const int numface=0, bool compositeTet=false) | |
| unsigned int | getNumVertices () |
| unsigned int | getNumNodes () |
| unsigned int | getNumQPs () |
Private Attributes | |
| const CellTopologyData & | cellTopologyData |
| const shards::CellTopology & | cellType |
| const Teuchos::RCP < Intrepid::Basis< RealType, Intrepid::FieldContainer < RealType > > > | intrepidBasis |
| const Teuchos::RCP < Intrepid::Cubature< RealType > > | cellCubature |
| const Albany::Layouts | dl |
Static Private Attributes | |
| static Intrepid::DefaultCubatureFactory < RealType > | cubFactory |
Definition at line 31 of file Albany_AbstractMeshStruct.hpp.
| Albany::CellSpecs::CellSpecs | ( | const CellTopologyData & | ctd, | |
| const int | worksetSize, | |||
| const int | cubdegree, | |||
| const int | numdim, | |||
| const int | vecdim = -1, |
|||
| const int | numface = 0, |
|||
| bool | compositeTet = false | |||
| ) | [inline] |
Definition at line 35 of file Albany_AbstractMeshStruct.hpp.
| unsigned int Albany::CellSpecs::getNumVertices | ( | ) | [inline] |
Definition at line 45 of file Albany_AbstractMeshStruct.hpp.
| unsigned int Albany::CellSpecs::getNumNodes | ( | ) | [inline] |
Definition at line 46 of file Albany_AbstractMeshStruct.hpp.
| unsigned int Albany::CellSpecs::getNumQPs | ( | ) | [inline] |
Definition at line 47 of file Albany_AbstractMeshStruct.hpp.
Intrepid::DefaultCubatureFactory< RealType > Albany::CellSpecs::cubFactory [static, private] |
Definition at line 51 of file Albany_AbstractMeshStruct.hpp.
const CellTopologyData& Albany::CellSpecs::cellTopologyData [private] |
Definition at line 53 of file Albany_AbstractMeshStruct.hpp.
const shards::CellTopology& Albany::CellSpecs::cellType [private] |
Definition at line 54 of file Albany_AbstractMeshStruct.hpp.
const Teuchos::RCP<Intrepid::Basis<RealType, Intrepid::FieldContainer<RealType> > > Albany::CellSpecs::intrepidBasis [private] |
Definition at line 55 of file Albany_AbstractMeshStruct.hpp.
const Teuchos::RCP<Intrepid::Cubature<RealType> > Albany::CellSpecs::cellCubature [private] |
Definition at line 56 of file Albany_AbstractMeshStruct.hpp.
const Albany::Layouts Albany::CellSpecs::dl [private] |
Definition at line 59 of file Albany_AbstractMeshStruct.hpp.
1.7.1