Public Member Functions | Public Attributes

Albany::MeshSpecsStruct Struct Reference

#include <Albany_StateInfoStruct.hpp>

List of all members.

Public Member Functions

 MeshSpecsStruct (const CellTopologyData &ctd_, int numDim_, int cubatureDegree_, std::vector< std::string > nsNames_, std::vector< std::string > ssNames_, int worsetSize_, const std::string ebName_, const std::map< std::string, int > &ebNameToIndex_, bool interleavedOrdering_, const Intrepid::EIntrepidPLPoly cubatureRule_=Intrepid::PL_GAUSS)

Public Attributes

CellTopologyData ctd
int numDim
int cubatureDegree
std::vector< std::string > nsNames
std::vector< std::string > ssNames
int worksetSize
const std::string ebName
const std::map< std::string,
int > & 
ebNameToIndex
bool interleavedOrdering
const Intrepid::EIntrepidPLPoly cubatureRule

Detailed Description

Definition at line 42 of file Albany_StateInfoStruct.hpp.


Constructor & Destructor Documentation

Albany::MeshSpecsStruct::MeshSpecsStruct ( const CellTopologyData &  ctd_,
int  numDim_,
int  cubatureDegree_,
std::vector< std::string >  nsNames_,
std::vector< std::string >  ssNames_,
int  worsetSize_,
const std::string  ebName_,
const std::map< std::string, int > &  ebNameToIndex_,
bool  interleavedOrdering_,
const Intrepid::EIntrepidPLPoly  cubatureRule_ = Intrepid::PL_GAUSS 
) [inline]

Definition at line 43 of file Albany_StateInfoStruct.hpp.


Member Data Documentation

CellTopologyData Albany::MeshSpecsStruct::ctd

Definition at line 54 of file Albany_StateInfoStruct.hpp.

Definition at line 55 of file Albany_StateInfoStruct.hpp.

Definition at line 56 of file Albany_StateInfoStruct.hpp.

std::vector<std::string> Albany::MeshSpecsStruct::nsNames

Definition at line 57 of file Albany_StateInfoStruct.hpp.

std::vector<std::string> Albany::MeshSpecsStruct::ssNames

Definition at line 58 of file Albany_StateInfoStruct.hpp.

Definition at line 59 of file Albany_StateInfoStruct.hpp.

Definition at line 60 of file Albany_StateInfoStruct.hpp.

const std::map<std::string, int>& Albany::MeshSpecsStruct::ebNameToIndex

Definition at line 61 of file Albany_StateInfoStruct.hpp.

Definition at line 62 of file Albany_StateInfoStruct.hpp.

const Intrepid::EIntrepidPLPoly Albany::MeshSpecsStruct::cubatureRule

Definition at line 63 of file Albany_StateInfoStruct.hpp.


The documentation for this struct was generated from the following file: