tem_load_depend_single Subroutine

private subroutine tem_load_depend_single(me, conf, parent, label, requireCond)

Load single dependent variable of the scheme, in case of geomIncr: load the dependent variable as well as the conditions to be imposed for the geometry increase to take place.

Arguments

TypeIntentOptionalAttributesName
type(tem_depend_type), intent(inout) :: me

depend type to be filled

type(flu_state), intent(in) :: conf

lua state to read from

integer, intent(in) :: parent

handle of parent table

character(len=*), intent(in) :: label

label to identify depend type

logical, intent(in), optional :: requireCond

if true? load condition table for each variable


Calls

proc~~tem_load_depend_single~~CallsGraph proc~tem_load_depend_single tem_load_depend_single proc~tem_load_condition tem_load_condition proc~tem_load_depend_single->proc~tem_load_condition interface~aot_get_val aot_get_val proc~tem_load_depend_single->interface~aot_get_val proc~aot_table_open aot_table_open proc~tem_load_depend_single->proc~aot_table_open proc~aot_table_close aot_table_close proc~tem_load_depend_single->proc~aot_table_close proc~tem_abort tem_abort proc~tem_load_depend_single->proc~tem_abort proc~tem_load_condition->proc~aot_table_open proc~tem_load_condition->proc~aot_table_close proc~tem_load_cond_single tem_load_cond_single proc~tem_load_condition->proc~tem_load_cond_single proc~aot_table_length aot_table_length proc~tem_load_condition->proc~aot_table_length mpi_abort mpi_abort proc~tem_abort->mpi_abort proc~tem_load_cond_single->interface~aot_get_val proc~tem_load_cond_single->proc~tem_abort

Called by

proc~~tem_load_depend_single~~CalledByGraph proc~tem_load_depend_single tem_load_depend_single interface~tem_load_depend tem_load_depend interface~tem_load_depend->proc~tem_load_depend_single proc~tem_load_depend_vector tem_load_depend_vector interface~tem_load_depend->proc~tem_load_depend_vector proc~tem_load_depend_vector->proc~tem_load_depend_single

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private, allocatable:: vError(:)
integer, private :: cond_handle
logical, private :: requireCond_loc