Neumann_homogene#

#include <Neumann_homogene.h>
Brief description

Classe Neumann_homogene Cette classe est la classe de base de la hierarchie des conditions aux limites de type Neumann homogenes.

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:`Neumann\_homogene <class-neumann-homogene>`
[Neumann\_homogene](#class-neumann-homogene)

Detailed description#

Une condition aux limites de type Neumann_homogene impose une valeur nulle de la derivee d’un champ inconnue sur une frontiere, ce qui correspond a:

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classNeumann__homogene__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

flux_impose#

Definition
double Neumann_homogene::flux_impose(int i) const
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:`double Neumann_homogene::flux_impose(int i) const <neumann-homogene-public-double-neumann-homogene-flux-impose-int-i-const>`
[double Neumann_homogene::flux_impose(int i) const](#neumann-homogene-public-double-neumann-homogene-flux-impose-int-i-const)

flux_impose#

Definition
double Neumann_homogene::flux_impose(int i, int j) const
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:`double Neumann_homogene::flux_impose(int i, int j) const <neumann-homogene-public-double-neumann-homogene-flux-impose-int-i-int-j-const>`
[double Neumann_homogene::flux_impose(int i, int j) const](#neumann-homogene-public-double-neumann-homogene-flux-impose-int-i-int-j-const)

get_info#

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

Neumann_homogene#

Definition
Neumann_homogene::Neumann_homogene()
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:`Neumann_homogene::Neumann_homogene() <neumann-homogene-public-neumann-homogene-neumann-homogene>`
[Neumann_homogene::Neumann_homogene()](#neumann-homogene-public-neumann-homogene-neumann-homogene)

~Neumann_homogene#

Definition
Neumann_homogene::~Neumann_homogene() 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:`Neumann_homogene::~Neumann_homogene() override <neumann-homogene-public-neumann-homogene-dtor-neumann-homogene-override>`
[Neumann_homogene::~Neumann_homogene() override](#neumann-homogene-public-neumann-homogene-dtor-neumann-homogene-override)

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

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

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:`Entree & Neumann_homogene::readOn(Entree &) override <neumann-homogene-protected-entree-ref-neumann-homogene-readon-entree-ref-override>`
[Entree & Neumann_homogene::readOn(Entree &) override](#neumann-homogene-protected-entree-ref-neumann-homogene-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Neumann_homogene::info_obj