Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fenl_functors.hpp>
Classes | |
struct | TagFillElementGraph |
struct | TagFillGraphEntries |
struct | TagFillNodeSet |
struct | TagScanNodeCount |
struct | TagSortGraphEntries |
struct | Times |
Public Types | |
typedef ElemNodeIdView::execution_space | execution_space |
typedef pair< unsigned, unsigned > | key_type |
typedef Kokkos::UnorderedMap < key_type, void, execution_space > | SetType |
typedef CrsGraphType::row_map_type::non_const_type | RowMapType |
typedef Kokkos::View< unsigned, execution_space > | UnsignedValue |
typedef Kokkos::View< unsigned *[ElemNode][ElemNode], execution_space > | ElemGraphType |
typedef unsigned | value_type |
typedef ElemNodeIdView::execution_space | execution_space |
typedef pair< unsigned, unsigned > | key_type |
typedef Kokkos::UnorderedMap < key_type, void, execution_space > | SetType |
typedef CrsGraphType::row_map_type::non_const_type | RowMapType |
typedef Kokkos::View< unsigned, execution_space > | UnsignedValue |
typedef Kokkos::View< unsigned *[ElemNode][ElemNode], execution_space > | ElemGraphType |
typedef unsigned | value_type |
Public Member Functions | |
NodeNodeGraph (const ElemNodeIdView &arg_elem_node_id, const unsigned arg_node_count, Times &results) | |
KOKKOS_INLINE_FUNCTION void | operator() (const TagFillNodeSet &, unsigned ielem, unsigned &count) const |
KOKKOS_INLINE_FUNCTION void | fill_graph_entries (const unsigned iset) const |
KOKKOS_INLINE_FUNCTION void | sort_graph_entries (const unsigned irow) const |
KOKKOS_INLINE_FUNCTION void | fill_elem_graph_map (const unsigned ielem) const |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned iwork) const |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned irow, unsigned &update, const bool final) const |
KOKKOS_INLINE_FUNCTION void | init (const TagFillNodeSet &, unsigned &update) const |
KOKKOS_INLINE_FUNCTION void | join (const TagFillNodeSet &, unsigned &update, const unsigned &input) const |
KOKKOS_INLINE_FUNCTION void | init (unsigned &update) const |
KOKKOS_INLINE_FUNCTION void | join (unsigned &update, const unsigned &input) const |
NodeNodeGraph (const ElemNodeIdView &arg_elem_node_id, const unsigned arg_node_count, Times &results) | |
KOKKOS_INLINE_FUNCTION void | operator() (const TagFillNodeSet &, unsigned ielem, unsigned &count) const |
KOKKOS_INLINE_FUNCTION void | fill_graph_entries (const unsigned iset) const |
KOKKOS_INLINE_FUNCTION void | sort_graph_entries (const unsigned irow) const |
KOKKOS_INLINE_FUNCTION void | fill_elem_graph_map (const unsigned ielem) const |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned iwork) const |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned irow, unsigned &update, const bool final) const |
KOKKOS_INLINE_FUNCTION void | init (const TagFillNodeSet &, unsigned &update) const |
KOKKOS_INLINE_FUNCTION void | join (const TagFillNodeSet &, unsigned &update, const unsigned &input) const |
KOKKOS_INLINE_FUNCTION void | init (unsigned &update) const |
KOKKOS_INLINE_FUNCTION void | join (unsigned &update, const unsigned &input) const |
Public Attributes | |
CrsGraphType | graph |
ElemGraphType | elem_graph |
Private Attributes | |
const unsigned | node_count |
const ElemNodeIdView | elem_node_id |
UnsignedValue | row_total |
RowMapType | row_count |
RowMapType | row_map |
SetType | node_node_set |
PhaseType | phase |
Definition at line 69 of file fenl_functors.hpp.
typedef ElemNodeIdView::execution_space Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::execution_space |
Definition at line 72 of file fenl_functors.hpp.
typedef pair<unsigned,unsigned> Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::key_type |
Definition at line 73 of file fenl_functors.hpp.
typedef Kokkos::UnorderedMap< key_type, void , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::SetType |
Definition at line 75 of file fenl_functors.hpp.
typedef CrsGraphType::row_map_type::non_const_type Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::RowMapType |
Definition at line 76 of file fenl_functors.hpp.
typedef Kokkos::View< unsigned , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::UnsignedValue |
Definition at line 77 of file fenl_functors.hpp.
typedef Kokkos::View< unsigned*[ElemNode][ElemNode] , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::ElemGraphType |
Definition at line 81 of file fenl_functors.hpp.
typedef unsigned Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::value_type |
Definition at line 356 of file fenl_functors.hpp.
typedef ElemNodeIdView::execution_space Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::execution_space |
Definition at line 72 of file view/fenl_functors.hpp.
typedef pair<unsigned,unsigned> Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::key_type |
Definition at line 73 of file view/fenl_functors.hpp.
typedef Kokkos::UnorderedMap< key_type, void , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::SetType |
Definition at line 75 of file view/fenl_functors.hpp.
typedef CrsGraphType::row_map_type::non_const_type Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::RowMapType |
Definition at line 76 of file view/fenl_functors.hpp.
typedef Kokkos::View< unsigned , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::UnsignedValue |
Definition at line 77 of file view/fenl_functors.hpp.
typedef Kokkos::View< unsigned*[ElemNode][ElemNode] , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::ElemGraphType |
Definition at line 81 of file view/fenl_functors.hpp.
typedef unsigned Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::value_type |
Definition at line 356 of file view/fenl_functors.hpp.
|
private |
Enumerator | |
---|---|
FILL_NODE_SET | |
SCAN_NODE_COUNT | |
FILL_GRAPH_ENTRIES | |
SORT_GRAPH_ENTRIES | |
FILL_ELEMENT_GRAPH | |
FILL_NODE_SET | |
SCAN_NODE_COUNT | |
FILL_GRAPH_ENTRIES | |
SORT_GRAPH_ENTRIES | |
FILL_ELEMENT_GRAPH |
Definition at line 91 of file fenl_functors.hpp.
|
private |
Enumerator | |
---|---|
FILL_NODE_SET | |
SCAN_NODE_COUNT | |
FILL_GRAPH_ENTRIES | |
SORT_GRAPH_ENTRIES | |
FILL_ELEMENT_GRAPH | |
FILL_NODE_SET | |
SCAN_NODE_COUNT | |
FILL_GRAPH_ENTRIES | |
SORT_GRAPH_ENTRIES | |
FILL_ELEMENT_GRAPH |
Definition at line 91 of file view/fenl_functors.hpp.
|
inline |
Definition at line 120 of file fenl_functors.hpp.
|
inline |
Definition at line 120 of file view/fenl_functors.hpp.
|
inline |
Definition at line 230 of file fenl_functors.hpp.
|
inline |
Definition at line 267 of file fenl_functors.hpp.
|
inline |
Definition at line 291 of file fenl_functors.hpp.
|
inline |
Definition at line 306 of file fenl_functors.hpp.
|
inline |
Definition at line 335 of file fenl_functors.hpp.
|
inline |
Definition at line 359 of file fenl_functors.hpp.
|
inline |
Definition at line 376 of file fenl_functors.hpp.
|
inline |
Definition at line 379 of file fenl_functors.hpp.
|
inline |
Definition at line 385 of file fenl_functors.hpp.
|
inline |
Definition at line 388 of file fenl_functors.hpp.
|
inline |
Definition at line 230 of file view/fenl_functors.hpp.
|
inline |
Definition at line 267 of file view/fenl_functors.hpp.
|
inline |
Definition at line 291 of file view/fenl_functors.hpp.
|
inline |
Definition at line 306 of file view/fenl_functors.hpp.
|
inline |
Definition at line 335 of file view/fenl_functors.hpp.
|
inline |
Definition at line 359 of file view/fenl_functors.hpp.
|
inline |
Definition at line 376 of file view/fenl_functors.hpp.
|
inline |
Definition at line 379 of file view/fenl_functors.hpp.
|
inline |
Definition at line 385 of file view/fenl_functors.hpp.
|
inline |
Definition at line 388 of file view/fenl_functors.hpp.
|
private |
Definition at line 97 of file fenl_functors.hpp.
|
private |
Definition at line 98 of file fenl_functors.hpp.
|
private |
Definition at line 99 of file fenl_functors.hpp.
|
private |
Definition at line 100 of file fenl_functors.hpp.
|
private |
Definition at line 101 of file fenl_functors.hpp.
|
private |
Definition at line 102 of file fenl_functors.hpp.
|
private |
Definition at line 103 of file fenl_functors.hpp.
CrsGraphType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::graph |
Definition at line 107 of file fenl_functors.hpp.
ElemGraphType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::elem_graph |
Definition at line 108 of file fenl_functors.hpp.