The 2D type.
More...
|
| procedure, pass(self) | init (self) |
| |
| procedure(int_point_2d_init), deferred, pass(self) | init (self) |
| |
| procedure, non_overridable | place (self, x, coordinates_x, coordinates_y, cv_x, cv_y) |
| | 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, values, derivatives, cv_x, cv_y) |
| | Directly compute the interpolation at the given position. The result is the interpolation value.
|
| |
| procedure | compute_stencil (self, coordinates_x, coordinates_y, derivatives, cv_x, cv_y) |
| | The stencil weight computation that has to be derived to update the 'stencil'.
|
| |
◆ init()
| procedure, pass(self) mod_int_point_peskin_o4::t_int_point_peskin_o4_2d::init |
( |
class(t_int_point_peskin_o4_2d), intent(inout) | self | ) |
|
The documentation for this type was generated from the following file:
- src/lib/discretization/node_level_schemes/interpolation/point_schemes/generic/schemes/peskin_o4.f90