Kokkos | |
View | |
PHX | |
details | |
ViewOfViewsDeleter | |
ViewOfViewsMaker | |
ViewOfViewsMaker< Kokkos::View< D, P...> > | |
v_of_v_utils | |
add_pointer | |
add_pointer< Data, 0 > | |
ViewOfViews | |
ViewOfViews2 | |
ViewOfViews3 | |
DevEvalWrapper | Kokkos functor that wraps a users evaluator functor (Decorator design pattern). This eliminates the user having to store/assign workset data |
FieldManager | |
DagManager | Class to generate the directed acyclic graph (DAG) for evaluation. Determined which Evaluators should be called and the order in which to call them such that all dependencies are met with consistency |
RunDeviceDag | |
DagNode | DAG Node wrapper for graph algorithms (DFS and topological sort) |
SetExtentsImpl | |
SetExtentsImpl< T, extent_pack...> | Used to set the extents from a parameter pack. Can't use a simple initializer list due to narrowing from in size_type |
SetExtentsImpl<> | Used to set the extents from a parameter pack. This implementation ends the recursion |
DataLayout | A pure virtual class to provide size and rank information and a unique identifier for a fields |
Layout | Default DataLayout implementation that allows for runtime sizing |
PackSize | |
PackSize<> | |
PackSize< NextMember, ParamPack...> | |
MDALayout | A concrete implementation of the DataLayout class for compile time checked multidimensional arrays |
DeviceEvaluator | Pure virtual interface for instantiating an evaluator on device |
DeviceEvaluatorPtr | Struct for holding evaluator pointers in a Kokkos::View |
EvaluationContainer | Container that holds all data associated with an evaluation type |
EvaluationContainerBase | |
EvaluationContainer_TemplateBuilder | |
EvaluationContainer_TemplateManager | |
Evaluator | |
AliasField | Evaluator to help set dependencies for aliased fields |
EvaluatorBase | Template Manager "Base" class object for all field evaluators |
EvaluatorDerived | |
EvaluatorFactory | |
UFO | Unary Function Object (UFO) - helper class required for mpl::for_each<> |
Evaluator_TemplateBuilder | |
Evaluator_TemplateManager | |
EvaluatorUnitTester | Utility that allows for unit testing of single evaluator |
UnmanagedFieldDummy | Evaluator that performs no computations. Typically used to satisfy DAG dependencies for unmanaged fields that are evalatued external to the DAG |
Field | |
MDField | |
EvaluatorUtilities | Utilities to hide templating in concrete Evaluators |
EvaluatorWithBaseImpl | Class that implements helper functions for the pure virtual PHX::Evaluator class |
MemoryBinder | Functor to bind unmanaged memory to a MDField or Field |
DummyMemoryBinder | Dummy functor to satisfy binding to dummy field tags |
circular_dag_exception | |
missing_evaluator_exception | |
multiple_evaluator_for_field_exception | |
is_extent | Identifies that a user defined struct is a dimension template parameter for MDFields. Users must specialize for true_types |
KokkosDimType | |
KokkosDimType< DataT, 0 > | |
FieldReturnType | |
FieldTag | |
FTComp | Functor for RCP<FieldTag> comparisons in stl std::map. This must follow strict weak ordering rules |
FTPred | Predicate for searches of stl std::vector< RCP<FieldTag> > using find_if algorithm |
FTPredRef | Predicate for searches of stl std::vector< RCP<FieldTag> > using find_if algorithm |
Tag | Typed Field Tag |
PrintViewValues | |
PrintViewValues< ViewType, 0 > | |
PrintViewValues< ViewType, 1 > | |
PrintViewValues< ViewType, 2 > | |
PrintViewValues< ViewType, 3 > | |
PrintViewValues< ViewType, 4 > | |
PrintViewValues< ViewType, 5 > | |
PrintViewValues< ViewType, 6 > | |
PrintViewValues< ViewType, 7 > | |
remove_all_pointers | |
remove_all_pointers< T * > | |
DevLayout | |
requires_dynamic_hidden_dimension | |
requires_dynamic_hidden_dimension< Sacado::Fad::DFad< ScalarT > > | |
requires_dynamic_hidden_dimension< Sacado::ELRCacheFad::DFad< ScalarT > > | |
requires_dynamic_hidden_dimension< Sacado::Fad::SLFad< ScalarT, N > > | |
KokkosViewFactory | |
KokkosViewFactory< Sacado::Fad::DFad< ScalarT >, Layout, Device > | |
KokkosViewFactory< Sacado::ELRCacheFad::DFad< ScalarT >, Layout, Device > | |
KokkosViewFactory< Sacado::Fad::SLFad< ScalarT, N >, Layout, Device > | |
KokkosViewFactoryFunctor | |
is_layout | |
is_layout< Kokkos::LayoutRight > | |
is_layout< Kokkos::LayoutLeft > | |
is_device | |
is_device< PHX::Device > | |
RankCount | |
RankCount< void > | |
RankCount< typename std::enable_if< is_extent< Extent >::value >::type, Extent, Props...> | |
RankCount< typename std::enable_if<!is_extent< NonExtent >::value >::type, NonExtent, Props...> | |
add_pointer | |
add_pointer< Data, 0 > | |
ArrayType | |
ArrayType< Scalar, 0, Props...> | |
AnyType | |
AnyType< 0 > | |
MDFieldReturnType | |
FieldTraits | |
FieldTraits< void > | |
FieldTraits< typename std::enable_if< is_extent< Extent >::value >::type, Extent, Props...> | |
FieldTraits< typename std::enable_if< is_layout< Layout >::value >::type, Layout, Props...> | |
FieldTraits< typename std::enable_if< is_device< Device >::value >::type, Device, Props...> | |
FieldTraits< typename std::enable_if<!is_extent< TemplateArg >::value &&!is_layout< TemplateArg >::value &&!is_device< TemplateArg >::value >::type, TemplateArg, Props...> | |
KokkosViewSizeFunctor | Functor used in Sacado::mpl::for_each to iterate over all scalar types in an evaluation type |
KokkosViewCreateFunctor | Functor to allocate memory used in Sacado::mpl::for_each to iterate over all scalar types in an evaluation type |
MemoryManager | This object is siimilar to a memory pool in that allows for reuse of view allocations across the DAG and in other DataContainers and FieldManagers |
TemplateIterator | |
ConstTemplateIterator | |
TemplateManager | Container class to manager template instantiations of a template class |
DefaultBuilderOp | The default builder class for building objects for each ScalarT |
TraitsBase | |
eval_scalar_types | |
DeviceDeleter | Struct for deleting device instantiation |
DevicePtrWrapper | |
MeshEvaluationTestStruct | |
Wrapper | |