PolarKrylovResult Struct ReferenceΒΆ
|
adc_cpp 0.3.0
Model-free C++23 core for coupled hyperbolic-elliptic systems on adaptive (AMR) meshes, with MPI and GPU (Kokkos) backends
|
pops::PolarKrylovResult Struct Reference
Result of a polar BiCGStab solve: iterations, relative residual, convergence. More...
#include <polar_tensor_operator.hpp>
Collaboration diagram for pops::PolarKrylovResult:Public Attributes | |
| int | iters = 0 |
| Real | rel_residual = 0 |
| bool | converged = false |
Detailed Description
Result of a polar BiCGStab solve: iterations, relative residual, convergence.
(Same shape as the cartesian KrylovResult – we reuse the type if already included; otherwise we declare the local counterpart.)
Member Data Documentation
◆ converged
| bool pops::PolarKrylovResult::converged = false |
◆ iters
| int pops::PolarKrylovResult::iters = 0 |
◆ rel_residual
| Real pops::PolarKrylovResult::rel_residual = 0 |
The documentation for this struct was generated from the following file:
- include/pops/numerics/elliptic/polar/polar_tensor_operator.hpp
Generated by