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