Algorithmes_Transport_FT_Disc#

#include <Algorithmes_Transport_FT_Disc.h>
Brief description

: classe Algorithmes_Transport_FT_Disc

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:`Algorithmes\_Transport\_FT\_Disc <class-algorithmes-transport-ft-disc>`
[Algorithmes\_Transport\_FT\_Disc](#class-algorithmes-transport-ft-disc)

Detailed description#

Classe regroupant des algorithmes utilises pour manipuler le maillage dans l’equation de transport des interfaces. Les methodes sont eventuellement specialisees VDF / VEF

Inherits from#

Inheritance graph#

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

../../../../../_images/classAlgorithmes__Transport__FT__Disc__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Algorithmes_Transport_FT_Disc#

Definition
Algorithmes_Transport_FT_Disc::Algorithmes_Transport_FT_Disc()
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:`Algorithmes_Transport_FT_Disc::Algorithmes_Transport_FT_Disc() <algorithmes-transport-ft-disc-public-algorithmes-transport-ft-disc-algorithmes-transport-ft-disc>`
[Algorithmes_Transport_FT_Disc::Algorithmes_Transport_FT_Disc()](#algorithmes-transport-ft-disc-public-algorithmes-transport-ft-disc-algorithmes-transport-ft-disc)

calculer_moments_indicatrice#

Definition
void Algorithmes_Transport_FT_Disc::calculer_moments_indicatrice(const Domaine_VF &domaine_vf, const DoubleTab &indicatrice, double &volume_total, double &volume_phase_1, ArrOfDouble &barycentre, ArrOfDouble &barycentre_phase_1)
Brief description

Calcul des grandeurs suivantes en fonction de l’indicatrice de phase.

Detailed description

On calcule la somme sur tous les processeurs.

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 Algorithmes_Transport_FT_Disc::calculer_moments_indicatrice(const Domaine_VF &domaine_vf, const DoubleTab &indicatrice, double &volume_total, double &volume_phase_1, ArrOfDouble &barycentre, ArrOfDouble &barycentre_phase_1) <algorithmes-transport-ft-disc-public-void-algorithmes-transport-ft-disc-calculer-moments-indicatrice-const-domaine-vf-ref-domaine-vf-const-doubletab-ref-indicatrice-double-ref-volume-total-double-ref-volume-phase-1-arrofdouble-ref-barycentre-arrofdouble-ref-barycentre-phase-1>`
[void Algorithmes_Transport_FT_Disc::calculer_moments_indicatrice(const Domaine_VF &domaine_vf, const DoubleTab &indicatrice, double &volume_total, double &volume_phase_1, ArrOfDouble &barycentre, ArrOfDouble &barycentre_phase_1)](#algorithmes-transport-ft-disc-public-void-algorithmes-transport-ft-disc-calculer-moments-indicatrice-const-domaine-vf-ref-domaine-vf-const-doubletab-ref-indicatrice-double-ref-volume-total-double-ref-volume-phase-1-arrofdouble-ref-barycentre-arrofdouble-ref-barycentre-phase-1)

duplique#

Definition
int Algorithmes_Transport_FT_Disc::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 Algorithmes_Transport_FT_Disc::duplique() const override <algorithmes-transport-ft-disc-public-int-algorithmes-transport-ft-disc-duplique-const-override>`
[int Algorithmes_Transport_FT_Disc::duplique() const override](#algorithmes-transport-ft-disc-public-int-algorithmes-transport-ft-disc-duplique-const-override)

get_info#

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

taille_memoire#

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

~Algorithmes_Transport_FT_Disc#

Definition
Algorithmes_Transport_FT_Disc::~Algorithmes_Transport_FT_Disc()
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:`Algorithmes_Transport_FT_Disc::~Algorithmes_Transport_FT_Disc() <algorithmes-transport-ft-disc-public-algorithmes-transport-ft-disc-dtor-algorithmes-transport-ft-disc>`
[Algorithmes_Transport_FT_Disc::~Algorithmes_Transport_FT_Disc()](#algorithmes-transport-ft-disc-public-algorithmes-transport-ft-disc-dtor-algorithmes-transport-ft-disc)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

printOn#

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

printOn : appel interdit

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 & Algorithmes_Transport_FT_Disc::printOn(Sortie &x) const override <algorithmes-transport-ft-disc-protected-sortie-ref-algorithmes-transport-ft-disc-printon-sortie-ref-x-const-override>`
[Sortie & Algorithmes_Transport_FT_Disc::printOn(Sortie &x) const override](#algorithmes-transport-ft-disc-protected-sortie-ref-algorithmes-transport-ft-disc-printon-sortie-ref-x-const-override)

readOn#

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

readOn : appel interdit

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

Attributes Documentation#

info_obj (public)
const Type_info Algorithmes_Transport_FT_Disc::info_obj