17#ifndef Pb_Conduction_included
18#define Pb_Conduction_included
20#include <Probleme_base.h>
21#include <Conduction.h>
Class Conduction: represents the temperature evolution equation.
class Equation_base The role of an equation is the calculation of one or more fields....
Class Pb_Conduction: represents a heat conduction problem with non-uniform rho and Cp:
int nombre_d_equations() const override
Returns the number of equations in the problem.
const Equation_base & equation(int) const override
Returns the Conduction equation when i = 0 (const version).
class Probleme_base It is a Probleme_U that is not a coupling.