Sierra Toolkit  Version of the Day
stk_classic::mesh::SymmetricTensor33 Struct Reference

Implement an shards::ArrayDimTag for SymmetricTensor. More...

#include <CoordinateSystems.hpp>

Inherits ArrayDimTag.

Public Types

enum  { Size = 6 }
 
enum  {
  XX = 0,
  XY = 3,
  XZ = 5,
  YX = 3,
  YY = 1,
  YZ = 4,
  ZX = 5,
  ZY = 4,
  ZZ = 2
}
 

Public Member Functions

const char * name () const
 
std::string to_string (size_type, size_type) const
 
size_type to_index (size_type, const std::string &) const
 

Static Public Member Functions

static const SymmetricTensor33tag ()
 Singleton.
 

Detailed Description

Implement an shards::ArrayDimTag for SymmetricTensor.

Todo:
REFACTOR Where should SymmetricTensor live, in the application, in the toolkit or a common application header?

Definition at line 170 of file CoordinateSystems.hpp.


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