core 0.5.0
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.

setDistributed(std::function< void(View< double >)> refresh, std::function< double(double)> dotReduce, Index nExt)peclet::core::amr::MomentumSolver< Bits >inline
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