16#ifndef Schema_Euler_explicite_included
17#define Schema_Euler_explicite_included
19#include <TRUSTSchema_RK.h>
class Equation_base The role of an equation is the calculation of one or more fields....
: class Schema_Euler_explicite This class represents an explicit Euler time scheme: U(n+1) = U(n) + d...
int faire_un_pas_de_temps_eqn_base(Equation_base &) override
Performs an explicit Euler time step on the equation passed as parameter.