46 #ifndef MUELU_BLOCKEDRAPFACTORY_DECL_HPP
47 #define MUELU_BLOCKEDRAPFACTORY_DECL_HPP
71 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
73 #undef MUELU_BLOCKEDRAPFACTORY_SHORT
154 #define MUELU_BLOCKEDRAPFACTORY_SHORT
155 #endif // MUELU_BLOCKEDRAPFACTORY_DECL_HPP
void SetPlausibilityCheck(bool const &check)
Indicate that a simple plausibility check shall be done for Ac after building RAP.
Factory for building coarse matrices.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
Base class for factories that use two levels (fineLevel and coarseLevel).
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
bool repairZeroDiagonals_
virtual ~BlockedRAPFactory()
Class that holds all level-specific information.
void AddTransferFactory(const RCP< const FactoryBase > &factory)
Add transfer factory in the end of list of transfer factories in RepartitionAcFactory.
static void CheckMainDiagonal(RCP< BlockedCrsMatrix > &bAc, bool repairZeroDiagonals=false)
std::vector< RCP< const FactoryBase > > transferFacts_
list of user-defined transfer Factories
void SetRepairZeroDiagonal(bool const &repair)
Indicate that zero entries on the diagonal of Ac shall be repaired (i.e. if A(i,i) == 0...
size_t NumTransferFactories() const
Returns number of transfer factories.