(git:6a2e663)
splines_types Module Reference

routines for handling splines_types More...

Functions/Subroutines

subroutine, public spline_env_release (spline_env)
 releases spline_env More...
 
subroutine, public spline_data_release (spline_data)
 releases spline_data More...
 
subroutine, public spline_data_p_release (spl_p)
 releases spline_data_p More...
 
subroutine, public spline_data_retain (spline_data)
 retains spline_env More...
 
subroutine, public spline_data_p_retain (spl_p)
 retains spline_data_p_type More...
 
subroutine, public spline_env_create (spline_env, ntype, ntab_in)
 Data-structure that holds all needed information about a specific spline interpolation. More...
 
subroutine, public spline_data_p_copy (spl_p_source, spl_p_dest)
 Copy Data-structure of spline_data_p_type. More...
 
subroutine, public spline_data_create (spline_data)
 Data-structure that constains spline table. More...
 
subroutine, public spline_factor_release (spline_factor)
 releases spline_factor More...
 
subroutine, public spline_factor_create (spline_factor)
 releases spline_factor More...
 
subroutine, public spline_factor_copy (spline_factor_source, spline_factor_dest)
 releases spline_factor More...
 

Detailed Description

routines for handling splines_types

History
2001-09-21-HAF added this doc entry and changed formatting
Author
various

Function/Subroutine Documentation

◆ spline_env_release()

subroutine, public splines_types::spline_env_release ( type(spline_environment_type), intent(inout)  spline_env)

releases spline_env

Parameters
spline_env...
Author
unknown

Definition at line 85 of file splines_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ spline_data_release()

subroutine, public splines_types::spline_data_release ( type(spline_data_type), pointer  spline_data)

releases spline_data

Parameters
spline_data...
Author
CJM

Definition at line 105 of file splines_types.F.

Here is the caller graph for this function:

◆ spline_data_p_release()

subroutine, public splines_types::spline_data_p_release ( type(spline_data_p_type), dimension(:), pointer  spl_p)

releases spline_data_p

Parameters
spl_p...
Author
CJM

Definition at line 128 of file splines_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ spline_data_retain()

subroutine, public splines_types::spline_data_retain ( type(spline_data_type), pointer  spline_data)

retains spline_env

Parameters
spline_data...
Author
CJM

Definition at line 152 of file splines_types.F.

Here is the caller graph for this function:

◆ spline_data_p_retain()

subroutine, public splines_types::spline_data_p_retain ( type(spline_data_p_type), dimension(:), pointer  spl_p)

retains spline_data_p_type

Parameters
spl_p...
Author
CJM

Definition at line 165 of file splines_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ spline_env_create()

subroutine, public splines_types::spline_env_create ( type(spline_environment_type), intent(out)  spline_env,
integer, intent(in)  ntype,
integer, intent(in), optional  ntab_in 
)

Data-structure that holds all needed information about a specific spline interpolation.

Parameters
spline_env...
ntype...
ntab_in...
History
2001-09-19-HAF added this doc entry and changed formatting
Author
unknown

Definition at line 186 of file splines_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ spline_data_p_copy()

subroutine, public splines_types::spline_data_p_copy ( type(spline_data_p_type), dimension(:), pointer  spl_p_source,
type(spline_data_p_type), dimension(:), pointer  spl_p_dest 
)

Copy Data-structure of spline_data_p_type.

Parameters
spl_p_source...
spl_p_dest...
Author
teo 06.2007

Definition at line 228 of file splines_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ spline_data_create()

subroutine, public splines_types::spline_data_create ( type(spline_data_type), pointer  spline_data)

Data-structure that constains spline table.

Parameters
spline_data...
Author
unknown

Definition at line 286 of file splines_types.F.

Here is the caller graph for this function:

◆ spline_factor_release()

subroutine, public splines_types::spline_factor_release ( type(spline_factor_type), pointer  spline_factor)

releases spline_factor

Parameters
spline_factor...
Author
teo

Definition at line 300 of file splines_types.F.

Here is the caller graph for this function:

◆ spline_factor_create()

subroutine, public splines_types::spline_factor_create ( type(spline_factor_type), pointer  spline_factor)

releases spline_factor

Parameters
spline_factor...
Author
teo

Definition at line 322 of file splines_types.F.

Here is the caller graph for this function:

◆ spline_factor_copy()

subroutine, public splines_types::spline_factor_copy ( type(spline_factor_type), pointer  spline_factor_source,
type(spline_factor_type), pointer  spline_factor_dest 
)

releases spline_factor

Parameters
spline_factor_source...
spline_factor_dest...
Author
teo

Definition at line 343 of file splines_types.F.

Here is the call graph for this function:
Here is the caller graph for this function: