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

Routines to compute the discrete approximations. More...

Functions/Subroutines

subroutine get_integ_scheme (id, scheme, name)
 
subroutine compute_integ (field, dx_u, cv, my_integ_scheme, my_interp_scheme, field_integ, is, ie)
 Compute the integral for each 'field_integ' nodes, from is to ie The 'field' node must be larger The 'integ_pos' field is the associated nodes' position.
 
subroutine compute_integ_is_ie (my_integ_scheme, my_interp_scheme, nx, is, ie)
 

Detailed Description

Routines to compute the discrete approximations.

Function/Subroutine Documentation

◆ compute_integ()

subroutine ut_integ_computer::compute_integ ( double precision, dimension(:), intent(in) field,
double precision, dimension(:), intent(in) dx_u,
double precision, dimension(:), intent(in) cv,
class(t_integ_scheme) my_integ_scheme,
class(t_int_scheme), intent(in) my_interp_scheme,
double precision, dimension(:), intent(out) field_integ,
integer, intent(in) is,
integer, intent(in) ie )

Compute the integral for each 'field_integ' nodes, from is to ie The 'field' node must be larger The 'integ_pos' field is the associated nodes' position.

◆ compute_integ_is_ie()

subroutine ut_integ_computer::compute_integ_is_ie ( class(t_integ_scheme), intent(in) my_integ_scheme,
class(t_int_scheme), intent(in) my_interp_scheme,
integer, intent(in) nx,
integer, intent(out) is,
integer, intent(out) ie )

◆ get_integ_scheme()

subroutine ut_integ_computer::get_integ_scheme ( integer, intent(in) id,
class(t_integ_scheme), intent(out), pointer scheme,
character(len=*), intent(out) name )