|
TRUST 1.9.8
HPC thermohydraulic platform
|
classe Champs_compris Represente un champ compris par un objet de type Equation, Milieu, More...
#include <Champs_compris.h>
Public Member Functions | |
| const FIELD_TYPE & | get_champ (const Motcle &nom) const |
| bool | has_champ (const Motcle &nom, OBS_PTR(FIELD_TYPE)&ref_champ) const |
| bool | has_champ (const Motcle &nom) const |
| void | ajoute_champ (const FIELD_TYPE &champ) |
| const Noms | liste_noms_compris () const |
| void | clear_champs_compris () |
Protected Attributes | |
| std::unordered_map< std::string, OBS_PTR(FIELD_TYPE)> | liste_champs_ |
classe Champs_compris Represente un champ compris par un objet de type Equation, Milieu,
Operateur, Source, Traitement_particulier.
Parametrized by the type of field: typically Champ_base or IJK_Field_double
Definition at line 34 of file Champs_compris.h.
| void Champs_compris_T< FIELD_TYPE >::ajoute_champ | ( | const FIELD_TYPE & | champ | ) |
Definition at line 60 of file Champs_compris.cpp.
|
inline |
Definition at line 44 of file Champs_compris.h.
| const FIELD_TYPE & Champs_compris_T< FIELD_TYPE >::get_champ | ( | const Motcle & | nom | ) | const |
Definition at line 21 of file Champs_compris.cpp.
| bool Champs_compris_T< FIELD_TYPE >::has_champ | ( | const Motcle & | nom | ) | const |
Definition at line 43 of file Champs_compris.cpp.
| bool Champs_compris_T< FIELD_TYPE >::has_champ | ( | const Motcle & | nom, |
| OBS_PTR(FIELD_TYPE)& | ref_champ ) const |
Definition at line 30 of file Champs_compris.cpp.
| const Noms Champs_compris_T< FIELD_TYPE >::liste_noms_compris | ( | ) | const |
Definition at line 51 of file Champs_compris.cpp.
|
protected |
Definition at line 47 of file Champs_compris.h.