Dirichlet_homogene#
#include <Dirichlet_homogene.h>
Classe Dirichlet_homogene Cette classe est la classe de base de la hierarchie des conditions aux limites de type Dirichlet homogene.
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:`Dirichlet\_homogene <class-dirichlet-homogene>`
[Dirichlet\_homogene](#class-dirichlet-homogene)
Detailed description#
Une condition aux limites de type Dirichlet homogene impose une valeur nulle au champ inconnue sur une frontiere, ce qui correspond a:
Inherits from#
public : Cond_lim_base
Inherited by#
public : Dirichlet_paroi_fixe
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
Dirichlet_homogene#
Dirichlet_homogene::Dirichlet_homogene()
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:`Dirichlet_homogene::Dirichlet_homogene() <dirichlet-homogene-public-dirichlet-homogene-dirichlet-homogene>`
[Dirichlet_homogene::Dirichlet_homogene()](#dirichlet-homogene-public-dirichlet-homogene-dirichlet-homogene)
get_info#
const Type_info * Dirichlet_homogene::get_info() const override
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 * Dirichlet_homogene::get_info() const override <dirichlet-homogene-public-const-type-info-ptr-dirichlet-homogene-get-info-const-override>`
[const Type_info * Dirichlet_homogene::get_info() const override](#dirichlet-homogene-public-const-type-info-ptr-dirichlet-homogene-get-info-const-override)
val_imp#
double Dirichlet_homogene::val_imp(int i) const
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:`double Dirichlet_homogene::val_imp(int i) const <dirichlet-homogene-public-double-dirichlet-homogene-val-imp-int-i-const>`
[double Dirichlet_homogene::val_imp(int i) const](#dirichlet-homogene-public-double-dirichlet-homogene-val-imp-int-i-const)
val_imp#
double Dirichlet_homogene::val_imp(int i, int j) const
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 Dirichlet_homogene::val_imp(int i, int j) const <dirichlet-homogene-public-double-dirichlet-homogene-val-imp-int-i-int-j-const>`
[double Dirichlet_homogene::val_imp(int i, int j) const](#dirichlet-homogene-public-double-dirichlet-homogene-val-imp-int-i-int-j-const)
~Dirichlet_homogene#
Dirichlet_homogene::~Dirichlet_homogene() override
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:`Dirichlet_homogene::~Dirichlet_homogene() override <dirichlet-homogene-public-dirichlet-homogene-dtor-dirichlet-homogene-override>`
[Dirichlet_homogene::~Dirichlet_homogene() override](#dirichlet-homogene-public-dirichlet-homogene-dtor-dirichlet-homogene-override)
info#
const Type_info * Dirichlet_homogene::info()
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 * Dirichlet_homogene::info() <dirichlet-homogene-public-static-const-type-info-ptr-dirichlet-homogene-info>`
[const Type_info * Dirichlet_homogene::info()](#dirichlet-homogene-public-static-const-type-info-ptr-dirichlet-homogene-info)
self_cast#
const Dirichlet_homogene & Dirichlet_homogene::self_cast(const Objet_U &)
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 Dirichlet_homogene & Dirichlet_homogene::self_cast(const Objet_U &) <dirichlet-homogene-public-static-const-dirichlet-homogene-ref-dirichlet-homogene-self-cast-const-objet-u-ref>`
[const Dirichlet_homogene & Dirichlet_homogene::self_cast(const Objet_U &)](#dirichlet-homogene-public-static-const-dirichlet-homogene-ref-dirichlet-homogene-self-cast-const-objet-u-ref)
self_cast#
Dirichlet_homogene & Dirichlet_homogene::self_cast(Objet_U &)
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:`Dirichlet_homogene & Dirichlet_homogene::self_cast(Objet_U &) <dirichlet-homogene-public-static-dirichlet-homogene-ref-dirichlet-homogene-self-cast-objet-u-ref>`
[Dirichlet_homogene & Dirichlet_homogene::self_cast(Objet_U &)](#dirichlet-homogene-public-static-dirichlet-homogene-ref-dirichlet-homogene-self-cast-objet-u-ref)
printOn#
Sortie & Dirichlet_homogene::printOn(Sortie &x) const override
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 & Dirichlet_homogene::printOn(Sortie &x) const override <dirichlet-homogene-protected-sortie-ref-dirichlet-homogene-printon-sortie-ref-x-const-override>`
[Sortie & Dirichlet_homogene::printOn(Sortie &x) const override](#dirichlet-homogene-protected-sortie-ref-dirichlet-homogene-printon-sortie-ref-x-const-override)
readOn#
Entree & Dirichlet_homogene::readOn(Entree &) override
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 & Dirichlet_homogene::readOn(Entree &) override <dirichlet-homogene-protected-entree-ref-dirichlet-homogene-readon-entree-ref-override>`
[Entree & Dirichlet_homogene::readOn(Entree &) override](#dirichlet-homogene-protected-entree-ref-dirichlet-homogene-readon-entree-ref-override)
Attributes Documentation#
const Type_info Dirichlet_homogene::info_obj