Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Public Attributes | Private Types | Private Attributes | List of all members
Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode > Class Template Reference

#include <fenl_functors.hpp>

Classes

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 fill_set (const unsigned ielem) 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 (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 fill_set (const unsigned ielem) 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 (unsigned &update) const
 
KOKKOS_INLINE_FUNCTION void join (unsigned &update, const unsigned &input) const
 

Public Attributes

CrsGraphType graph
 
ElemGraphType elem_graph
 

Private Types

enum  PhaseType {
  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
}
 
enum  PhaseType {
  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
}
 

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
 

Detailed Description

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
class Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >

Definition at line 167 of file FadMPAssembly/fenl_functors.hpp.

Member Typedef Documentation

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef ElemNodeIdView::execution_space Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::execution_space

Definition at line 170 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef pair<unsigned,unsigned> Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::key_type

Definition at line 171 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef Kokkos::UnorderedMap< key_type, void , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::SetType

Definition at line 173 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef CrsGraphType::row_map_type::non_const_type Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::RowMapType

Definition at line 174 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef Kokkos::View< unsigned , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::UnsignedValue

Definition at line 175 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef Kokkos::View< unsigned*[ElemNode][ElemNode] , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::ElemGraphType

Definition at line 179 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef unsigned Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::value_type

Definition at line 434 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef ElemNodeIdView::execution_space Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::execution_space

Definition at line 166 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef pair<unsigned,unsigned> Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::key_type

Definition at line 167 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef Kokkos::UnorderedMap< key_type, void , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::SetType

Definition at line 169 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef CrsGraphType::row_map_type::non_const_type Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::RowMapType

Definition at line 170 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef Kokkos::View< unsigned , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::UnsignedValue

Definition at line 171 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef Kokkos::View< unsigned*[ElemNode][ElemNode] , execution_space > Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::ElemGraphType

Definition at line 175 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
typedef unsigned Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::value_type

Definition at line 430 of file MPAssembly/fenl_functors.hpp.

Member Enumeration Documentation

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
enum Kokkos::Example::FENL::NodeNodeGraph::PhaseType
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 183 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
enum Kokkos::Example::FENL::NodeNodeGraph::PhaseType
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 179 of file MPAssembly/fenl_functors.hpp.

Constructor & Destructor Documentation

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::NodeNodeGraph ( const ElemNodeIdView &  arg_elem_node_id,
const unsigned  arg_node_count,
Times results 
)
inline

Definition at line 212 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::NodeNodeGraph ( const ElemNodeIdView &  arg_elem_node_id,
const unsigned  arg_node_count,
Times results 
)
inline

Definition at line 208 of file MPAssembly/fenl_functors.hpp.

Member Function Documentation

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::fill_set ( const unsigned  ielem) const
inline

Definition at line 320 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::fill_graph_entries ( const unsigned  iset) const
inline

Definition at line 349 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::sort_graph_entries ( const unsigned  irow) const
inline

Definition at line 369 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::fill_elem_graph_map ( const unsigned  ielem) const
inline

Definition at line 385 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::operator() ( const unsigned  iwork) const
inline

Definition at line 415 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::operator() ( const unsigned  irow,
unsigned &  update,
const bool  final 
) const
inline

Definition at line 437 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::init ( unsigned &  update) const
inline

Definition at line 453 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::join ( unsigned &  update,
const unsigned &  input 
) const
inline

Definition at line 456 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::fill_set ( const unsigned  ielem) const
inline

Definition at line 316 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::fill_graph_entries ( const unsigned  iset) const
inline

Definition at line 345 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::sort_graph_entries ( const unsigned  irow) const
inline

Definition at line 365 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::fill_elem_graph_map ( const unsigned  ielem) const
inline

Definition at line 381 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::operator() ( const unsigned  iwork) const
inline

Definition at line 411 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::operator() ( const unsigned  irow,
unsigned &  update,
const bool  final 
) const
inline

Definition at line 433 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::init ( unsigned &  update) const
inline

Definition at line 449 of file MPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
KOKKOS_INLINE_FUNCTION void Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::join ( unsigned &  update,
const unsigned &  input 
) const
inline

Definition at line 452 of file MPAssembly/fenl_functors.hpp.

Member Data Documentation

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
const unsigned Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::node_count
private

Definition at line 189 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
const ElemNodeIdView Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::elem_node_id
private

Definition at line 190 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
UnsignedValue Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::row_total
private

Definition at line 191 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
RowMapType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::row_count
private

Definition at line 192 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
RowMapType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::row_map
private

Definition at line 193 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
SetType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::node_node_set
private

Definition at line 194 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
PhaseType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::phase
private

Definition at line 195 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
CrsGraphType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::graph

Definition at line 199 of file FadMPAssembly/fenl_functors.hpp.

template<class ElemNodeIdView, class CrsGraphType, unsigned ElemNode>
ElemGraphType Kokkos::Example::FENL::NodeNodeGraph< ElemNodeIdView, CrsGraphType, ElemNode >::elem_graph

Definition at line 200 of file FadMPAssembly/fenl_functors.hpp.


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