![]() |
(git:d18deda)
|
Routines that work on qs_subsys_type. More...
Functions/Subroutines | |
subroutine, public | qs_subsys_create (subsys, para_env, root_section, force_env_section, subsys_section, use_motion_section, cp_subsys, cell, cell_ref, elkind, silent) |
Creates a qs_subsys. Optionally an existsing cp_subsys is used. | |
Routines that work on qs_subsys_type.
subroutine, public qs_subsys_methods::qs_subsys_create | ( | type(qs_subsys_type), intent(out) | subsys, |
type(mp_para_env_type), pointer | para_env, | ||
type(section_vals_type), optional, pointer | root_section, | ||
type(section_vals_type), pointer | force_env_section, | ||
type(section_vals_type), pointer | subsys_section, | ||
logical, intent(in) | use_motion_section, | ||
type(cp_subsys_type), optional, pointer | cp_subsys, | ||
type(cell_type), optional, pointer | cell, | ||
type(cell_type), optional, pointer | cell_ref, | ||
logical, intent(in), optional | elkind, | ||
logical, intent(in), optional | silent | ||
) |
Creates a qs_subsys. Optionally an existsing cp_subsys is used.
subsys | ... |
para_env | ... |
root_section | ... |
force_env_section | ... |
subsys_section | ... |
use_motion_section | ... |
cp_subsys | ... |
cell | ... |
cell_ref | ... |
elkind | ... |
silent | ... |
Definition at line 71 of file qs_subsys_methods.F.