16#ifndef Source_included
17#define Source_included
19#include <Source_base.h>
20#include <TRUST_Deriv.h>
32class Source :
public OWN_PTR(Source_base)
34 Declare_instanciable(
Source);
36 DoubleTab&
ajouter(DoubleTab& )
const;
37 DoubleTab&
calculer(DoubleTab& )
const;
class Equation_base The role of an equation is the calculation of one or more fields....
class Nom: a character string for naming TRUST objects.
Source Generic class of the source term hierarchy. A Source object can.
DoubleTab & ajouter(DoubleTab &) const
Call to the underlying object.
DoubleTab & calculer(DoubleTab &) const
Call to the underlying object.
void typer(const Nom &, const Equation_base &)
Types the source by computing the required type name from the provided parameters.
void typer_direct(const Nom &)