10 #ifndef MUELU_CONSTRAINT_DECL_HPP
11 #define MUELU_CONSTRAINT_DECL_HPP
70 #undef MUELU_CONSTRAINT_SHORT
94 void Apply(
const Matrix& P, Matrix& Projected)
const;
110 #define MUELU_CONSTRAINT_SHORT
111 #endif // MUELU_CONSTRAINT_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
void Setup(const MultiVector &B, const MultiVector &Bc, RCP< const CrsGraph > Ppattern)
Constraint space information for the potential prolongator.
RCP< const CrsGraph > GetPattern() const
ArrayRCP< Teuchos::SerialDenseMatrix< LO, SC > > XXtInv_
Array storing .
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
RCP< const CrsGraph > Ppattern_
Nonzero sparsity pattern.
Base class for MueLu classes.
void Apply(const Matrix &P, Matrix &Projected) const
Apply constraint.
RCP< MultiVector > X_
Overlapped coarse nullspace.