MueLu
Version of the Day
|
#include <cstddef>
#include <type_traits>
#include "Kokkos_Core.hpp"
#include "Kokkos_ArithTraits.hpp"
#include "MueLu_LWGraph_kokkos.hpp"
#include "MueLu_Utilities.hpp"
#include "Teuchos_RCP.hpp"
#include "Xpetra_ConfigDefs.hpp"
#include "Xpetra_CrsGraph.hpp"
#include "Xpetra_MultiVector.hpp"
Go to the source code of this file.
Classes | |
class | MueLu::BoundaryDetection::PointDirichletFunctor< local_matrix_type > |
Functor for marking nodes as Dirichlet. More... | |
class | MueLu::BoundaryDetection::VectorDirichletFunctor< local_matrix_type, useGreedyDirichlet > |
Functor for marking nodes as Dirichlet in a block operator. More... | |
class | MueLu::BoundaryDetection::RowSumFunctor< local_matrix_type > |
Functor for marking nodes as Dirichlet based on rowsum. More... | |
class | MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor, RemainingFunctors > |
Functor that serially applies sub-functors to rows. More... | |
class | MueLu::BoundaryDetection::BoundaryFunctor< local_matrix_type, Functor > |
Namespaces | |
MueLu::BoundaryDetection | |