|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Classe Opnegligeable This class defines the interface of a negligible operator. More...
#include <Operateur_negligeable.h>
Public Member Functions | |
| DoubleTab & | ajouter (const DoubleTab &, DoubleTab &) const |
| Adds the contribution of a negligible operator to an array. | |
| DoubleTab & | calculer (const DoubleTab &, DoubleTab &) const |
| Initializes the array parameter with the contribution of the negligible operator: initializes the array to ZERO. | |
| void | mettre_a_jour (double) |
| Time update of a negligible operator: DOES NOTHING. | |
Protected Member Functions | |
| void | associer (const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) |
| Associates various objects to a negligible operator: DOES NOTHING. | |
Classe Opnegligeable This class defines the interface of a negligible operator.
by defining ajouter, calculer and mettre_a_jour methods that perform no computation. This class is used when defining negligible operators through multiple inheritance.
Definition at line 34 of file Operateur_negligeable.h.
|
inline |
Adds the contribution of a negligible operator to an array.
DOES NOTHING, returns the array parameter unmodified.
| (DoubleTab&) | the array on which the operator is applied |
| (DoubleTab& | x) |
Definition at line 56 of file Operateur_negligeable.h.
|
inlineprotected |
Associates various objects to a negligible operator: DOES NOTHING.
| (Domaine_dis_base&) | |
| (Domaine_Cl_dis_base&) | |
| (Champ_Inc_base&) |
Definition at line 90 of file Operateur_negligeable.h.
|
inline |
Initializes the array parameter with the contribution of the negligible operator: initializes the array to ZERO.
| (DoubleTab&) | the array on which the operator is applied |
| (DoubleTab& | x) |
Definition at line 68 of file Operateur_negligeable.h.
|
inline |
Time update of a negligible operator: DOES NOTHING.
| (double) |
Definition at line 79 of file Operateur_negligeable.h.