31#include "fils_struct.hpp"
35void bc_pre(fsi_linear_solver::FSILS_lhsType& lhs,
const int nsd,
const int dof,
const int nNo,
const int mynNo);
37void depart(fsi_linear_solver::FSILS_lhsType& lhs,
const int nsd,
const int dof,
const int nNo,
const int nnz,
38 const Array<double>& Val, Array<double>& Gt, Array<double>& mK, Array<double>& mG, Array<double>& mD,
Vector<double>& mL);
40void ns_solver(fsi_linear_solver::FSILS_lhsType& lhs, fsi_linear_solver::FSILS_lsType& ls,
const int dof,
const Array<double>& Val, Array<double>& Ri);
The Vector template class is used for storing int and double data.
Definition Vector.h:50