Marqueur_Lagrange_base#

#include <Marqueur_Lagrange_base.h>
Brief description

classe Marqueur_Lagrange_base La classe Marqueur_Lagange_base est la classe de base des classes de marqueurs

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:`Marqueur\_Lagrange\_base <class-marqueur-lagrange-base>`
[Marqueur\_Lagrange\_base](#class-marqueur-lagrange-base)

Detailed description#

Actuellement une seule classe instanciable derivant : Marqueur_FT Un marqueur est destine a suivre le mouvement du fluide en integrant la trajectoire d un ensemble de particules a partir de la vitesse (interpolee) du fluide. - l ensemble des points suivis est attribut de Marqueur_FT car de type Maillage_FT_Disc - le postraitement est realise sur le nombre de particules par maille (densite_particules_) ou sur le nuage de points - l integration est demarree a partir d un temps t_debut_integr_ fixe par l utilisateur ou egal a t_init par defaut

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classMarqueur__Lagrange__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

calculer_valeurs_champs#

Definition
virtual void Marqueur_Lagrange_base::calculer_valeurs_champs()=0
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:`virtual void Marqueur_Lagrange_base::calculer_valeurs_champs()=0 <marqueur-lagrange-base-public-virtual-void-marqueur-lagrange-base-calculer-valeurs-champs-equal-0>`
[virtual void Marqueur_Lagrange_base::calculer_valeurs_champs()=0](#marqueur-lagrange-base-public-virtual-void-marqueur-lagrange-base-calculer-valeurs-champs-equal-0)

creer_champ#

Definition
void Marqueur_Lagrange_base::creer_champ(const Motcle &motlu) 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:`void Marqueur_Lagrange_base::creer_champ(const Motcle &motlu) override <marqueur-lagrange-base-public-void-marqueur-lagrange-base-creer-champ-const-motcle-ref-motlu-override>`
[void Marqueur_Lagrange_base::creer_champ(const Motcle &motlu) override](#marqueur-lagrange-base-public-void-marqueur-lagrange-base-creer-champ-const-motcle-ref-motlu-override)

discretiser#

Definition
void Marqueur_Lagrange_base::discretiser(const Probleme_base &pb, const Discretisation_base &dis)
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 Marqueur_Lagrange_base::discretiser(const Probleme_base &pb, const Discretisation_base &dis) <marqueur-lagrange-base-public-void-marqueur-lagrange-base-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis>`
[void Marqueur_Lagrange_base::discretiser(const Probleme_base &pb, const Discretisation_base &dis)](#marqueur-lagrange-base-public-void-marqueur-lagrange-base-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis)

ensemble_points#

Definition
virtual const Ensemble_Lagrange_base & Marqueur_Lagrange_base::ensemble_points() const =0
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:`virtual const Ensemble_Lagrange_base & Marqueur_Lagrange_base::ensemble_points() const =0 <marqueur-lagrange-base-public-virtual-const-ensemble-lagrange-base-ref-marqueur-lagrange-base-ensemble-points-const-equal-0>`
[virtual const Ensemble_Lagrange_base & Marqueur_Lagrange_base::ensemble_points() const =0](#marqueur-lagrange-base-public-virtual-const-ensemble-lagrange-base-ref-marqueur-lagrange-base-ensemble-points-const-equal-0)

ensemble_points#

Definition
virtual Ensemble_Lagrange_base & Marqueur_Lagrange_base::ensemble_points()=0
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:`virtual Ensemble_Lagrange_base & Marqueur_Lagrange_base::ensemble_points()=0 <marqueur-lagrange-base-public-virtual-ensemble-lagrange-base-ref-marqueur-lagrange-base-ensemble-points-equal-0>`
[virtual Ensemble_Lagrange_base & Marqueur_Lagrange_base::ensemble_points()=0](#marqueur-lagrange-base-public-virtual-ensemble-lagrange-base-ref-marqueur-lagrange-base-ensemble-points-equal-0)

get_champ#

Definition
const Champ_base & Marqueur_Lagrange_base::get_champ(const Motcle &nom) const 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:`const Champ_base & Marqueur_Lagrange_base::get_champ(const Motcle &nom) const override <marqueur-lagrange-base-public-const-champ-base-ref-marqueur-lagrange-base-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Marqueur_Lagrange_base::get_champ(const Motcle &nom) const override](#marqueur-lagrange-base-public-const-champ-base-ref-marqueur-lagrange-base-get-champ-const-motcle-ref-nom-const-override)

get_info#

Definition
const Type_info * Marqueur_Lagrange_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 * Marqueur_Lagrange_base::get_info() const override <marqueur-lagrange-base-public-const-type-info-ptr-marqueur-lagrange-base-get-info-const-override>`
[const Type_info * Marqueur_Lagrange_base::get_info() const override](#marqueur-lagrange-base-public-const-type-info-ptr-marqueur-lagrange-base-get-info-const-override)

get_noms_champs_postraitables#

Definition
void Marqueur_Lagrange_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const 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 Marqueur_Lagrange_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <marqueur-lagrange-base-public-void-marqueur-lagrange-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Marqueur_Lagrange_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#marqueur-lagrange-base-public-void-marqueur-lagrange-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)

has_champ#

Definition
bool Marqueur_Lagrange_base::has_champ(const Motcle &nom) const 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:`bool Marqueur_Lagrange_base::has_champ(const Motcle &nom) const override <marqueur-lagrange-base-public-bool-marqueur-lagrange-base-has-champ-const-motcle-ref-nom-const-override>`
[bool Marqueur_Lagrange_base::has_champ(const Motcle &nom) const override](#marqueur-lagrange-base-public-bool-marqueur-lagrange-base-has-champ-const-motcle-ref-nom-const-override)

has_champ#

Definition
bool Marqueur_Lagrange_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const 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:`bool Marqueur_Lagrange_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <marqueur-lagrange-base-public-bool-marqueur-lagrange-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Marqueur_Lagrange_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#marqueur-lagrange-base-public-bool-marqueur-lagrange-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)

Marqueur_Lagrange_base#

Definition
Marqueur_Lagrange_base::Marqueur_Lagrange_base()
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:`Marqueur_Lagrange_base::Marqueur_Lagrange_base() <marqueur-lagrange-base-public-marqueur-lagrange-base-marqueur-lagrange-base>`
[Marqueur_Lagrange_base::Marqueur_Lagrange_base()](#marqueur-lagrange-base-public-marqueur-lagrange-base-marqueur-lagrange-base)

mettre_a_jour#

Definition
void Marqueur_Lagrange_base::mettre_a_jour(double temps)
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 Marqueur_Lagrange_base::mettre_a_jour(double temps) <marqueur-lagrange-base-public-void-marqueur-lagrange-base-mettre-a-jour-double-temps>`
[void Marqueur_Lagrange_base::mettre_a_jour(double temps)](#marqueur-lagrange-base-public-void-marqueur-lagrange-base-mettre-a-jour-double-temps)

temps_debut_integration#

Definition
const double & Marqueur_Lagrange_base::temps_debut_integration() 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 double & Marqueur_Lagrange_base::temps_debut_integration() const <marqueur-lagrange-base-public-const-double-ref-marqueur-lagrange-base-temps-debut-integration-const>`
[const double & Marqueur_Lagrange_base::temps_debut_integration() const](#marqueur-lagrange-base-public-const-double-ref-marqueur-lagrange-base-temps-debut-integration-const)

~Marqueur_Lagrange_base#

Definition
Marqueur_Lagrange_base::~Marqueur_Lagrange_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:`Marqueur_Lagrange_base::~Marqueur_Lagrange_base() override <marqueur-lagrange-base-public-marqueur-lagrange-base-dtor-marqueur-lagrange-base-override>`
[Marqueur_Lagrange_base::~Marqueur_Lagrange_base() override](#marqueur-lagrange-base-public-marqueur-lagrange-base-dtor-marqueur-lagrange-base-override)

info#

Definition
const Type_info * Marqueur_Lagrange_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 * Marqueur_Lagrange_base::info() <marqueur-lagrange-base-public-static-const-type-info-ptr-marqueur-lagrange-base-info>`
[const Type_info * Marqueur_Lagrange_base::info()](#marqueur-lagrange-base-public-static-const-type-info-ptr-marqueur-lagrange-base-info)

self_cast#

Definition
const Marqueur_Lagrange_base & Marqueur_Lagrange_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 Marqueur_Lagrange_base & Marqueur_Lagrange_base::self_cast(const Objet_U &) <marqueur-lagrange-base-public-static-const-marqueur-lagrange-base-ref-marqueur-lagrange-base-self-cast-const-objet-u-ref>`
[const Marqueur_Lagrange_base & Marqueur_Lagrange_base::self_cast(const Objet_U &)](#marqueur-lagrange-base-public-static-const-marqueur-lagrange-base-ref-marqueur-lagrange-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Marqueur_Lagrange_base & Marqueur_Lagrange_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:`Marqueur_Lagrange_base & Marqueur_Lagrange_base::self_cast(Objet_U &) <marqueur-lagrange-base-public-static-marqueur-lagrange-base-ref-marqueur-lagrange-base-self-cast-objet-u-ref>`
[Marqueur_Lagrange_base & Marqueur_Lagrange_base::self_cast(Objet_U &)](#marqueur-lagrange-base-public-static-marqueur-lagrange-base-ref-marqueur-lagrange-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Marqueur_Lagrange_base::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 & Marqueur_Lagrange_base::printOn(Sortie &x) const override <marqueur-lagrange-base-protected-sortie-ref-marqueur-lagrange-base-printon-sortie-ref-x-const-override>`
[Sortie & Marqueur_Lagrange_base::printOn(Sortie &x) const override](#marqueur-lagrange-base-protected-sortie-ref-marqueur-lagrange-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Marqueur_Lagrange_base::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 & Marqueur_Lagrange_base::readOn(Entree &) override <marqueur-lagrange-base-protected-entree-ref-marqueur-lagrange-base-readon-entree-ref-override>`
[Entree & Marqueur_Lagrange_base::readOn(Entree &) override](#marqueur-lagrange-base-protected-entree-ref-marqueur-lagrange-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Marqueur_Lagrange_base::info_obj
densite_particules_ (protected)
TRUST_Deriv<Champ_Fonc_base> Marqueur_Lagrange_base::densite_particules_
t_debut_integr_ (protected)
double Marqueur_Lagrange_base::t_debut_integr_
champs_compris_ (private)
Champs_compris Marqueur_Lagrange_base::champs_compris_