version 0.6.0

The \(\Lambda_{2,2}\) interpolation kernel.

Data Types

type  t_int_point_lambda_2_2_1d
 The 1D type. More...
 
type  t_int_point_lambda_2_2_2d
 The 2D type. More...
 
type  t_int_point_lambda_2_2_3d
 The 3D type. More...
 

Functions/Subroutines

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) More...
 
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.
 

Variables

type(t_int_point_lambda_2_2_1d), target int_point_lambda_2_2_1d
 
type(t_int_point_lambda_2_2_2d), target int_point_lambda_2_2_2d
 
type(t_int_point_lambda_2_2_3d), target int_point_lambda_2_2_3d
 

Function/Subroutine Documentation

◆ 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)