Sierra Toolkit
Version of the Day
FieldData.cpp
1
/*------------------------------------------------------------------------*/
2
/* Copyright 2010 Sandia Corporation. */
3
/* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */
4
/* license for use of this work by or on behalf of the U.S. Government. */
5
/* Export of this program may require a license from the */
6
/* United States Government. */
7
/*------------------------------------------------------------------------*/
8
13
#include <stk_mesh/base/FieldData.hpp>
14
15
namespace
stk_classic
{
16
namespace
mesh {
17
18
//----------------------------------------------------------------------
19
20
const
EntityDimension
&
EntityDimension::tag
()
21
{
static
const
EntityDimension
self ;
return
self ; }
22
23
const
char
* EntityDimension::name()
const
24
{
static
const
char
n[] =
"EntityDimension"
;
return
n ; }
25
26
//----------------------------------------------------------------------
27
28
}
//namespace mesh
29
}
//namespace stk_classic
30
stk_classic::mesh::EntityDimension::tag
static const EntityDimension & tag()
Singleton.
Definition:
FieldData.cpp:20
stk_classic
Sierra Toolkit.
Definition:
AlgorithmRunner.cpp:16
stk_classic::mesh::EntityDimension
Implement ArrayDimTag for the entity count dimension of a BucketArray.
Definition:
FieldData.hpp:196
stk_mesh
stk_mesh
base
FieldData.cpp
Generated by
1.8.14