![]() |
MFEM v4.7.0
Finite element discretization library
|
#include <ginkgo.hpp>
Public Types | |
using | gko_dense = gko::matrix::Dense<ValueType> |
Public Member Functions | |
void | write () const |
void | on_iteration_complete (const gko::LinOp *op, const gko::size_type &iteration, const gko::LinOp *residual, const gko::LinOp *solution, const gko::LinOp *residual_norm) const override |
void | on_iteration_complete (const gko::LinOp *op, const gko::size_type &iteration, const gko::LinOp *residual, const gko::LinOp *solution, const gko::LinOp *residual_norm, const gko::LinOp *implicit_sq_residual_norm) const override |
void | on_iteration_complete (const gko::LinOp *op, const gko::LinOp *rhs, const gko::LinOp *solution, const gko::size_type &iteration, const gko::LinOp *residual, const gko::LinOp *residual_norm, const gko::LinOp *implicit_sq_residual_norm, const gko::array< gko::stopping_status > *status, bool stopped) const override |
ResidualLogger (std::shared_ptr< const gko::Executor > exec, const gko::LinOp *matrix, const gko_dense *b, bool compute_real_residual=false) | |
Custom logger class which intercepts the residual norm scalar and solution vector in order to print a table of real vs recurrent (internal to the solvers) residual norms.
This has been taken from the custom-logger example of Ginkgo. See the custom-logger example to understand how to write and modify your own loggers with Ginkgo.
Definition at line 289 of file ginkgo.hpp.
using mfem::Ginkgo::ResidualLogger< ValueType >::gko_dense = gko::matrix::Dense<ValueType> |
Definition at line 324 of file ginkgo.hpp.
|
inline |
Definition at line 365 of file ginkgo.hpp.
|
inlineoverride |
Definition at line 349 of file ginkgo.hpp.
|
inlineoverride |
Definition at line 327 of file ginkgo.hpp.
|
inlineoverride |
Definition at line 337 of file ginkgo.hpp.
|
inline |
Definition at line 292 of file ginkgo.hpp.