29char coord_arithm_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Coord/coord_arithm.C,v 1.2 2014/10/13 08:52:50 j_novak Exp $" ;
67 if (co.
c == 0x0) co.
fait() ;
74 if (co.
c == 0x0) co.
fait() ;
86 if (c1.
c == 0x0) c1.
fait() ;
87 if (c2.
c == 0x0) c2.
fait() ;
90 return (*(c1.
c)) + (*(c2.
c)) ;
95 if (co.
c == 0x0) co.
fait() ;
97 return (*(co.
c)) + mt ;
102 if (co.
c == 0x0) co.
fait() ;
104 return mt + (*(co.
c)) ;
114 if (c1.
c == 0x0) c1.
fait() ;
115 if (c2.
c == 0x0) c2.
fait() ;
118 return (*(c1.
c)) - (*(c2.
c)) ;
123 if (co.
c == 0x0) co.
fait() ;
125 return (*(co.
c)) - mt ;
130 if (co.
c == 0x0) co.
fait() ;
132 return mt - (*(co.
c)) ;
142 if (c1.
c == 0x0) c1.
fait() ;
143 if (c2.
c == 0x0) c2.
fait() ;
146 return (*(c1.
c)) * (*(c2.
c)) ;
152 if (c2.
c == 0x0) c2.
fait() ;
155 return (m1) * (*(c2.
c)) ;
161 if (c2.
c == 0x0) c2.
fait() ;
164 return (m1) * (*(c2.
c)) ;
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...
Mtbl * c
The coordinate values at each grid point.
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 &)