21 #ifndef AMR_PRECONDITIONER_H
22 #define AMR_PRECONDITIONER_H
40 template <
class Matrix,
class Level>
53 virtual void create(
const Teuchos::RCP<Matrix>& A, Level* level_p =
nullptr) = 0;
58 virtual Teuchos::RCP<operator_t>
get() = 0;
Tpetra::Operator< scalar_t, local_ordinal_t, global_ordinal_t, node_t > operator_t
smoothed aggregation multigrid
Gauss-Seidel point relaxation.
Gauss-Seidel block relaxation.
bool amr
Enable AMR if true.
amr::operator_t operator_t
virtual void create(const Teuchos::RCP< Matrix > &A, Level *level_p=nullptr)=0