159ostream& operator<<(ostream& ,
const Coord& ) ;
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.
friend ostream & operator<<(ostream &, const Coord &)
Display.
void operator=(const Coord &)
Assignement operator (private and not implemented to make Coord a non-copyable class)
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.
Coord(const Coord &)
Copy constructor (private and not implemented to make Coord a non-copyable class)
Base class for coordinate mappings.
Base_val operator*(const Base_val &, const Base_val &)
This operator is used when calling multiplication or division of Valeur .
Cmp operator-(const Cmp &)
- Cmp
Cmp operator+(const Cmp &)