107 o <<
"La coordonnee n'est pas a jour, je la fais." << endl ;
110 o <<
"Coordonnee: " << endl ;
111 o << *(ci.
c) << endl ;
Coord()
Default constructor.
Mtbl *(* met_fait)(const Map *)
Function to compute the coordinate.
void fait() const
Computes, at each point of the grid, the value of the coordinate or mapping derivative represented by...
const Map * mp
Mapping on which the Coord is defined.
friend ostream & operator<<(ostream &, const Coord &)
Display.
void del_t() const
Logical destructor (deletes the Mtbl member *c ).
Mtbl * c
The coordinate values at each grid point.
void set(const Map *mp, Mtbl *(*construct)(const Map *))
Semi-constructor from a mapping and a method.
Map(const Mg3d &)
Constructor from a multi-domain 3D grid.