|
| procedure, pass(self) | init (self, spatial_dimension) |
| |
| procedure(int_point_3d_init), deferred, pass(self) | init (self, spatial_dimension) |
| |
| procedure, non_overridable | place (self, x, coordinates_x, coordinates_y, coordinates_z, cv_x, cv_y, cv_z) |
| | Place the index based on given position and coordinates.
|
| |
| procedure | apply (self, values) |
| | Apply the interpolation to given discrete values.
|
| |
| procedure | interpolate (self, x, coordinates_x, coordinates_y, coordinates_z, values, derivatives, cv_x, cv_y, cv_z) |
| | Directly compute the interpolation at the given position. The result is the interpolation value.
|
| |
| procedure | compute_stencil (self, coordinates_x, coordinates_y, coordinates_z, derivatives, cv_x, cv_y, cv_z) |
| | The stencil weight computation that has to be derived to update the 'stencil'.
|
| |
| procedure, pass | x (self) |
| | Returns the X position where the point has been placed.
|
| |
| procedure, pass | index (self) |
| | Returns the index where the point has been placed.
|
| |