144 void set(
const Map*
mp,
Mtbl* (*construct)(
const Map*) ) ;
159 ostream& operator<<(ostream& ,
const Coord& ) ;
Base_val operator*(const Base_val &, const Base_val &)
This operator is used when calling multiplication or division of Valeur .
Base class for coordinate mappings.
Coord()
Default constructor.
const Map * mp
Mapping on which the Coord is defined.
Mtbl * c
The coordinate values at each grid point.
friend ostream & operator<<(ostream &, const Coord &)
Display.
Cmp operator+(const Cmp &)
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 operator=(const Coord &)
Assignement operator (private and not implemented to make Coord a non-copyable class) ...
Cmp operator-(const Cmp &)
- Cmp
void del_t() const
Logical destructor (deletes the Mtbl member *c ).