Public Member Functions | Private Attributes | Static Private Attributes

Albany::CellSpecs Class Reference

#include <Albany_AbstractMeshStruct.hpp>

Collaboration diagram for Albany::CellSpecs:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 31 of file Albany_AbstractMeshStruct.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

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.

Definition at line 59 of file Albany_AbstractMeshStruct.hpp.


The documentation for this class was generated from the following files: