TensorKrylovSolver Class 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::TensorKrylovSolver Class Reference
#include <krylov_solver.hpp>
Collaboration diagram for pops::TensorKrylovSolver:Public Member Functions | |
| TensorKrylovSolver (GeometricMG &op, GeometricMG &precond, int n_precond_vcycles=1) | |
| MultiFab & | phi () |
| MultiFab & | rhs () |
| const Geometry & | geom () const |
| Real | residual () |
| void | solve () |
| KrylovResult | solve (Real rel_tol, int max_iters) |
Constructor & Destructor Documentation
◆ TensorKrylovSolver()
|
inline |
Member Function Documentation
◆ geom()
|
inline |
Here is the call graph for this function:◆ phi()
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:◆ residual()
|
inline |
Here is the call graph for this function:◆ rhs()
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:◆ solve() [1/2]
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:◆ solve() [2/2]
|
inline |
Here is the call graph for this function:The documentation for this class was generated from the following file:
- include/pops/numerics/elliptic/linear/krylov_solver.hpp
Generated by