MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor > Class Template Reference

#include <MueLu_BoundaryDetection.hpp>

Public Member Functions

 BoundaryFunctor (local_matrix_type &A_, Functor &functor_)
 
KOKKOS_FUNCTION void operator() (const local_ordinal_type rlid) const
 

Private Types

using local_ordinal_type = typename local_matrix_type::ordinal_type
 

Private Attributes

local_matrix_type A
 
Functor functor
 

Detailed Description

template<class local_matrix_type, class Functor>
class MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor >

Definition at line 212 of file MueLu_BoundaryDetection.hpp.

Member Typedef Documentation

◆ local_ordinal_type

template<class local_matrix_type , class Functor >
using MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor >::local_ordinal_type = typename local_matrix_type::ordinal_type
private

Definition at line 214 of file MueLu_BoundaryDetection.hpp.

Constructor & Destructor Documentation

◆ BoundaryFunctor()

template<class local_matrix_type , class Functor >
MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor >::BoundaryFunctor ( local_matrix_type &  A_,
Functor &  functor_ 
)
inline

Definition at line 220 of file MueLu_BoundaryDetection.hpp.

Member Function Documentation

◆ operator()()

template<class local_matrix_type , class Functor >
KOKKOS_FUNCTION void MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor >::operator() ( const local_ordinal_type  rlid) const
inline

Definition at line 224 of file MueLu_BoundaryDetection.hpp.

Member Data Documentation

◆ A

template<class local_matrix_type , class Functor >
local_matrix_type MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor >::A
private

Definition at line 216 of file MueLu_BoundaryDetection.hpp.

◆ functor

template<class local_matrix_type , class Functor >
Functor MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor >::functor
private

Definition at line 217 of file MueLu_BoundaryDetection.hpp.


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