Classes | Namespaces | Defines

Albany_TmplSTKMeshStruct.hpp File Reference

#include "Albany_GenericSTKMeshStruct.hpp"
Include dependency graph for Albany_TmplSTKMeshStruct.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Albany::albany_stk_mesh_traits< Dim >
 A Template for STK mesh classes that generate their own mesh. More...
struct  Albany::EBSpecsStruct< Dim, traits >
 Element block specs. More...
class  Albany::TmplSTKMeshStruct< Dim, traits >
 Template for STK internal mesh generation classes. More...
struct  Albany::albany_stk_mesh_traits< 0 >
struct  Albany::albany_stk_mesh_traits< 1 >
struct  Albany::albany_stk_mesh_traits< 2 >
struct  Albany::albany_stk_mesh_traits< 3 >

Namespaces

namespace  Albany
 

Albany driver code, problems, discretizations, and responses.


Defines

#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_0D(name)   template class name<0>;
#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_1D(name)   template class name<1>;
#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_2D(name)   template class name<2>;
#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_3D(name)   template class name<3>;
#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS(name)

Define Documentation

#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_0D (   name  )     template class name<0>;

Definition at line 205 of file Albany_TmplSTKMeshStruct.hpp.

#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_1D (   name  )     template class name<1>;

Definition at line 207 of file Albany_TmplSTKMeshStruct.hpp.

#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_2D (   name  )     template class name<2>;

Definition at line 209 of file Albany_TmplSTKMeshStruct.hpp.

#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS_3D (   name  )     template class name<3>;

Definition at line 211 of file Albany_TmplSTKMeshStruct.hpp.

#define TMPLSTK_INSTANTIATE_TEMPLATE_CLASS (   name  )