0.6.0
Loading...
Searching...
No Matches
type_int_point_weno_2d.f90 File Reference

Data Types

type  type_int_point_weno_2d::t_int_point_weno_2d
 

Modules

module  type_int_point_weno_2d
 The type for generic point WENO interpolation (2D) that has to be derived.
 

Functions/Subroutines

subroutine type_int_point_weno_2d::int_point_weno_2d_construct (self, index_start, index_end, nstencils)
 Initialize a 2D point interpolant.
 
double precision function type_int_point_weno_2d::int_point_weno_2d_apply (self, values)
 
subroutine type_int_point_weno_2d::int_point_weno_2d_compute_stencil (self, coordinates_x, coordinates_y, derivatives, cv_x, cv_y)
 
double precision function type_int_point_weno_2d::int_point_weno_2d_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.