12 #ifndef DEFORMING_GRID_H
13 #define DEFORMING_GRID_H
16 #include "GenericGraphicsInterface.h"
19 class HyperbolicMapping;
20 class GenericGraphicsInterface;
27 GenericGraphicsInterface *pGIDebug00 =NULL,
41 HyperbolicMapping * &pNewMapping );
43 void getCurrentMap( real & time0, HyperbolicMapping* &pCurrentMapping );
46 HyperbolicMapping* &pMap);
67 realArray & gridVelocity);
72 realArray & gridVelocity);
79 real t0, realArray
const & map0,
80 real t1, realArray
const & map1,
81 real t2, realArray
const & map2,
82 realArray & gridVelocity,
83 Index &
I1, Index &
I2, Index &
I3);
89 real t0, realArray
const & map0,
90 real t1, realArray
const & map1,
91 realArray & gridVelocity,
92 Index & I1, Index & I2, Index & I3);
96 real t0, realArray
const & map0,
97 real t1, realArray
const & map1,
98 real t2, realArray
const & map2,
99 realArray & gridVelocity);
103 real t0, realArray
const & map0,
104 real t1, realArray
const & map1,
105 realArray & gridVelocity);
158 int iLevel, realArray & gridVelocity);
163 realArray & gridVelocity);
168 realArray & gridVelocity,
169 realArray & xpoints1, realArray & xpoints2);