| stk::diag::_resetiosflags | Class _resetiosflags is the reset ios flags reset manipulator |
| stk::diag::_setfill | Class _setfill is the fill character manipulator |
| stk::diag::_setiosflags | Class _setiosflags is the flags manipulator |
| stk::diag::_setlinemask | Class _setlinemask is the line mask manipulator |
| stk::diag::_setprecision | Class _setprecision is the precision manipulator |
| stk::diag::_setw | Class _setw is the width manipulator |
| stk::linsys::AggregateLinearSystem | Container for holding and manipulating collections of matrices and vectors |
| stk::basic_indent_streambuf< Ch, Tr > | Class basic_indent_streambuf implements a output streambuf that performs indentation, blank line removal and outline bracing, sending the result character stream to another output stream buffer |
| stk::basic_tee_streambuf< Ch, Tr > | Class basic_tee_streambuf maintains a list of destination output stream buffers to send written characters to |
| stk::search::bih::BihTree< RangeBoundingVolume, COMPARE_MODE > | Bih tree |
| stk::Bootstrap | Class Bootstrap serves as a bootstrapping mechanism for products in the sierra toolkit and elsewhere |
| stk::BroadcastArg | Class BroadcastArg creates a copy of argc and argv after broadcasting them from processor 0 |
| stk::mesh::Bucket | A container for the field data of a homogeneous collection of entities |
| stk::mesh::BucketArray< FieldType > | Field data Array for a given array field and bucket |
| stk::mesh::BucketArray< Field< ScalarType, Tag1, Tag2, Tag3, Tag4, Tag5, Tag6, Tag7 > > | Field data Array for a given array field and bucket |
| stk::mesh::BucketArray< Field< ScalarType, void, void, void, void, void, void, void > > | Field data Array for a given scalar field and bucket |
| stk::mesh::BucketIterator | A random access iterator for a bucket that dereferences to a entity reference |
| stk::mesh::BulkData | Manager for an integrated collection of entities, entity relations, and buckets of field data |
| stk::diag::c_ptr_< T > | Class c_ptr_ simply stores a pointer to an object of type T |
| stk::diag::c_ptr_func_< T, R > | Class c_ptr_func_ simply stores a pointer to an object of type T |
| stk::mesh::Cartesian | Implement an shards::ArrayDimTag for Cartesian coordinate dimensions |
| stk::diag::CPUTime | CPU runtime metric tag |
| stk::CSet | Set of entities of arbitrary types |
| stk::mesh::Cylindrical | Implement an shards::ArrayDimTag for Cylindrical coordinate dimensions |
| stk::parallel::DistributedIndex | Parallel cross-reference index for a collection of keys |
| stk::linsys::DofMapper | Perform mappings between degrees-of-freedom and equation-indices |
| stk::mesh::ElementNode | Define an array dimension of the number of nodes per element |
| stk::mesh::Entity | A fundamental unit within the discretization of a problem domain, including but not limited to nodes, edges, sides, and elements |
| stk::mesh::EntityArray< FieldType > | Field data Array for a given array field and entity |
| stk::mesh::EntityArray< Field< ScalarType, Tag1, Tag2, Tag3, Tag4, Tag5, Tag6, Tag7 > > | Field data Array for a given array field and entity |
| stk::mesh::EntityDimension | Implement ArrayDimTag for the entity count dimension of a BucketArray |
| stk::mesh::EntityKey | Integer type for the entity keys, which is an encoding of the entity type and entity identifier |
| stk::mesh::EntityLess | Comparison operator for entities compares the entities' keys |
| stk::EqualCase | Case-insensitive equality compare binary function object |
| stk::mesh::Field< Scalar, Tag1, Tag2, Tag3, Tag4, Tag5, Tag6, Tag7 > | Field with defined data type and multi-dimensions (if any) |
| stk::mesh::FieldBase | Field base class with an anonymous data type and anonymous multi-dimension |
| stk::mesh::FieldRelation | A defined entity-relationship between a field of a pointer type and the field that it should point to |
| stk::mesh::FieldTraits< Field< Scalar, Tag1, Tag2, Tag3, Tag4, Tag5, Tag6, Tag7 > > | Scalar type and multi-dimensional array traits of a Field |
| stk::mesh::FieldTraits< Field< Scalar, void, void, void, void, void, void, void > > | Scalar type and multi-dimensional array traits of a Field |
| stk::mesh::FullTensor | Implement an shards::ArrayDimTag for FullTensor |
| stk::mesh::Ghosting | Data for ghosting mesh entities |
| stk::GreaterCase | Case-insensitive greater-than compare binary function object |
| stk::GreaterEqualCase | Case-insensitive greater-than-or-equal-to compare binary function object |
| stk::search::ident::IdentProc< K, P > | Class template <class K, class P> IdentProc<K,P> |
| ignorecase_traits | Class ignorecase_traits is a character traits class that ignores case during compares |
| stk::IndexList< I0, I1, I2, I3, I4, I5, I6, I7, I8, I9, I10, I11, I12, I13, I14, I15, I16, I17, I18, I19, I20, I21, I22, I23, I24, I25, I26, I27, I28, I29, I30, I31 > | Compile-time list of indices |
| stk::IndexListAt< List, J > | Access member of compile-time list of indices |
| stk::diag::LapCount | Lap counter metric tag |
| stk::LessCase | Case-insensitive less-than compare binary function object |
| stk::LessEqualCase | Case-insensitive less-than-or-equal-to compare binary function object |
| stk::linsys::LinearSystem | Container of linear-system (matrix, vectors) and mapping objects |
| stk::LogControl | Class LogControl provides a mechanism for reducing excessive output |
| stk::LogControlRule | Interface LogControlRule describes the interface to a log control rule |
| stk::LogControlRuleAlways | Class LogControlRuleAlways is a log control rule that always wants to write to the log file |
| stk::MakeTypeList< T00, T01, T02, T03, T04, T05, T06, T07, T08, T09, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24, T25, T26, T27, T28, T29, T30, T31, T32, T33, T34, T35, T36, T37, T38, T39, T40, T41, T42, T43, T44, T45, T46, T47, T48, T49, T50, T51, T52, T53, T54, T55, T56, T57, T58, T59, T60, T61, T62, T63 > | Member typedef .. |
| stk::Marshal | Struct Marshal is a data packer for sending and receiving parallel messages |
| stk::MessageCode | Class MessageCode declares a message identifier and throttle characteristics for a message |
| stk::mesh::MetaData | The manager of an integrated collection of parts and fields |
| stk::diag::Timer::Metric< T > | Class Metric maintains the metric data for the timer or counter |
| stk::diag::MPIByteCount | MPI byte count metric tag |
| stk::diag::MPICount | MPI call count metric tag |
| stk::NotEqualCase | Case-insensitive inequality compare binary function object |
| stk::OctTreeKey | Type for identifying a particular node in a hierarchical oct-tree |
| PairIter | Iterate a span of a container defined by begin and end iterators |
| stk::util::ParallelIndex< K, P, D > | Parallel cross-reference index for a collection of 'Key' keys |
| stk::mesh::Part | An application-defined subset of a problem domain |
| stk::mesh::PartLess | Ordering operator for parts |
| stk::mesh::PartRelation | A defined entity-relationship between parts |
| stk::ProductRegistry | Class ProductRegistry maps product names and attributes to brief descriptive values |
| stk::mesh::Property< DataType > | Property with defined data type and multi-dimensions (if any) |
| stk::mesh::Property< void > | Property base class with an anonymous data type and anonymous multi-dimension |
| stk::mesh::Relation | A relation between two mesh entities with a relation identifier and kind |
| stk::RuntimeDoomedAdHoc | Class RuntimeDoomedAdHoc reports an ad hoc doomed message to the report system |
| stk::RuntimeDoomedDeferred | Class RuntimeDoomedDeferred reports a deferred fatal error message to the report system |
| stk::RuntimeDoomedSymmetric | Class RuntimeDoomedSymmetric reports a fatal error message to the report system |
| stk::RuntimeWarningAdHoc | Class RuntimeWarningAdHoc reports an ad hoc warning message to the report system |
| stk::RuntimeWarningDeferred | Class RuntimeWarningDeferred reports a deferred warning message to the report system |
| stk::RuntimeWarningSymmetric | Class RuntimeWarningSymmetric reports a symmetric warning message to the report system |
| stk::SameType< T1, T2 > | Member enum { value = .. |
| stk::mesh::Selector | This is a class for selecting buckets based on a set of meshparts and set logic |
| stk::StaticAssert< expression > | Compile-time assertionIf the compile-time expression is true then defines |
| stk::mesh::SymmetricTensor | Implement an shards::ArrayDimTag for SymmetricTensor |
| stk::Throttle | Class Throttle describes the cutoff limits for a message throttle |
| stk::diag::TimeBlock | Class TimeBlock is a time sentry for timing a statement block |
| stk::diag::TimeBlockSynchronized | Class TimeBlockSynchronized is a time sentry for timing a statement block |
| stk::diag::Timer | Class Timer implements a diagnostic timer and timer container for the collection and display of execution times |
| stk::diag::TimerSet | Class TimerSet implements a set of timer classifications |
| stk::mesh::TopologicalMetaData | Augment mesh meta data with topological meta data including entity ranks, shards' cell topologies appropriate for the given spatial dimension, and part to cell topology mapping |
| stk::mesh::Transaction | Transaction journal of modifications to the bulk data during a transaction |
| stk::TypeList< Value, Tail > | A link within a linked list of types |
| stk::TypeListAppend< ListA, T > | Member typedef .. |
| stk::TypeListAt< ListType, ordinal > | Member typedef .. |
| stk::TypeListClean< ListType > | Member typedef .. |
| stk::TypeListCount< ListType, TestValue > | Member enum { value = .. |
| stk::TypeListDisjoint< ListA, ListB > | Member enum { value = .. |
| stk::TypeListEraseAt< ListType, ordinal > | Member typedef .. |
| stk::TypeListFirst< ListType > | Member typedef .. |
| stk::TypeListIndex< ListType, TestValue, ordinal > | Member enum { value = .. |
| stk::TypeListJoin< ListA, ListB > | Member typedef .. |
| stk::TypeListLast< ListType > | Member typedef .. |
| stk::TypeListLength< ListType > | Member enum { value = .. |
| stk::TypeListMember< ListType, TestValue > | Member enum { value = .. |
| stk::TypeListUnique< ListType > | Member enum { value = .. |
| UnitTestRingMeshFixture | This fixture is not for public use and is only useful in the context of unit-testing |
| stk::diag::WallTime | Wall clock metric tag |
| stk::diag::Writer | Class Writer implements a runtime selectable diagnostic output writer to aid in the development and diagnostics of massively parallel applications |