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