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

Routines to compute the discrete approximations. More...

Functions/Subroutines

subroutine get_rec_scheme (id, scheme, name)
 
subroutine compute_rec (field, nodes_cv, points, rec_scheme, derivative, field_rec)
 Compute the interpolation for each 'field_int' nodes, from is to ie The 'field' node must be larger The 'int_pos' field is the associated nodes' position.
 
subroutine compute_rec_is_ie (rec_scheme, nx, is, ie)
 

Variables

integer, parameter nschemes = 6
 

Detailed Description

Routines to compute the discrete approximations.

Function/Subroutine Documentation

◆ compute_rec()

subroutine ut_rec_computer::compute_rec ( double precision, dimension(:), intent(in) field,
double precision, dimension(:), intent(in) nodes_cv,
double precision, dimension(:), intent(in) points,
class(t_rec_scheme), intent(inout) rec_scheme,
integer, intent(in) derivative,
double precision, dimension(:), intent(out) field_rec )

Compute the interpolation for each 'field_int' nodes, from is to ie The 'field' node must be larger The 'int_pos' field is the associated nodes' position.

◆ compute_rec_is_ie()

subroutine ut_rec_computer::compute_rec_is_ie ( class(t_rec_scheme), intent(in) rec_scheme,
integer, intent(in) nx,
integer, intent(out) is,
integer, intent(out) ie )

◆ get_rec_scheme()

subroutine ut_rec_computer::get_rec_scheme ( integer, intent(in) id,
class(t_rec_scheme), intent(out), pointer scheme,
character(len=*), intent(out) name )

Variable Documentation

◆ nschemes

integer, parameter ut_rec_computer::nschemes = 6