![]() |
(git:ed6f26b)
|
#include "../base/base_uses.f90"
Go to the source code of this file.
Modules | |
module | cp_spline_utils |
utils to manipulate splines on the regular grid of a pw | |
Functions/Subroutines | |
subroutine, public | cp_spline_utils::pw_restrict_s3 (pw_fine_in, pw_coarse_out, coarse_pool, param_section) |
restricts the function from a fine grid to a coarse one | |
subroutine, public | cp_spline_utils::pw_prolongate_s3 (pw_coarse_in, pw_fine_out, coarse_pool, param_section) |
prolongates a function from a coarse grid into a fine one | |
Variables | |
integer, parameter, public | cp_spline_utils::pw_interp = 1 |
integer, parameter, public | cp_spline_utils::spline3_nopbc_interp = 2 |
integer, parameter, public | cp_spline_utils::spline3_pbc_interp = 3 |