16#ifndef Schema_Adams_Bashforth_base_included
17#define Schema_Adams_Bashforth_base_included
19#include <Schema_Explicite_Multi_TimeStep_base.h>
20#include <TRUSTTabs_forward.h>
47 DoubleTab adams_bashforth_coefficients_;
52 return adams_bashforth_coefficients_;
57 return adams_bashforth_coefficients_;
class Equation_base The role of an equation is the calculation of one or more fields....
class Probleme_base It is a Probleme_U that is not a coupling.
Schema_Adams_Bashforth_base.
void compute_coefficients(double time_step, const DoubleTab ×) override
void modifier_second_membre(const Equation_base &eqn, DoubleTab &secmem) override
virtual void compute_adams_bashforth_coefficients(double time_step, const DoubleTab ×)=0
void associer_pb(const Probleme_base &) override
const DoubleTab & coefficients() const override
Schema_Explicite_Multi_TimeStep_base.