0.6.0
Loading...
Searching...
No Matches
ut_fd_computer Module Reference

Routines to compute the discrete approximations. More...

Functions/Subroutines

subroutine compute_fd (field, dx, scheme, field_der, is, ie)
 
subroutine compute_fd_is_ie (scheme, nx, is, ie)
 
subroutine compute_fd_weno (field, dx, scheme, field_der, is, ie)
 
subroutine compute_fd_weno_is_ie (scheme, nx, is, ie)
 

Detailed Description

Routines to compute the discrete approximations.

Function/Subroutine Documentation

◆ compute_fd()

subroutine ut_fd_computer::compute_fd ( double precision, dimension(:), intent(in) field,
double precision, dimension(:), intent(in) dx,
class(t_fd_scheme) scheme,
double precision, dimension(:), intent(out) field_der,
integer, intent(inout) is,
integer, intent(inout) ie )

◆ compute_fd_is_ie()

subroutine ut_fd_computer::compute_fd_is_ie ( class(t_fd_scheme), intent(in) scheme,
integer, intent(in) nx,
integer, intent(out) is,
integer, intent(out) ie )

◆ compute_fd_weno()

subroutine ut_fd_computer::compute_fd_weno ( double precision, dimension(:), intent(in) field,
double precision, dimension(:), intent(in) dx,
class(t_fd_weno_scheme) scheme,
double precision, dimension(:), intent(out) field_der,
integer, intent(inout) is,
integer, intent(inout) ie )

◆ compute_fd_weno_is_ie()

subroutine ut_fd_computer::compute_fd_weno_is_ie ( class(t_fd_weno_scheme), intent(in) scheme,
integer, intent(in) nx,
integer, intent(out) is,
integer, intent(out) ie )