47#ifndef MUELU_MATRIXANALYSISFACTORY_DECL_HPP_
48#define MUELU_MATRIXANALYSISFACTORY_DECL_HPP_
50#include <Xpetra_Map_fwd.hpp>
51#include <Xpetra_StridedMap_fwd.hpp>
52#include <Xpetra_Vector_fwd.hpp>
53#include <Xpetra_VectorFactory_fwd.hpp>
54#include <Xpetra_Matrix_fwd.hpp>
95#undef MUELU_MATRIXANALYSISFACTORY_SHORT
139#define MUELU_MATRIXANALYSISFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
This class checks matrix properties of A on current level. This factory can be plugged in everywhere ...
void checkVectorEntries(const Teuchos::RCP< Vector > &vec, std::string info) const
virtual ~MatrixAnalysisFactory()
Destructor.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Specifies the data that this class needs, and the factories that generate that data.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
MatrixAnalysisFactory()
Constructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar