159 ostream& operator<<(ostream& ,
const Coord& ) ;
Mtbl * c
The coordinate values at each grid point.
void operator=(const Coord &)
Assignement operator (private and not implemented to make Coord a non-copyable class)
Base_val operator*(const Base_val &, const Base_val &)
This operator is used when calling multiplication or division of Valeur .
const Map * mp
Mapping on which the Coord is defined.
Active physical coordinates and mapping derivatives.
Cmp operator-(const Cmp &)
- Cmp
void set(const Map *mp, Mtbl *(*construct)(const Map *))
Semi-constructor from a mapping and a method.
Coord()
Default constructor.
Cmp operator+(const Cmp &)
void del_t() const
Logical destructor (deletes the Mtbl member *c ).
friend ostream & operator<<(ostream &, const Coord &)
Display.
Base class for coordinate mappings.
void fait() const
Computes, at each point of the grid, the value of the coordinate or mapping derivative represented by...