Conds_lim#

#include <Conds_lim.h>
Brief description

classe Conds_lim Cette classe represente un vecteur de conditions aux limites.

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:`Conds\_lim <class-conds-lim>`
[Conds\_lim](#class-conds-lim)

Detailed description#

Un objet de ce type est porte par chaque Domaine_Cl_dis_base associee a une equation. Une classe representant un vecteur d’objet est declaree grace a la macro VECT(classe_X)

Inherits from#

Inheritance graph#

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

../../../../../_images/classConds__lim__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

calculer_coeffs_echange#

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

Calcul des coefficients d’echange pour toutes les conditions aux limites du vecteur.

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 Conds_lim::calculer_coeffs_echange(double temps) <conds-lim-public-void-conds-lim-calculer-coeffs-echange-double-temps>`
[void Conds_lim::calculer_coeffs_echange(double temps)](#conds-lim-public-void-conds-lim-calculer-coeffs-echange-double-temps)

compatible_avec_discr#

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

Renvoie si TOUTES les conditions aux limites du vecteurs sont compatibles avec la discretisation passee en parametre.

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 Conds_lim::compatible_avec_discr(const Discretisation_base &) const <conds-lim-public-int-conds-lim-compatible-avec-discr-const-discretisation-base-ref-const>`
[int Conds_lim::compatible_avec_discr(const Discretisation_base &) const](#conds-lim-public-int-conds-lim-compatible-avec-discr-const-discretisation-base-ref-const)

compatible_avec_eqn#

Definition
int Conds_lim::compatible_avec_eqn(const Equation_base &) const
Brief description

Renvoie si TOUTES les conditions aux limites du vecteurs sont compatibles avec l’equation passee en parametre.

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 Conds_lim::compatible_avec_eqn(const Equation_base &) const <conds-lim-public-int-conds-lim-compatible-avec-eqn-const-equation-base-ref-const>`
[int Conds_lim::compatible_avec_eqn(const Equation_base &) const](#conds-lim-public-int-conds-lim-compatible-avec-eqn-const-equation-base-ref-const)

completer#

Definition
void Conds_lim::completer(const Domaine_dis_base &)
Brief description

Appel Cond_lim::completer() sur chaque condition aux llimites du vecteur.

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 Conds_lim::completer(const Domaine_dis_base &) <conds-lim-public-void-conds-lim-completer-const-domaine-dis-base-ref>`
[void Conds_lim::completer(const Domaine_dis_base &)](#conds-lim-public-void-conds-lim-completer-const-domaine-dis-base-ref)

Conds_lim#

Definition
Conds_lim::Conds_lim()
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:`Conds_lim::Conds_lim() <conds-lim-public-conds-lim-conds-lim>`
[Conds_lim::Conds_lim()](#conds-lim-public-conds-lim-conds-lim)

duplique#

Definition
int Conds_lim::duplique() const override
Brief description
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:`int Conds_lim::duplique() const override <conds-lim-public-int-conds-lim-duplique-const-override>`
[int Conds_lim::duplique() const override](#conds-lim-public-int-conds-lim-duplique-const-override)

get_info#

Definition
const Type_info * Conds_lim::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 * Conds_lim::get_info() const override <conds-lim-public-const-type-info-ptr-conds-lim-get-info-const-override>`
[const Type_info * Conds_lim::get_info() const override](#conds-lim-public-const-type-info-ptr-conds-lim-get-info-const-override)

initialiser#

Definition
int Conds_lim::initialiser(double temps)
Brief description
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 Conds_lim::initialiser(double temps) <conds-lim-public-int-conds-lim-initialiser-double-temps>`
[int Conds_lim::initialiser(double temps)](#conds-lim-public-int-conds-lim-initialiser-double-temps)

mettre_a_jour#

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

Mise a jour en temps de toutes les conditions aux limites du vecteur.

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 Conds_lim::mettre_a_jour(double temps) <conds-lim-public-void-conds-lim-mettre-a-jour-double-temps>`
[void Conds_lim::mettre_a_jour(double temps)](#conds-lim-public-void-conds-lim-mettre-a-jour-double-temps)

resetTime#

Definition
void Conds_lim::resetTime(double temps)
Brief description
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 Conds_lim::resetTime(double temps) <conds-lim-public-void-conds-lim-resettime-double-temps>`
[void Conds_lim::resetTime(double temps)](#conds-lim-public-void-conds-lim-resettime-double-temps)

set_modifier_val_imp#

Definition
void Conds_lim::set_modifier_val_imp(int)
Brief description

Positionnement du drapeau modifier_val_imp de toutes les conditions aux limites du vecteur.

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:`void Conds_lim::set_modifier_val_imp(int) <conds-lim-public-void-conds-lim-set-modifier-val-imp-int>`
[void Conds_lim::set_modifier_val_imp(int)](#conds-lim-public-void-conds-lim-set-modifier-val-imp-int)

taille_memoire#

Definition
unsigned Conds_lim::taille_memoire() const override
Brief description
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:`unsigned Conds_lim::taille_memoire() const override <conds-lim-public-unsigned-conds-lim-taille-memoire-const-override>`
[unsigned Conds_lim::taille_memoire() const override](#conds-lim-public-unsigned-conds-lim-taille-memoire-const-override)

~Conds_lim#

Definition
Conds_lim::~Conds_lim()
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:`Conds_lim::~Conds_lim() <conds-lim-public-conds-lim-dtor-conds-lim>`
[Conds_lim::~Conds_lim()](#conds-lim-public-conds-lim-dtor-conds-lim)

cree_instance#

Definition
Objet_U * Conds_lim::cree_instance()
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:`Objet_U * Conds_lim::cree_instance() <conds-lim-public-static-objet-u-ptr-conds-lim-cree-instance>`
[Objet_U * Conds_lim::cree_instance()](#conds-lim-public-static-objet-u-ptr-conds-lim-cree-instance)

info#

Definition
const Type_info * Conds_lim::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 * Conds_lim::info() <conds-lim-public-static-const-type-info-ptr-conds-lim-info>`
[const Type_info * Conds_lim::info()](#conds-lim-public-static-const-type-info-ptr-conds-lim-info)

self_cast#

Definition
const Conds_lim & Conds_lim::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 Conds_lim & Conds_lim::self_cast(const Objet_U &) <conds-lim-public-static-const-conds-lim-ref-conds-lim-self-cast-const-objet-u-ref>`
[const Conds_lim & Conds_lim::self_cast(const Objet_U &)](#conds-lim-public-static-const-conds-lim-ref-conds-lim-self-cast-const-objet-u-ref)

self_cast#

Definition
Conds_lim & Conds_lim::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:`Conds_lim & Conds_lim::self_cast(Objet_U &) <conds-lim-public-static-conds-lim-ref-conds-lim-self-cast-objet-u-ref>`
[Conds_lim & Conds_lim::self_cast(Objet_U &)](#conds-lim-public-static-conds-lim-ref-conds-lim-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Conds_lim::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 & Conds_lim::printOn(Sortie &x) const override <conds-lim-protected-sortie-ref-conds-lim-printon-sortie-ref-x-const-override>`
[Sortie & Conds_lim::printOn(Sortie &x) const override](#conds-lim-protected-sortie-ref-conds-lim-printon-sortie-ref-x-const-override)

readOn#

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

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

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:`Entree & Conds_lim::readOn(Entree &) override <conds-lim-protected-entree-ref-conds-lim-readon-entree-ref-override>`
[Entree & Conds_lim::readOn(Entree &) override](#conds-lim-protected-entree-ref-conds-lim-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Conds_lim::info_obj