104 ostream& operator<<(ostream& o,
const Coord & ci) {
107 o <<
"La coordonnee n'est pas a jour, je la fais." << endl ;
110 o <<
"Coordonnee: " << endl ;
111 o << *(ci.
c) << endl ;
Base class for coordinate mappings.
Coord()
Default constructor.
Mtbl *(* met_fait)(const Map *)
Function to compute the coordinate.
const Map * mp
Mapping on which the Coord is defined.
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.
Active physical coordinates and mapping derivatives.
void fait() const
Computes, at each point of the grid, the value of the coordinate or mapping derivative represented by...
void del_t() const
Logical destructor (deletes the Mtbl member *c ).