Cond_lim_base#

#include <Cond_lim_base.h>
Brief description

classe Cond_lim_base Classe de base pour la hierarchie des classes qui representent les differentes conditions aux limites ( Dirichlet , Neumann …).

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Cond\_lim\_base <class-cond-lim-base>`
[Cond\_lim\_base](#class-cond-lim-base)

Detailed description#

Un objet condition aux limite sert a definir, pour une equation donnee, les conditions aux limites a appliquer sur une frontiere d’un domaine. Chaque objet Cond_lim_base contient une reference vers l’objet Domaine_Cl_dis_base dont il fait partie. Chaque objet contient egalement un objet OWN_PTR(Champ_front_base) contenant les valeurs a imposer sur la frontiere.

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classCond__lim__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

a_mettre_a_jour_ss_pas_dt#

Definition
int Cond_lim_base::a_mettre_a_jour_ss_pas_dt()
Brief description

Cette methode indique si cette condition aux limites doit etre mise a jour dans des sous pas de temps d’un schema en temps tel que RK.

Detailed description

Par defaut elle renvoie 0 pour indiquer qu’aucune mise a jour n’est necessaire ; il faut la surcharger pour renvoyer 1 au besoin (exemple Echange_impose_base )

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Cond_lim_base::a_mettre_a_jour_ss_pas_dt() <cond-lim-base-public-int-cond-lim-base-a-mettre-a-jour-ss-pas-dt>`
[int Cond_lim_base::a_mettre_a_jour_ss_pas_dt()](#cond-lim-base-public-int-cond-lim-base-a-mettre-a-jour-ss-pas-dt)

associer_domaine_cl_dis_base#

Definition
void Cond_lim_base::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &)
Brief description

Associe le Domaine_Cl_dis_base (Domaine des conditions aux limites discretisees) a l’objet.

Detailed description

Ce Domaine_Cl_dis_base stocke (reference) toutes les conditions aux limites relative a un Domaine geometrique.

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &) <cond-lim-base-public-void-cond-lim-base-associer-domaine-cl-dis-base-const-domaine-cl-dis-base-ref>`
[void Cond_lim_base::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &)](#cond-lim-base-public-void-cond-lim-base-associer-domaine-cl-dis-base-const-domaine-cl-dis-base-ref)

associer_fr_dis_base#

Definition
void Cond_lim_base::associer_fr_dis_base(const Frontiere_dis_base &)
Brief description

Associe la frontiere a l’objet.

Detailed description

L’objet Frontiere_dis_base est en fait associe au membre OWN_PTR(Champ_front_base) de l’objet Cond_lim_base qui represente le champ des conditions aux limites imposees a la frontiere.

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::associer_fr_dis_base(const Frontiere_dis_base &) <cond-lim-base-public-void-cond-lim-base-associer-fr-dis-base-const-frontiere-dis-base-ref>`
[void Cond_lim_base::associer_fr_dis_base(const Frontiere_dis_base &)](#cond-lim-base-public-void-cond-lim-base-associer-fr-dis-base-const-frontiere-dis-base-ref)

avancer#

Definition
int Cond_lim_base::avancer(double temps)
Brief description

Tourne la roue de la CL.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Cond_lim_base::avancer(double temps) <cond-lim-base-public-int-cond-lim-base-avancer-double-temps>`
[int Cond_lim_base::avancer(double temps)](#cond-lim-base-public-int-cond-lim-base-avancer-double-temps)

calculer_coeffs_echange#

Definition
void Cond_lim_base::calculer_coeffs_echange(double temps)
Brief description

Calcul des coefficient d’echange pour un couplage par Champ_front_contact_VEF .

Detailed description

Ces calculs sont locaux au probleme et dependant uniquement de l’inconnue. Ils doivent donc etre faits chaque fois que l’inconnue est modifiee. Ils sont disponibles pour l’exterieur et stockes dans les CLs. WEC : Les Champ_front_contact_VEF devraient disparaitre et cette methode avec !!!

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::calculer_coeffs_echange(double temps) <cond-lim-base-public-void-cond-lim-base-calculer-coeffs-echange-double-temps>`
[void Cond_lim_base::calculer_coeffs_echange(double temps)](#cond-lim-base-public-void-cond-lim-base-calculer-coeffs-echange-double-temps)

champ_front#

Definition
Champ_front_base & Cond_lim_base::champ_front()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Champ_front_base & Cond_lim_base::champ_front() <cond-lim-base-public-champ-front-base-ref-cond-lim-base-champ-front>`
[Champ_front_base & Cond_lim_base::champ_front()](#cond-lim-base-public-champ-front-base-ref-cond-lim-base-champ-front)

champ_front#

Definition
const Champ_front_base & Cond_lim_base::champ_front() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Champ_front_base & Cond_lim_base::champ_front() const <cond-lim-base-public-const-champ-front-base-ref-cond-lim-base-champ-front-const>`
[const Champ_front_base & Cond_lim_base::champ_front() const](#cond-lim-base-public-const-champ-front-base-ref-cond-lim-base-champ-front-const)

champ_front#

Definition
void Cond_lim_base::champ_front(int, DoubleVect &) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::champ_front(int, DoubleVect &) const <cond-lim-base-public-void-cond-lim-base-champ-front-int-doublevect-ref-const>`
[void Cond_lim_base::champ_front(int, DoubleVect &) const](#cond-lim-base-public-void-cond-lim-base-champ-front-int-doublevect-ref-const)

changer_temps_futur#

Definition
void Cond_lim_base::changer_temps_futur(double temps, int i)
Brief description

Change le i - eme temps futur de la CL.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::changer_temps_futur(double temps, int i) <cond-lim-base-public-void-cond-lim-base-changer-temps-futur-double-temps-int-i>`
[void Cond_lim_base::changer_temps_futur(double temps, int i)](#cond-lim-base-public-void-cond-lim-base-changer-temps-futur-double-temps-int-i)

compatible_avec_discr#

Definition
int Cond_lim_base::compatible_avec_discr(const Discretisation_base &) const
Brief description

Renvoie 1 si la condition aux limites est compatible avec la discretisation passee en parametre.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Cond_lim_base::compatible_avec_discr(const Discretisation_base &) const <cond-lim-base-public-int-cond-lim-base-compatible-avec-discr-const-discretisation-base-ref-const>`
[int Cond_lim_base::compatible_avec_discr(const Discretisation_base &) const](#cond-lim-base-public-int-cond-lim-base-compatible-avec-discr-const-discretisation-base-ref-const)

compatible_avec_eqn#

Definition
int Cond_lim_base::compatible_avec_eqn(const Equation_base &) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Cond_lim_base::compatible_avec_eqn(const Equation_base &) const <cond-lim-base-public-int-cond-lim-base-compatible-avec-eqn-const-equation-base-ref-const>`
[int Cond_lim_base::compatible_avec_eqn(const Equation_base &) const](#cond-lim-base-public-int-cond-lim-base-compatible-avec-eqn-const-equation-base-ref-const)

completer#

Definition
void Cond_lim_base::completer()
Brief description

NE FAIT RIEN A surcharger dans les classes derivees.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::completer() <cond-lim-base-public-void-cond-lim-base-completer>`
[void Cond_lim_base::completer()](#cond-lim-base-public-void-cond-lim-base-completer)

Cond_lim_base#

Definition
Cond_lim_base::Cond_lim_base()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Cond_lim_base::Cond_lim_base() <cond-lim-base-public-cond-lim-base-cond-lim-base>`
[Cond_lim_base::Cond_lim_base()](#cond-lim-base-public-cond-lim-base-cond-lim-base)

domaine_Cl_dis#

Definition
Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis()
Brief description

Renvoie le domaine des conditions aux limites discretisee dont l’objet fait partie.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis() <cond-lim-base-public-domaine-cl-dis-base-ref-cond-lim-base-domaine-cl-dis>`
[Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis()](#cond-lim-base-public-domaine-cl-dis-base-ref-cond-lim-base-domaine-cl-dis)

domaine_Cl_dis#

Definition
const Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis() const
Brief description

Renvoie le domaine des conditions aux limites discretisee dont l’objet fait partie.

Detailed description

(version const)

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis() const <cond-lim-base-public-const-domaine-cl-dis-base-ref-cond-lim-base-domaine-cl-dis-const>`
[const Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis() const](#cond-lim-base-public-const-domaine-cl-dis-base-ref-cond-lim-base-domaine-cl-dis-const)

fixer_nb_valeurs_temporelles#

Definition
void Cond_lim_base::fixer_nb_valeurs_temporelles(int nb_cases)
Brief description

Appele par Conds_lim::completer Appel cha_front_base::fixer_nb_valeurs_temporelles.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::fixer_nb_valeurs_temporelles(int nb_cases) <cond-lim-base-public-void-cond-lim-base-fixer-nb-valeurs-temporelles-int-nb-cases>`
[void Cond_lim_base::fixer_nb_valeurs_temporelles(int nb_cases)](#cond-lim-base-public-void-cond-lim-base-fixer-nb-valeurs-temporelles-int-nb-cases)

frontiere_dis#

Definition
Frontiere_dis_base & Cond_lim_base::frontiere_dis()
Brief description

Renvoie la frontiere discretisee a laquelle les conditions aux limites s’appliquent.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Frontiere_dis_base & Cond_lim_base::frontiere_dis() <cond-lim-base-public-frontiere-dis-base-ref-cond-lim-base-frontiere-dis>`
[Frontiere_dis_base & Cond_lim_base::frontiere_dis()](#cond-lim-base-public-frontiere-dis-base-ref-cond-lim-base-frontiere-dis)

frontiere_dis#

Definition
const Frontiere_dis_base & Cond_lim_base::frontiere_dis() const
Brief description

Renvoie la frontiere discretisee a laquelle les conditions aux limites s’appliquent.

Detailed description

(version const)

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Frontiere_dis_base & Cond_lim_base::frontiere_dis() const <cond-lim-base-public-const-frontiere-dis-base-ref-cond-lim-base-frontiere-dis-const>`
[const Frontiere_dis_base & Cond_lim_base::frontiere_dis() const](#cond-lim-base-public-const-frontiere-dis-base-ref-cond-lim-base-frontiere-dis-const)

get_info#

Definition
const Type_info * Cond_lim_base::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Cond_lim_base::get_info() const override <cond-lim-base-public-const-type-info-ptr-cond-lim-base-get-info-const-override>`
[const Type_info * Cond_lim_base::get_info() const override](#cond-lim-base-public-const-type-info-ptr-cond-lim-base-get-info-const-override)

initialiser#

Definition
int Cond_lim_base::initialiser(double temps)
Brief description

Initialisation en debut de calcul.

Detailed description

A appeler avant tout calculer_coeffs_echange ou mettre_a_jour Contrairementaux methodes mettre_a_jour, les methodes initialiser des CLs ne peuvent pas dependre de l’exterieur (lui - meme peut ne pas etre initialise)

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Cond_lim_base::initialiser(double temps) <cond-lim-base-public-int-cond-lim-base-initialiser-double-temps>`
[int Cond_lim_base::initialiser(double temps)](#cond-lim-base-public-int-cond-lim-base-initialiser-double-temps)

injecter_dans_champ_inc#

Definition
void Cond_lim_base::injecter_dans_champ_inc(const Champ_Inc_base &) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::injecter_dans_champ_inc(const Champ_Inc_base &) const <cond-lim-base-public-void-cond-lim-base-injecter-dans-champ-inc-const-champ-inc-base-ref-const>`
[void Cond_lim_base::injecter_dans_champ_inc(const Champ_Inc_base &) const](#cond-lim-base-public-void-cond-lim-base-injecter-dans-champ-inc-const-champ-inc-base-ref-const)

mettre_a_jour#

Definition
void Cond_lim_base::mettre_a_jour(double temps)
Brief description

Effectue une mise a jour en temps de la condition aux limites.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::mettre_a_jour(double temps) <cond-lim-base-public-void-cond-lim-base-mettre-a-jour-double-temps>`
[void Cond_lim_base::mettre_a_jour(double temps)](#cond-lim-base-public-void-cond-lim-base-mettre-a-jour-double-temps)

reculer#

Definition
int Cond_lim_base::reculer(double temps)
Brief description

Tourne la roue de la CL.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Cond_lim_base::reculer(double temps) <cond-lim-base-public-int-cond-lim-base-reculer-double-temps>`
[int Cond_lim_base::reculer(double temps)](#cond-lim-base-public-int-cond-lim-base-reculer-double-temps)

resetTime#

Definition
void Cond_lim_base::resetTime(double time)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::resetTime(double time) <cond-lim-base-public-void-cond-lim-base-resettime-double-time>`
[void Cond_lim_base::resetTime(double time)](#cond-lim-base-public-void-cond-lim-base-resettime-double-time)

set_modifier_val_imp#

Definition
void Cond_lim_base::set_modifier_val_imp(int)
Brief description

Positionne le drapeau modifier_val_imp a la valeur donnee : - si drap = = 1 : modifier_val_imp = 1.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::set_modifier_val_imp(int) <cond-lim-base-public-void-cond-lim-base-set-modifier-val-imp-int>`
[void Cond_lim_base::set_modifier_val_imp(int)](#cond-lim-base-public-void-cond-lim-base-set-modifier-val-imp-int)

set_temps_defaut#

Definition
void Cond_lim_base::set_temps_defaut(double temps)
Brief description

Change le i - eme temps futur de la cl.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::set_temps_defaut(double temps) <cond-lim-base-public-void-cond-lim-base-set-temps-defaut-double-temps>`
[void Cond_lim_base::set_temps_defaut(double temps)](#cond-lim-base-public-void-cond-lim-base-set-temps-defaut-double-temps)

verifie_ch_init_nb_comp#

Definition
void Cond_lim_base::verifie_ch_init_nb_comp() const
Brief description

Appel la verification du champ lu par l intermediaire de l equation pour laquelle on considere la condition limite.

Detailed description

La methode est surchargee dans les cas ou l utilisateur doit specifier le champ frontiere

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::verifie_ch_init_nb_comp() const <cond-lim-base-public-void-cond-lim-base-verifie-ch-init-nb-comp-const>`
[void Cond_lim_base::verifie_ch_init_nb_comp() const](#cond-lim-base-public-void-cond-lim-base-verifie-ch-init-nb-comp-const)

~Cond_lim_base#

Definition
Cond_lim_base::~Cond_lim_base() override
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Cond_lim_base::~Cond_lim_base() override <cond-lim-base-public-cond-lim-base-dtor-cond-lim-base-override>`
[Cond_lim_base::~Cond_lim_base() override](#cond-lim-base-public-cond-lim-base-dtor-cond-lim-base-override)

info#

Definition
const Type_info * Cond_lim_base::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Cond_lim_base::info() <cond-lim-base-public-static-const-type-info-ptr-cond-lim-base-info>`
[const Type_info * Cond_lim_base::info()](#cond-lim-base-public-static-const-type-info-ptr-cond-lim-base-info)

self_cast#

Definition
const Cond_lim_base & Cond_lim_base::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Cond_lim_base & Cond_lim_base::self_cast(const Objet_U &) <cond-lim-base-public-static-const-cond-lim-base-ref-cond-lim-base-self-cast-const-objet-u-ref>`
[const Cond_lim_base & Cond_lim_base::self_cast(const Objet_U &)](#cond-lim-base-public-static-const-cond-lim-base-ref-cond-lim-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Cond_lim_base & Cond_lim_base::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Cond_lim_base & Cond_lim_base::self_cast(Objet_U &) <cond-lim-base-public-static-cond-lim-base-ref-cond-lim-base-self-cast-objet-u-ref>`
[Cond_lim_base & Cond_lim_base::self_cast(Objet_U &)](#cond-lim-base-public-static-cond-lim-base-ref-cond-lim-base-self-cast-objet-u-ref)

err_pas_compatible#

Definition
void Cond_lim_base::err_pas_compatible(const Discretisation_base &) const
Brief description

Cette methode est appelee quand la condition aux limites n’est pas compatible avec la discretisation sur laquelle on essaye.

Detailed description

de l’appliquer.

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::err_pas_compatible(const Discretisation_base &) const <cond-lim-base-protected-void-cond-lim-base-err-pas-compatible-const-discretisation-base-ref-const>`
[void Cond_lim_base::err_pas_compatible(const Discretisation_base &) const](#cond-lim-base-protected-void-cond-lim-base-err-pas-compatible-const-discretisation-base-ref-const)

err_pas_compatible#

Definition
void Cond_lim_base::err_pas_compatible(const Equation_base &) const
Brief description

Cette methode est appelee quand la condition aux limites n’est pas compatible avec l’equation sur laquelle on essaye.

Detailed description

de l’appliquer.

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Cond_lim_base::err_pas_compatible(const Equation_base &) const <cond-lim-base-protected-void-cond-lim-base-err-pas-compatible-const-equation-base-ref-const>`
[void Cond_lim_base::err_pas_compatible(const Equation_base &) const](#cond-lim-base-protected-void-cond-lim-base-err-pas-compatible-const-equation-base-ref-const)

printOn#

Definition
Sortie & Cond_lim_base::printOn(Sortie &x) const override
Brief description

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Cond_lim_base::printOn(Sortie &x) const override <cond-lim-base-protected-sortie-ref-cond-lim-base-printon-sortie-ref-x-const-override>`
[Sortie & Cond_lim_base::printOn(Sortie &x) const override](#cond-lim-base-protected-sortie-ref-cond-lim-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Cond_lim_base::readOn(Entree &) override
Brief description

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

Reimplements:

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Cond_lim_base::readOn(Entree &) override <cond-lim-base-protected-entree-ref-cond-lim-base-readon-entree-ref-override>`
[Entree & Cond_lim_base::readOn(Entree &) override](#cond-lim-base-protected-entree-ref-cond-lim-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Cond_lim_base::info_obj
app_domains (protected)
std::vector<Motcle> Cond_lim_base::app_domains
le_champ_front (protected)
TRUST_Deriv<Champ_front_base> Cond_lim_base::le_champ_front
modifier_val_imp (protected)
int Cond_lim_base::modifier_val_imp = 0
mon_dom_cl_dis (protected)
TRUST_Ref<Domaine_Cl_dis_base *> Cond_lim_base::mon_dom_cl_dis
supp_discs (protected)
std::vector<Nom> Cond_lim_base::supp_discs