Probleme_FT_Disc_gen#

#include <Probleme_FT_Disc_gen.h>
Brief description

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:`Probleme\_FT\_Disc\_gen <class-probleme-ft-disc-gen>`
[Probleme\_FT\_Disc\_gen](#class-probleme-ft-disc-gen)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classProbleme__FT__Disc__gen__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_#

Definition
int Probleme_FT_Disc_gen::associer_(Objet_U &ob) override
Brief description

surcharge Objet_U::associer_(Objet_U& ob) Associe differents objets au probleme en controlant

Detailed description

le type de l’objet a associer a l’execution. On peut ainsi associer: un schema en temps, un domaine de calcul ou un milieu physique. Utilise les routine de la classe Type_Info (Utilitaires)

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:`int Probleme_FT_Disc_gen::associer_(Objet_U &ob) override <probleme-ft-disc-gen-public-int-probleme-ft-disc-gen-associer-underscore-objet-u-ref-ob-override>`
[int Probleme_FT_Disc_gen::associer_(Objet_U &ob) override](#probleme-ft-disc-gen-public-int-probleme-ft-disc-gen-associer-underscore-objet-u-ref-ob-override)

associer_milieu_base#

Definition
void Probleme_FT_Disc_gen::associer_milieu_base(const Milieu_base &milieu) override
Brief description

Verifie que le milieu est de type Fluide_Diphasique et associe le milieu aux equations.

Detailed description

Precondition: Toutes les equations doivent avoir ete associees.

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:`void Probleme_FT_Disc_gen::associer_milieu_base(const Milieu_base &milieu) override <probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-associer-milieu-base-const-milieu-base-ref-milieu-override>`
[void Probleme_FT_Disc_gen::associer_milieu_base(const Milieu_base &milieu) override](#probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-associer-milieu-base-const-milieu-base-ref-milieu-override)

calculer_pas_de_temps#

Definition
double Probleme_FT_Disc_gen::calculer_pas_de_temps() const override
Brief description

Calcul la valeur du prochain pas de temps du probleme.

Detailed description

On calcule le minimum des pas de temps des equations associees au probleme.

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:`double Probleme_FT_Disc_gen::calculer_pas_de_temps() const override <probleme-ft-disc-gen-public-double-probleme-ft-disc-gen-calculer-pas-de-temps-const-override>`
[double Probleme_FT_Disc_gen::calculer_pas_de_temps() const override](#probleme-ft-disc-gen-public-double-probleme-ft-disc-gen-calculer-pas-de-temps-const-override)

completer#

Definition
void Probleme_FT_Disc_gen::completer() override
Brief description

Complete les equations associees au probleme.

Detailed description

Remplissage des references, deleguee aux equations.

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:`void Probleme_FT_Disc_gen::completer() override <probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-completer-override>`
[void Probleme_FT_Disc_gen::completer() override](#probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-completer-override)

duplique#

Definition
int Probleme_FT_Disc_gen::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 Probleme_FT_Disc_gen::duplique() const override <probleme-ft-disc-gen-public-int-probleme-ft-disc-gen-duplique-const-override>`
[int Probleme_FT_Disc_gen::duplique() const override](#probleme-ft-disc-gen-public-int-probleme-ft-disc-gen-duplique-const-override)

equation#

Definition
const Equation_base & Probleme_FT_Disc_gen::equation(int i) const override
Brief description
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:`const Equation_base & Probleme_FT_Disc_gen::equation(int i) const override <probleme-ft-disc-gen-public-const-equation-base-ref-probleme-ft-disc-gen-equation-int-i-const-override>`
[const Equation_base & Probleme_FT_Disc_gen::equation(int i) const override](#probleme-ft-disc-gen-public-const-equation-base-ref-probleme-ft-disc-gen-equation-int-i-const-override)

equation#

Definition
Equation_base & Probleme_FT_Disc_gen::equation(int i) override
Brief description
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:`Equation_base & Probleme_FT_Disc_gen::equation(int i) override <probleme-ft-disc-gen-public-equation-base-ref-probleme-ft-disc-gen-equation-int-i-override>`
[Equation_base & Probleme_FT_Disc_gen::equation(int i) override](#probleme-ft-disc-gen-public-equation-base-ref-probleme-ft-disc-gen-equation-int-i-override)

equation_hydraulique#

Definition
const Navier_Stokes_FT_Disc & Probleme_FT_Disc_gen::equation_hydraulique(const Motcle &nom) 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:`const Navier_Stokes_FT_Disc & Probleme_FT_Disc_gen::equation_hydraulique(const Motcle &nom) const <probleme-ft-disc-gen-public-const-navier-stokes-ft-disc-ref-probleme-ft-disc-gen-equation-hydraulique-const-motcle-ref-nom-const>`
[const Navier_Stokes_FT_Disc & Probleme_FT_Disc_gen::equation_hydraulique(const Motcle &nom) const](#probleme-ft-disc-gen-public-const-navier-stokes-ft-disc-ref-probleme-ft-disc-gen-equation-hydraulique-const-motcle-ref-nom-const)

equation_interfaces#

Definition
const Transport_Interfaces_FT_Disc & Probleme_FT_Disc_gen::equation_interfaces(const Motcle &nom) 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:`const Transport_Interfaces_FT_Disc & Probleme_FT_Disc_gen::equation_interfaces(const Motcle &nom) const <probleme-ft-disc-gen-public-const-transport-interfaces-ft-disc-ref-probleme-ft-disc-gen-equation-interfaces-const-motcle-ref-nom-const>`
[const Transport_Interfaces_FT_Disc & Probleme_FT_Disc_gen::equation_interfaces(const Motcle &nom) const](#probleme-ft-disc-gen-public-const-transport-interfaces-ft-disc-ref-probleme-ft-disc-gen-equation-interfaces-const-motcle-ref-nom-const)

get_equation_by_name#

Definition
const Equation_base & Probleme_FT_Disc_gen::get_equation_by_name(const Nom &le_nom) const override
Brief description

(B. Math): Methode virtuelle ajoutee pour les problemes ayant plusieurs equations de meme type ( Probleme_FT_Disc_gen ). Dans ce cas, le nom de l’equation n’est pas son type…

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:`const Equation_base & Probleme_FT_Disc_gen::get_equation_by_name(const Nom &le_nom) const override <probleme-ft-disc-gen-public-const-equation-base-ref-probleme-ft-disc-gen-get-equation-by-name-const-nom-ref-le-nom-const-override>`
[const Equation_base & Probleme_FT_Disc_gen::get_equation_by_name(const Nom &le_nom) const override](#probleme-ft-disc-gen-public-const-equation-base-ref-probleme-ft-disc-gen-get-equation-by-name-const-nom-ref-le-nom-const-override)

get_info#

Definition
const Type_info * Probleme_FT_Disc_gen::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 * Probleme_FT_Disc_gen::get_info() const override <probleme-ft-disc-gen-public-const-type-info-ptr-probleme-ft-disc-gen-get-info-const-override>`
[const Type_info * Probleme_FT_Disc_gen::get_info() const override](#probleme-ft-disc-gen-public-const-type-info-ptr-probleme-ft-disc-gen-get-info-const-override)

get_list_equations#

Definition
const TRUST_List<TRUST_Deriv<Equation_base>> & Probleme_FT_Disc_gen::get_list_equations() 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 TRUST_List<TRUST_Deriv<Equation_base>> & Probleme_FT_Disc_gen::get_list_equations() const <probleme-ft-disc-gen-public-const-trust-list-trust-deriv-equation-base-ref-probleme-ft-disc-gen-get-list-equations-const>`
[const TRUST_List<TRUST_Deriv<Equation_base>> & Probleme_FT_Disc_gen::get_list_equations() const](#probleme-ft-disc-gen-public-const-trust-list-trust-deriv-equation-base-ref-probleme-ft-disc-gen-get-list-equations-const)

getset_equation_by_name#

Definition
Equation_base & Probleme_FT_Disc_gen::getset_equation_by_name(const Nom &le_nom) override
Brief description

(B. Math): Methode virtuelle ajoutee pour les problemes ayant plusieurs equations de meme type ( Probleme_FT_Disc_gen ). Dans ce cas, le nom de l’equation n’est pas son type… Version non const. Cette methode est notamment appelee a la lecture du probleme.

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:`Equation_base & Probleme_FT_Disc_gen::getset_equation_by_name(const Nom &le_nom) override <probleme-ft-disc-gen-public-equation-base-ref-probleme-ft-disc-gen-getset-equation-by-name-const-nom-ref-le-nom-override>`
[Equation_base & Probleme_FT_Disc_gen::getset_equation_by_name(const Nom &le_nom) override](#probleme-ft-disc-gen-public-equation-base-ref-probleme-ft-disc-gen-getset-equation-by-name-const-nom-ref-le-nom-override)

lire_equations#

Definition
Entree & Probleme_FT_Disc_gen::lire_equations(Entree &is, Motcle &dernier_mot) override
Brief description

Lecture des equations du probleme.

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:`Entree & Probleme_FT_Disc_gen::lire_equations(Entree &is, Motcle &dernier_mot) override <probleme-ft-disc-gen-public-entree-ref-probleme-ft-disc-gen-lire-equations-entree-ref-is-motcle-ref-dernier-mot-override>`
[Entree & Probleme_FT_Disc_gen::lire_equations(Entree &is, Motcle &dernier_mot) override](#probleme-ft-disc-gen-public-entree-ref-probleme-ft-disc-gen-lire-equations-entree-ref-is-motcle-ref-dernier-mot-override)

lire_solved_equations#

Definition
void Probleme_FT_Disc_gen::lire_solved_equations(Entree &is) override
Brief description
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:`void Probleme_FT_Disc_gen::lire_solved_equations(Entree &is) override <probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-lire-solved-equations-entree-ref-is-override>`
[void Probleme_FT_Disc_gen::lire_solved_equations(Entree &is) override](#probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-lire-solved-equations-entree-ref-is-override)

mettre_a_jour#

Definition
void Probleme_FT_Disc_gen::mettre_a_jour(double temps) override
Brief description

Effectue une mise a jour en temps du probleme.

Detailed description

Effectue la mise a jour sur toutes les equations du probleme.

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:`void Probleme_FT_Disc_gen::mettre_a_jour(double temps) override <probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-mettre-a-jour-double-temps-override>`
[void Probleme_FT_Disc_gen::mettre_a_jour(double temps) override](#probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-mettre-a-jour-double-temps-override)

nombre_d_equations#

Definition
int Probleme_FT_Disc_gen::nombre_d_equations() const override
Brief description
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:`int Probleme_FT_Disc_gen::nombre_d_equations() const override <probleme-ft-disc-gen-public-int-probleme-ft-disc-gen-nombre-d-equations-const-override>`
[int Probleme_FT_Disc_gen::nombre_d_equations() const override](#probleme-ft-disc-gen-public-int-probleme-ft-disc-gen-nombre-d-equations-const-override)

Probleme_FT_Disc_gen#

Definition
Probleme_FT_Disc_gen::Probleme_FT_Disc_gen()
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:`Probleme_FT_Disc_gen::Probleme_FT_Disc_gen() <probleme-ft-disc-gen-public-probleme-ft-disc-gen-probleme-ft-disc-gen>`
[Probleme_FT_Disc_gen::Probleme_FT_Disc_gen()](#probleme-ft-disc-gen-public-probleme-ft-disc-gen-probleme-ft-disc-gen)

taille_memoire#

Definition
unsigned Probleme_FT_Disc_gen::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 Probleme_FT_Disc_gen::taille_memoire() const override <probleme-ft-disc-gen-public-unsigned-probleme-ft-disc-gen-taille-memoire-const-override>`
[unsigned Probleme_FT_Disc_gen::taille_memoire() const override](#probleme-ft-disc-gen-public-unsigned-probleme-ft-disc-gen-taille-memoire-const-override)

tcl#

Definition
Triple_Line_Model_FT_Disc & Probleme_FT_Disc_gen::tcl()
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:`Triple_Line_Model_FT_Disc & Probleme_FT_Disc_gen::tcl() <probleme-ft-disc-gen-public-triple-line-model-ft-disc-ref-probleme-ft-disc-gen-tcl>`
[Triple_Line_Model_FT_Disc & Probleme_FT_Disc_gen::tcl()](#probleme-ft-disc-gen-public-triple-line-model-ft-disc-ref-probleme-ft-disc-gen-tcl)

tcl#

Definition
const Triple_Line_Model_FT_Disc & Probleme_FT_Disc_gen::tcl() const
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:`const Triple_Line_Model_FT_Disc & Probleme_FT_Disc_gen::tcl() const <probleme-ft-disc-gen-public-const-triple-line-model-ft-disc-ref-probleme-ft-disc-gen-tcl-const>`
[const Triple_Line_Model_FT_Disc & Probleme_FT_Disc_gen::tcl() const](#probleme-ft-disc-gen-public-const-triple-line-model-ft-disc-ref-probleme-ft-disc-gen-tcl-const)

typer_lire_milieu#

Definition
void Probleme_FT_Disc_gen::typer_lire_milieu(Entree &is) override
Brief description
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:`void Probleme_FT_Disc_gen::typer_lire_milieu(Entree &is) override <probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-typer-lire-milieu-entree-ref-is-override>`
[void Probleme_FT_Disc_gen::typer_lire_milieu(Entree &is) override](#probleme-ft-disc-gen-public-void-probleme-ft-disc-gen-typer-lire-milieu-entree-ref-is-override)

updateGivenFields#

Definition
bool Probleme_FT_Disc_gen::updateGivenFields() override
Brief description

ATTENTION :

Detailed description

Rentre ici tout ce qui ne correspond pas a l’API normale de Problem. Actuellement on y met a jour les CLs et les termes sources, sachant que certains vont chercher eux - memes des informations dans les problemes voisins… Programme de travail : tout ce qui est dans cette methode doit etre rendu independant de l’exterieur, et peut du coup rejoindre initTimeStep. Le reste passe dans l’interface d’echange de champs. Ce travail sera fini quand updateGivenFields sera vide et supprime !

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:`bool Probleme_FT_Disc_gen::updateGivenFields() override <probleme-ft-disc-gen-public-bool-probleme-ft-disc-gen-updategivenfields-override>`
[bool Probleme_FT_Disc_gen::updateGivenFields() override](#probleme-ft-disc-gen-public-bool-probleme-ft-disc-gen-updategivenfields-override)

~Probleme_FT_Disc_gen#

Definition
Probleme_FT_Disc_gen::~Probleme_FT_Disc_gen()
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:`Probleme_FT_Disc_gen::~Probleme_FT_Disc_gen() <probleme-ft-disc-gen-public-probleme-ft-disc-gen-dtor-probleme-ft-disc-gen>`
[Probleme_FT_Disc_gen::~Probleme_FT_Disc_gen()](#probleme-ft-disc-gen-public-probleme-ft-disc-gen-dtor-probleme-ft-disc-gen)

cree_instance#

Definition
Objet_U * Probleme_FT_Disc_gen::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 * Probleme_FT_Disc_gen::cree_instance() <probleme-ft-disc-gen-public-static-objet-u-ptr-probleme-ft-disc-gen-cree-instance>`
[Objet_U * Probleme_FT_Disc_gen::cree_instance()](#probleme-ft-disc-gen-public-static-objet-u-ptr-probleme-ft-disc-gen-cree-instance)

info#

Definition
const Type_info * Probleme_FT_Disc_gen::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 * Probleme_FT_Disc_gen::info() <probleme-ft-disc-gen-public-static-const-type-info-ptr-probleme-ft-disc-gen-info>`
[const Type_info * Probleme_FT_Disc_gen::info()](#probleme-ft-disc-gen-public-static-const-type-info-ptr-probleme-ft-disc-gen-info)

self_cast#

Definition
const Probleme_FT_Disc_gen & Probleme_FT_Disc_gen::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 Probleme_FT_Disc_gen & Probleme_FT_Disc_gen::self_cast(const Objet_U &) <probleme-ft-disc-gen-public-static-const-probleme-ft-disc-gen-ref-probleme-ft-disc-gen-self-cast-const-objet-u-ref>`
[const Probleme_FT_Disc_gen & Probleme_FT_Disc_gen::self_cast(const Objet_U &)](#probleme-ft-disc-gen-public-static-const-probleme-ft-disc-gen-ref-probleme-ft-disc-gen-self-cast-const-objet-u-ref)

self_cast#

Definition
Probleme_FT_Disc_gen & Probleme_FT_Disc_gen::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:`Probleme_FT_Disc_gen & Probleme_FT_Disc_gen::self_cast(Objet_U &) <probleme-ft-disc-gen-public-static-probleme-ft-disc-gen-ref-probleme-ft-disc-gen-self-cast-objet-u-ref>`
[Probleme_FT_Disc_gen & Probleme_FT_Disc_gen::self_cast(Objet_U &)](#probleme-ft-disc-gen-public-static-probleme-ft-disc-gen-ref-probleme-ft-disc-gen-self-cast-objet-u-ref)

add_FT_equation#

Definition
void Probleme_FT_Disc_gen::add_FT_equation(const Nom &, const Nom &)
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:`void Probleme_FT_Disc_gen::add_FT_equation(const Nom &, const Nom &) <probleme-ft-disc-gen-protected-void-probleme-ft-disc-gen-add-ft-equation-const-nom-ref-const-nom-ref>`
[void Probleme_FT_Disc_gen::add_FT_equation(const Nom &, const Nom &)](#probleme-ft-disc-gen-protected-void-probleme-ft-disc-gen-add-ft-equation-const-nom-ref-const-nom-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie 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:`Sortie & Probleme_FT_Disc_gen::printOn(Sortie &x) const override <probleme-ft-disc-gen-protected-sortie-ref-probleme-ft-disc-gen-printon-sortie-ref-x-const-override>`
[Sortie & Probleme_FT_Disc_gen::printOn(Sortie &x) const override](#probleme-ft-disc-gen-protected-sortie-ref-probleme-ft-disc-gen-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un probleme dans un flot d’entree, et ouverture du flot de sauvegarde.

Detailed description

Format: { nom_milieu bloc de lecture d’un milieu nom_equation bloc de lecture d’une equation Postraitement bloc de lecture postraitement reprise | sauvegarde | sauvegarde_simple formatte | binaire | pdi nom_de_fichier } L’option sauvegarde_simple permet de sauver le probleme dans le fichier choisi en ecrasant a chaque fois les sauvegardes precedentes : cela permet d’economiser de la place disque.

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:`Entree & Probleme_FT_Disc_gen::readOn(Entree &) override <probleme-ft-disc-gen-protected-entree-ref-probleme-ft-disc-gen-readon-entree-ref-override>`
[Entree & Probleme_FT_Disc_gen::readOn(Entree &) override](#probleme-ft-disc-gen-protected-entree-ref-probleme-ft-disc-gen-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Probleme_FT_Disc_gen::info_obj
equations_ (protected)
TRUST_List<TRUST_Deriv<Equation_base>> Probleme_FT_Disc_gen::equations_
la_chimie_ (private)
TRUST_Ref<Chimie *> Probleme_FT_Disc_gen::la_chimie_
tcl_ (private)
Triple_Line_Model_FT_Disc Probleme_FT_Disc_gen::tcl_