The \(\Lambda_{2,2}\) interpolation kernel.
|
subroutine | int_point_lambda_2_2_init () |
| Init all the schemes.
|
|
subroutine | t_int_point_lambda_2_2_1d_init (self) |
|
subroutine | t_int_point_lambda_2_2_1d_compute_stencil (self, coordinates, derivative, control_volumes) |
| Compute the stencil values. Lagrange interpolation at order 4 (ie. linear interpolation)
|
|
subroutine | t_int_point_lambda_2_2_2d_init (self) |
|
subroutine | t_int_point_lambda_2_2_3d_init (self, spatial_dimension) |
|
pure double precision function | lambda_2_2 (x) |
| The Peskin's Dirac approximation.
|
|
◆ t_int_point_lambda_2_2_1d_compute_stencil()
subroutine mod_int_point_lambda_2_2::t_int_point_lambda_2_2_1d_compute_stencil |
( |
class(t_int_point_lambda_2_2_1d), intent(inout) | self, |
|
|
double precision, dimension(:), intent(in) | coordinates, |
|
|
integer, intent(in), optional | derivative, |
|
|
double precision, dimension(:), intent(in), optional | control_volumes ) |
- Precondition
- The interpolant has been placed (
- See also
- 'place' subroutine)