#include <Kokkos_Core.hpp>
#include <KokkosSparse_CrsMatrix.hpp>
#include <sstream>
#include <string>
#include <tuple>
#include "Xpetra_Matrix.hpp"
#include "MueLu_CoalesceDropFactory_kokkos_decl.hpp"
#include "MueLu_AmalgamationInfo.hpp"
#include "MueLu_Exceptions.hpp"
#include "MueLu_Level.hpp"
#include "MueLu_LWGraph_kokkos.hpp"
#include "MueLu_MasterList.hpp"
#include "MueLu_Monitor.hpp"
#include "MueLu_Utilities.hpp"
#include "MueLu_BoundaryDetection.hpp"
#include "MueLu_DroppingCommon.hpp"
#include "MueLu_MatrixConstruction.hpp"
#include "MueLu_ScalarDroppingBase.hpp"
#include "MueLu_ScalarDroppingClassical.hpp"
#include "MueLu_ScalarDroppingDistanceLaplacian.hpp"
#include "MueLu_VectorDroppingBase.hpp"
#include "MueLu_VectorDroppingClassical.hpp"
#include "MueLu_VectorDroppingDistanceLaplacian.hpp"
Go to the source code of this file.
|
#define | SET_VALID_ENTRY(name) validParamList->setEntry(name, MasterList::getEntry(name)) |
|
|
template<class local_matrix_type , class boundary_nodes_view , class... Functors> |
void | MueLu::runBoundaryFunctors (local_matrix_type &lclA, boundary_nodes_view &boundaryNodes, Functors &...functors) |
|
template<class magnitudeType > |
void | MueLu::translateOldAlgoParam (const Teuchos::ParameterList &pL, std::string &droppingMethod, bool &useBlocking, std::string &socUsesMatrix, std::string &socUsesMeasure, bool &symmetrizeDroppedGraph, bool &generateColoringGraph, magnitudeType &threshold) |
|
#define SET_VALID_ENTRY |
( |
|
name | ) |
validParamList->setEntry(name, MasterList::getEntry(name)) |