1 #ifndef _SKIT_SOLVER_ABTB_H
2 #define _SKIT_SOLVER_ABTB_H
108 #include "rheolef/solver.h"
109 #include "rheolef/mixed_solver.h"
110 #include "rheolef/csr.h"
114 template <
class T,
class M = rheo_default_memory_model>
see the csr page for the full documentation
const solver_option & option() const
void solve(const vec< T, M > &f, const vec< T, M > &g, vec< T, M > &u, vec< T, M > &p) const
std::string preconditionner_name() const
csr< T, M >::size_type size_type
void set_inner_solver(const solver_basic< T, M > &sa)
std::string inner_name() const
void set_preconditioner(const solver_basic< T, M > &smp)
solver_basic< T, M > _smp
see the solver_option page for the full documentation
solver_abtb_basic< Float, rheo_default_memory_model > solver_abtb
This file is part of Rheolef.