Loading [MathJax]/extensions/tex2jax.js
MueLu  Version of the Day
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type > Class Template Reference

Functor for marking nodes as Dirichlet based on rowsum. More...

#include <MueLu_BoundaryDetection.hpp>

Public Member Functions

 RowSumFunctor (local_matrix_type &A_, boundary_nodes_view boundaryNodes_, magnitudeType rowSumTol_)
 
KOKKOS_FORCEINLINE_FUNCTION void operator() (const local_ordinal_type rlid) const
 

Private Types

using scalar_type = typename local_matrix_type::value_type
 
using local_ordinal_type = typename local_matrix_type::ordinal_type
 
using memory_space = typename local_matrix_type::memory_space
 
using ATS = Kokkos::ArithTraits< scalar_type >
 
using magnitudeType = typename ATS::magnitudeType
 
using magATS = Kokkos::ArithTraits< magnitudeType >
 
using boundary_nodes_view = Kokkos::View< bool *, memory_space >
 

Private Attributes

local_matrix_type A
 
boundary_nodes_view boundaryNodes
 
magnitudeType rowSumTol
 

Detailed Description

template<class local_matrix_type>
class MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >

Functor for marking nodes as Dirichlet based on rowsum.

A row is marked as Dirichlet boundary if the sum of off-diagonal values is smaller in absolute value than the diagonal multiplied by the threshold rowSumTol. It is assumed that boundaryNodes was initialized to false.

Definition at line 149 of file MueLu_BoundaryDetection.hpp.

Member Typedef Documentation

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::scalar_type = typename local_matrix_type::value_type
private

Definition at line 151 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::local_ordinal_type = typename local_matrix_type::ordinal_type
private

Definition at line 152 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::memory_space = typename local_matrix_type::memory_space
private

Definition at line 153 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::ATS = Kokkos::ArithTraits<scalar_type>
private

Definition at line 155 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::magnitudeType = typename ATS::magnitudeType
private

Definition at line 156 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::magATS = Kokkos::ArithTraits<magnitudeType>
private

Definition at line 157 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
using MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::boundary_nodes_view = Kokkos::View<bool*, memory_space>
private

Definition at line 158 of file MueLu_BoundaryDetection.hpp.

Constructor & Destructor Documentation

template<class local_matrix_type >
MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::RowSumFunctor ( local_matrix_type &  A_,
boundary_nodes_view  boundaryNodes_,
magnitudeType  rowSumTol_ 
)
inline

Definition at line 165 of file MueLu_BoundaryDetection.hpp.

Member Function Documentation

template<class local_matrix_type >
KOKKOS_FORCEINLINE_FUNCTION void MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::operator() ( const local_ordinal_type  rlid) const
inline

Definition at line 171 of file MueLu_BoundaryDetection.hpp.

Member Data Documentation

template<class local_matrix_type >
local_matrix_type MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::A
private

Definition at line 160 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
boundary_nodes_view MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::boundaryNodes
private

Definition at line 161 of file MueLu_BoundaryDetection.hpp.

template<class local_matrix_type >
magnitudeType MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type >::rowSumTol
private

Definition at line 162 of file MueLu_BoundaryDetection.hpp.


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