#include <Albany_STKNodeFieldContainer.hpp>
Public Types | |
enum | { size = 1 } |
typedef stk::mesh::Field< T > | field_type |
Static Public Member Functions | |
static field_type * | createField (const std::string &name, const std::vector< int > &dim, stk::mesh::fem::FEMMetaData *metaData) |
static void | saveFieldData (const Teuchos::RCP< const Epetra_Vector > &overlap_node_vec, const stk::mesh::BucketVector &all_elements, field_type *fld, int offset, int blocksize) |
Definition at line 87 of file Albany_STKNodeFieldContainer.hpp.
typedef stk::mesh::Field<T> Albany::NodeData_Traits< T, 1 >::field_type |
Definition at line 90 of file Albany_STKNodeFieldContainer.hpp.
anonymous enum |
Definition at line 89 of file Albany_STKNodeFieldContainer.hpp.
static field_type* Albany::NodeData_Traits< T, 1 >::createField | ( | const std::string & | name, | |
const std::vector< int > & | dim, | |||
stk::mesh::fem::FEMMetaData * | metaData | |||
) | [inline, static] |
Definition at line 91 of file Albany_STKNodeFieldContainer.hpp.
static void Albany::NodeData_Traits< T, 1 >::saveFieldData | ( | const Teuchos::RCP< const Epetra_Vector > & | overlap_node_vec, | |
const stk::mesh::BucketVector & | all_elements, | |||
field_type * | fld, | |||
int | offset, | |||
int | blocksize | |||
) | [inline, static] |
Definition at line 102 of file Albany_STKNodeFieldContainer.hpp.