core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::MomentumSolver< Bits > Member List

This is the complete list of members for peclet::core::amr::MomentumSolver< Bits >, including all inherited members.

setJacobi(int preSweeps, double omega)peclet::core::amr::MomentumSolver< Bits >inline
setPreconditioner(std::function< void(View< const double >, View< double >)> fn)peclet::core::amr::MomentumSolver< Bits >inline
solveBiCGStab(const MomentumOp &op, View< double > u, View< const double > b, int maxIters=500, double tol=1e-10)peclet::core::amr::MomentumSolver< Bits >inline
solveDefectCorrection(const MomentumOp &op, View< double > u, View< const double > b, int maxIters=200, double tol=1e-8)peclet::core::amr::MomentumSolver< Bits >inline
solveJacobi(const MomentumOp &op, View< double > u, View< const double > b, int sweeps)peclet::core::amr::MomentumSolver< Bits >inline