(git:c5411e0)
Loading...
Searching...
No Matches
cp_result_methods::get_results Interface Reference

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
 

Detailed Description

Definition at line 43 of file cp_result_methods.F.

Member Function/Subroutine Documentation

◆ get_result_r1()

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

Parameters
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
History
12.2007 created 10.2008 Teodoro Laino [tlaino] - major rewriting
Author
fschiff

Definition at line 159 of file cp_result_methods.F.

◆ get_result_r2()

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

Parameters
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
History
12.2007 created 10.2008 Teodoro Laino [tlaino] - major rewriting
Author
fschiff

Definition at line 232 of file cp_result_methods.F.

◆ get_nreps()

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

Parameters
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...
History
12.2007 created 10.2008 Teodoro Laino [tlaino] - major rewriting
Author
fschiff

Definition at line 304 of file cp_result_methods.F.


The documentation for this interface was generated from the following file: