version 0.6.0
mod_finite_differences_scheme_zero Module Reference

Finite Difference Schemes for the zero'th derivative (the value) More...

Functions/Subroutines

subroutine fd_scheme_zero_init (self)
 Init the corresponding scheme. More...
 
subroutine fd_scheme_zero_fill (self, steps)
 Fill the corresponding scheme. More...
 

Variables

type(t_fd_scheme_zero), target fd_scheme_zero
 

Detailed Description

This FD scheme can be used when computing coupled cross derivatives.

Function/Subroutine Documentation

◆ fd_scheme_zero_fill()

subroutine mod_finite_differences_scheme_zero::fd_scheme_zero_fill ( class(t_fd_scheme_zero), intent(inout)  self,
double precision, dimension(:), intent(in)  steps 
)
Parameters
[in,out]selfThe scheme to fill
[in]stepsThe spatial disc. steps between x(i-1) and x(i)
Precondition
The scheme has already been initialized

◆ fd_scheme_zero_init()

subroutine mod_finite_differences_scheme_zero::fd_scheme_zero_init ( class(t_fd_scheme_zero), intent(inout)  self)
Parameters
[in]selfThe scheme to initialize