MFEM
v4.2.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 *, const gko::size_type &iteration, const gko::LinOp *residual, const gko::LinOp *solution, const gko::LinOp *residual_norm) const override |
ResidualLogger (std::shared_ptr< const gko::Executor > exec, const gko::LinOp *matrix, const gko_dense *b) | |
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 74 of file ginkgo.hpp.
using mfem::GinkgoWrappers::ResidualLogger< ValueType >::gko_dense = gko::matrix::Dense<ValueType> |
Definition at line 102 of file ginkgo.hpp.
|
inline |
Definition at line 161 of file ginkgo.hpp.
|
inlineoverride |
Definition at line 106 of file ginkgo.hpp.
|
inline |
Definition at line 77 of file ginkgo.hpp.