![]() |
(git:ec11232)
|
routines for handling splines_types More...
Data Types | |
| type | spline_data_p_type |
| type | spline_data_type |
| Data-structure that holds all needed information about a specific spline interpolation. More... | |
| type | spline_environment_type |
| type | spline_factor_type |
Functions/Subroutines | |
| subroutine, public | spline_env_release (spline_env) |
| releases spline_env | |
| subroutine, public | spline_data_release (spline_data) |
| releases spline_data | |
| subroutine, public | spline_data_p_release (spl_p) |
| releases spline_data_p | |
| subroutine, public | spline_data_retain (spline_data) |
| retains spline_env | |
| subroutine, public | spline_data_p_retain (spl_p) |
| retains spline_data_p_type | |
| subroutine, public | spline_env_create (spline_env, ntype, ntab_in) |
| Data-structure that holds all needed information about a specific spline interpolation. | |
| subroutine, public | spline_data_p_copy (spl_p_source, spl_p_dest) |
| Copy Data-structure of spline_data_p_type. | |
| subroutine, public | spline_data_create (spline_data) |
| Data-structure that constains spline table. | |
| subroutine, public | spline_factor_release (spline_factor) |
| releases spline_factor | |
| subroutine, public | spline_factor_create (spline_factor) |
| releases spline_factor | |
| subroutine, public | spline_factor_copy (spline_factor_source, spline_factor_dest) |
| releases spline_factor | |
routines for handling splines_types
| subroutine, public splines_types::spline_env_release | ( | type(spline_environment_type), intent(inout) | spline_env | ) |
releases spline_env
| spline_env | ... |
Definition at line 85 of file splines_types.F.
| subroutine, public splines_types::spline_data_release | ( | type(spline_data_type), pointer | spline_data | ) |
releases spline_data
| spline_data | ... |
Definition at line 105 of file splines_types.F.
| subroutine, public splines_types::spline_data_p_release | ( | type(spline_data_p_type), dimension(:), pointer | spl_p | ) |
releases spline_data_p
| spl_p | ... |
Definition at line 128 of file splines_types.F.
| subroutine, public splines_types::spline_data_retain | ( | type(spline_data_type), pointer | spline_data | ) |
retains spline_env
| spline_data | ... |
Definition at line 152 of file splines_types.F.
| subroutine, public splines_types::spline_data_p_retain | ( | type(spline_data_p_type), dimension(:), pointer | spl_p | ) |
retains spline_data_p_type
| spl_p | ... |
Definition at line 165 of file splines_types.F.
| 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.
| spline_env | ... |
| ntype | ... |
| ntab_in | ... |
Definition at line 186 of file splines_types.F.
| 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.
| spl_p_source | ... |
| spl_p_dest | ... |
Definition at line 228 of file splines_types.F.
| subroutine, public splines_types::spline_data_create | ( | type(spline_data_type), pointer | spline_data | ) |
Data-structure that constains spline table.
| spline_data | ... |
Definition at line 286 of file splines_types.F.
| subroutine, public splines_types::spline_factor_release | ( | type(spline_factor_type), pointer | spline_factor | ) |
releases spline_factor
| spline_factor | ... |
Definition at line 300 of file splines_types.F.
| subroutine, public splines_types::spline_factor_create | ( | type(spline_factor_type), pointer | spline_factor | ) |
releases spline_factor
| spline_factor | ... |
Definition at line 322 of file splines_types.F.
| 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
| spline_factor_source | ... |
| spline_factor_dest | ... |
Definition at line 343 of file splines_types.F.