31#include "fils_struct.hpp"
35void gmres(fsi_linear_solver::FSILS_lhsType& lhs, fsi_linear_solver::FSILS_subLsType& ls,
const int dof,
36 const Array<double>& Val,
const Array<double>& R, Array<double>& X);
38void gmres_s(fsi_linear_solver::FSILS_lhsType& lhs, fsi_linear_solver::FSILS_subLsType& ls,
const int dof,
41void gmres_v(fsi_linear_solver::FSILS_lhsType& lhs, fsi_linear_solver::FSILS_subLsType& ls,
const int dof,
42 const Array<double>& Val, Array<double>& R);
The Vector template class is used for storing int and double data.
Definition Vector.h:50