16#ifndef Sch_CN_EX_iteratif_included
17#define Sch_CN_EX_iteratif_included
19#include <Sch_CN_iteratif.h>
Helper class to factorize the readOn method of Objet_U classes.
Extended iterative Crank-Nicolson scheme with additional stabilisation tricks.
virtual bool iterateTimeStepOnOther(int i, bool &converged)
void mettre_a_jour_dt_stab() override
Only takes into account the Navier-Stokes equation of the problem (if there is one)....
virtual bool iterateTimeStepOnNS(int i, bool &converged)
void ajuster_facsec(type_convergence cv) override
void set_param(Param &titi) const override
bool iterateTimeStepOnEquation(int i, bool &converged) override
Computes one iteration of the resolution on equation i.
Time scheme alternating a half implicit Euler step and a half LeapFrog step.