16#ifndef Conduction_IBM_included
17#define Conduction_IBM_included
19#include <Equation_IBM_proto.h>
20#include <Conduction.h>
bool initTimeStep(double dt) override
Allocation and initialization of the unknown and boundary conditions until present+dt.
void verify_scheme() override
void derivee_en_temps_inco_sources(DoubleTrav &) override
void set_param(Param &titi) const override
int preparer_calcul() override
Everything that does not depend on other possible problems.
void assembler(Matrice_Morse &mat_morse, const DoubleTab &present, DoubleTab &secmem) override
Matrice_Morse class - Represents a (sparse) matrix M, not necessarily square,.
Helper class to factorize the readOn method of Objet_U classes.