![]() |
(git:d18deda)
|
Public Member Functions | |
subroutine | get_result_r1 (results, description, values, nval, n_rep, n_entries) |
gets the required part out of the result_list | |
subroutine | get_result_r2 (results, description, values, nval, n_rep, n_entries) |
gets the required part out of the result_list | |
subroutine | get_nreps (results, description, n_rep, n_entries, type_in_use) |
gets the required part out of the result_list | |
Definition at line 43 of file cp_result_methods.F.
subroutine cp_result_methods::get_results::get_result_r1 | ( | type(cp_result_type), pointer | results, |
character(len=default_string_length), intent(in) | description, | ||
real(kind=dp), dimension(:), intent(out) | values, | ||
integer, intent(in), optional | nval, | ||
integer, intent(out), optional | n_rep, | ||
integer, intent(out), optional | n_entries | ||
) |
gets the required part out of the result_list
results | ... |
description | ... |
values | ... |
nval | : if more than one entry for a given description is given you may choose which entry you want |
n_rep | : integer indicating how many times the section exists in result_list |
n_entries | : gets the number of lines used for a given description |
Definition at line 159 of file cp_result_methods.F.
subroutine cp_result_methods::get_results::get_result_r2 | ( | type(cp_result_type), pointer | results, |
character(len=default_string_length), intent(in) | description, | ||
real(kind=dp), dimension(:, :), intent(out) | values, | ||
integer, intent(in), optional | nval, | ||
integer, intent(out), optional | n_rep, | ||
integer, intent(out), optional | n_entries | ||
) |
gets the required part out of the result_list
results | ... |
description | ... |
values | ... |
nval | : if more than one entry for a given description is given you may choose which entry you want |
n_rep | : integer indicating how many times the section exists in result_list |
n_entries | : gets the number of lines used for a given description |
Definition at line 232 of file cp_result_methods.F.
subroutine cp_result_methods::get_results::get_nreps | ( | type(cp_result_type), pointer | results, |
character(len=default_string_length), intent(in) | description, | ||
integer, intent(out), optional | n_rep, | ||
integer, intent(out), optional | n_entries, | ||
integer, intent(out), optional | type_in_use | ||
) |
gets the required part out of the result_list
results | ... |
description | ... |
n_rep | : integer indicating how many times the section exists in result_list |
n_entries | : gets the number of lines used for a given description |
type_in_use | ... |
Definition at line 304 of file cp_result_methods.F.