Cond_lim_base#
#include <Cond_lim_base.h>
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#
public : Objet_U
Inherited by#
public : Cond_lim_utilisateur_base
public : Dirichlet
public : Dirichlet_homogene
public : Echange_impose_base
public : Navier
public : Neumann
public : Neumann_homogene
public : Periodique
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
a_mettre_a_jour_ss_pas_dt#
int Cond_lim_base::a_mettre_a_jour_ss_pas_dt()
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#
void Cond_lim_base::associer_domaine_cl_dis_base(const Domaine_Cl_dis_base &)
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.
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#
void Cond_lim_base::associer_fr_dis_base(const Frontiere_dis_base &)
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#
int Cond_lim_base::avancer(double temps)
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#
void Cond_lim_base::calculer_coeffs_echange(double temps)
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 !!!
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#
Champ_front_base & Cond_lim_base::champ_front()
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#
const Champ_front_base & Cond_lim_base::champ_front() const
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#
void Cond_lim_base::champ_front(int, DoubleVect &) const
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#
void Cond_lim_base::changer_temps_futur(double temps, int i)
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#
int Cond_lim_base::compatible_avec_discr(const Discretisation_base &) const
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#
int Cond_lim_base::compatible_avec_eqn(const Equation_base &) const
Detailed description
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#
void Cond_lim_base::completer()
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#
Cond_lim_base::Cond_lim_base()
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#
Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis()
Renvoie le domaine des conditions aux limites discretisee dont l’objet fait partie.
Detailed description
References
Referenced By
Echange_contact_rayo_semi_transp_VDF::calculer_temperature_bord
Neumann_paroi_rayo_semi_transp_VDF::calculer_temperature_bord
Neumann_paroi_rayo_semi_transp_VEF::calculer_temperature_bord
Frontiere_Ouverte_temperature_imposee_Rayo_transp::completer
Sortie_libre_Gradient_Pression_impose_VEFPreP1B::initialiser
Sortie_libre_Gradient_Pression_libre_VEFPreP1B::mettre_a_jour
Echange_global_impose_rayo_semi_transp::verifie_ch_init_nb_comp
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#
const Domaine_Cl_dis_base & Cond_lim_base::domaine_Cl_dis() const
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#
void Cond_lim_base::fixer_nb_valeurs_temporelles(int nb_cases)
Appele par Conds_lim::completer Appel cha_front_base::fixer_nb_valeurs_temporelles.
Detailed description
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#
Frontiere_dis_base & Cond_lim_base::frontiere_dis()
Renvoie la frontiere discretisee a laquelle les conditions aux limites s’appliquent.
Detailed description
References
Referenced By
Operateur_Conv_sensibility_VEF::ajouter_Lsensibility_state_Amont
Operateur_Conv_sensibility_VEF::ajouter_Lstate_sensibility_Amont
Navier_Stokes_Fluide_Dilatable_Proto::assembler_avec_inertie_impl
Navier_Stokes_Fluide_Dilatable_Proto::assembler_blocs_avec_inertie
Champ_front_contact_VEF::associer_front_vf_et_ch_front_autre_pb
Echange_contact_rayo_semi_transp_VDF::calculer_temperature_bord
Neumann_paroi_rayo_semi_transp_VDF::calculer_temperature_bord
Neumann_paroi_rayo_semi_transp_VEF::calculer_temperature_bord
Frontiere_Ouverte_temperature_imposee_Rayo_transp::calculer_Teta_i
Sortie_libre_Gradient_Pression_impose_VEFPreP1B::calculer_trace_pression
Frontiere_Ouverte_temperature_imposee_Rayo_transp::completer
Sortie_libre_Gradient_Pression_libre_VEFPreP1B::mettre_a_jour
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#
const Frontiere_dis_base & Cond_lim_base::frontiere_dis() const
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#
const Type_info * Cond_lim_base::get_info() const override
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#
int Cond_lim_base::initialiser(double temps)
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)
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#
void Cond_lim_base::injecter_dans_champ_inc(const Champ_Inc_base &) const
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#
void Cond_lim_base::mettre_a_jour(double temps)
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#
int Cond_lim_base::reculer(double temps)
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#
void Cond_lim_base::resetTime(double time)
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#
void Cond_lim_base::set_modifier_val_imp(int)
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#
void Cond_lim_base::set_temps_defaut(double temps)
Change le i - eme temps futur de la cl.
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_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#
void Cond_lim_base::verifie_ch_init_nb_comp() const
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#
Cond_lim_base::~Cond_lim_base() override
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#
const Type_info * Cond_lim_base::info()
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#
const Cond_lim_base & Cond_lim_base::self_cast(const Objet_U &)
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#
Cond_lim_base & Cond_lim_base::self_cast(Objet_U &)
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#
void Cond_lim_base::err_pas_compatible(const Discretisation_base &) const
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#
void Cond_lim_base::err_pas_compatible(const Equation_base &) const
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
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#
Sortie & Cond_lim_base::printOn(Sortie &x) const override
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#
Entree & Cond_lim_base::readOn(Entree &) override
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#
const Type_info Cond_lim_base::info_obj
std::vector<Motcle> Cond_lim_base::app_domains
TRUST_Deriv<Champ_front_base> Cond_lim_base::le_champ_front
int Cond_lim_base::modifier_val_imp = 0
TRUST_Ref<Domaine_Cl_dis_base *> Cond_lim_base::mon_dom_cl_dis
std::vector<Nom> Cond_lim_base::supp_discs