JacobiPreconditionerOperatorType Concept Reference
|
Developer Documentation
|
MeltPoolDG::JacobiPreconditionerOperatorType Concept Reference
#include <preconditioner_jacobi.hpp>
Concept definition
template<typename OperatorType, typename VectorType>
concept MeltPoolDG::JacobiPreconditionerOperatorType = requires(const OperatorType op, VectorType &diag) {
op.compute_inverse_diagonal_from_matrixfree(diag);
}
Definition preconditioner_jacobi.hpp:17
Detailed Description
A concept for matrix free operators that are compatible with the Jacobi preconditioner.
Generated by