Periodique#

#include <Periodique.h>
Brief description

classe Periodique Cette classe represente une condition aux limites periodique.

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:`Periodique <class-periodique>`
[Periodique](#class-periodique)

Detailed description#

On peut specifier une periodicite en X, Y ou Z. Toutes les faces de la frontiere associee a cette condition doivent avoir la meme orientation

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

direction_perio#

Definition
const ArrOfDouble & Periodique::direction_perio() 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 ArrOfDouble & Periodique::direction_perio() const <periodique-public-const-arrofdouble-ref-periodique-direction-perio-const>`
[const ArrOfDouble & Periodique::direction_perio() const](#periodique-public-const-arrofdouble-ref-periodique-direction-perio-const)

direction_periodicite#

Definition
int Periodique::direction_periodicite() 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:`int Periodique::direction_periodicite() const <periodique-public-int-periodique-direction-periodicite-const>`
[int Periodique::direction_periodicite() const](#periodique-public-int-periodique-direction-periodicite-const)

distance#

Definition
double Periodique::distance() 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:`double Periodique::distance() const <periodique-public-double-periodique-distance-const>`
[double Periodique::distance() const](#periodique-public-double-periodique-distance-const)

duplique#

Definition
int Periodique::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 Periodique::duplique() const override <periodique-public-int-periodique-duplique-const-override>`
[int Periodique::duplique() const override](#periodique-public-int-periodique-duplique-const-override)

est_periodique_selon_un_axe#

Definition
int Periodique::est_periodique_selon_un_axe() 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:`int Periodique::est_periodique_selon_un_axe() const <periodique-public-int-periodique-est-periodique-selon-un-axe-const>`
[int Periodique::est_periodique_selon_un_axe() const](#periodique-public-int-periodique-est-periodique-selon-un-axe-const)

face_associee#

Definition
const ArrOfInt & Periodique::face_associee() 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 ArrOfInt & Periodique::face_associee() const <periodique-public-const-arrofint-ref-periodique-face-associee-const>`
[const ArrOfInt & Periodique::face_associee() const](#periodique-public-const-arrofint-ref-periodique-face-associee-const)

face_associee#

Definition
int Periodique::face_associee(int i) 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:`int Periodique::face_associee(int i) const <periodique-public-int-periodique-face-associee-int-i-const>`
[int Periodique::face_associee(int i) const](#periodique-public-int-periodique-face-associee-int-i-const)

get_info#

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

mettre_a_jour#

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

Effectue une mise a jour en temps de la condition aux limites.

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 Periodique::mettre_a_jour(double temps) override <periodique-public-void-periodique-mettre-a-jour-double-temps-override>`
[void Periodique::mettre_a_jour(double temps) override](#periodique-public-void-periodique-mettre-a-jour-double-temps-override)

Periodique#

Definition
Periodique::Periodique()
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:`Periodique::Periodique() <periodique-public-periodique-periodique>`
[Periodique::Periodique()](#periodique-public-periodique-periodique)

taille_memoire#

Definition
unsigned Periodique::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 Periodique::taille_memoire() const override <periodique-public-unsigned-periodique-taille-memoire-const-override>`
[unsigned Periodique::taille_memoire() const override](#periodique-public-unsigned-periodique-taille-memoire-const-override)

~Periodique#

Definition
Periodique::~Periodique()
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:`Periodique::~Periodique() <periodique-public-periodique-dtor-periodique>`
[Periodique::~Periodique()](#periodique-public-periodique-dtor-periodique)

cree_instance#

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

info#

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

self_cast#

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

self_cast#

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

compatible_avec_eqn#

Definition
int Periodique::compatible_avec_eqn(const Equation_base &) 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 Periodique::compatible_avec_eqn(const Equation_base &) const override <periodique-protected-int-periodique-compatible-avec-eqn-const-equation-base-ref-const-override>`
[int Periodique::compatible_avec_eqn(const Equation_base &) const override](#periodique-protected-int-periodique-compatible-avec-eqn-const-equation-base-ref-const-override)

completer#

Definition
void Periodique::completer() override
Brief description

NE FAIT RIEN A surcharger dans les classes derivees.

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 Periodique::completer() override <periodique-protected-void-periodique-completer-override>`
[void Periodique::completer() override](#periodique-protected-void-periodique-completer-override)

printOn#

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

readOn#

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

Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Periodique::readOn(Entree &) override <periodique-protected-entree-ref-periodique-readon-entree-ref-override>`
[Entree & Periodique::readOn(Entree &) override](#periodique-protected-entree-ref-periodique-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Periodique::info_obj
direction_perio_ (protected)
ArrOfDouble Periodique::direction_perio_
direction_xyz_ (protected)
int Periodique::direction_xyz_ = - 100
distance_ (protected)
double Periodique::distance_ = - 500.
face_front_associee_ (protected)
ArrOfInt Periodique::face_front_associee_