16#ifndef Schema_Adams_Bashforth_order_3_included
17#define Schema_Adams_Bashforth_order_3_included
20#include <Schema_Adams_Bashforth_base.h>
Schema_Adams_Bashforth_base.
class Schema_Adams_Bashforth_order_3 This class represents a variable time-step third-order Adams-Bas...
int nb_valeurs_passees() const override
Returns the number of past temporal values.
int nb_pas_dt_seuil() const override
Returns the number of time steps strictly beyond which the Adams-Bashforth scheme is applied.
int nb_valeurs_temporelles() const override
Returns the number of temporal values to keep.
void compute_adams_bashforth_coefficients(double time_step, const DoubleTab ×) override