31 char coord_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Coord/coord.C,v 1.5 2014/10/13 08:52:50 j_novak Exp $" ;
101 ostream& operator<<(ostream& o,
const Coord & ci) {
104 o <<
"La coordonnee n'est pas a jour, je la fais." << endl ;
107 o <<
"Coordonnee: " << endl ;
108 o << *(ci.
c) << endl ;
Active physical coordinates and mapping derivatives.
Coord()
Default constructor.
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.
Mtbl *(* met_fait)(const Map *)
Function to compute the coordinate.
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.
Base class for coordinate mappings.