16#ifndef Dirichlet_included
17#define Dirichlet_included
19#include <Cond_lim_base.h>
34 virtual double val_imp(
int i)
const;
35 virtual double val_imp(
int i,
int j)
const;
38 virtual const DoubleTab&
tab_val_imp(
double temps=DMAXFLOAT)
const;
class Cond_lim_base Base class for the hierarchy of classes that represent the different boundary con...
Dirichlet This class is the base class of the hierarchy of Dirichlet-type boundary conditions.
virtual double val_imp(int i) const
Returns the imposed value on the i-th component of the field at the boundary at the default time of c...
virtual double val_imp_au_temps(double temps, int i) const
Returns the imposed value on the i-th component of the field at the boundary at the specified time.
void verifie_ch_init_nb_comp() const override
Calls the verification of the field read through the equation for which the boundary condition is con...
const DoubleTab & tab_val_imp_au_temps(double temps) const
virtual const DoubleTab & tab_val_imp(double temps=DMAXFLOAT) const