tem_load_condition Subroutine

public subroutine tem_load_condition(me, conf, parent)

Load the condition table in case of convergence

Example:

 condition = {threshold = 2.0e-10, operator = '<='}

The tables inside condition table should be equal to the nVars If thats not the case we return an error message check single or multiple table

Arguments

TypeIntentOptionalAttributesName
type(tem_condition_type), intent(inout), allocatable:: me(:)
type(flu_state), intent(in) :: conf
integer, intent(in) :: parent

Calls

proc~~tem_load_condition~~CallsGraph proc~tem_load_condition tem_load_condition proc~aot_table_close aot_table_close 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 proc~aot_table_open aot_table_open proc~tem_load_condition->proc~aot_table_open proc~tem_abort tem_abort proc~tem_load_cond_single->proc~tem_abort interface~aot_get_val aot_get_val proc~tem_load_cond_single->interface~aot_get_val mpi_abort mpi_abort proc~tem_abort->mpi_abort

Called by

proc~~tem_load_condition~~CalledByGraph proc~tem_load_condition tem_load_condition proc~tem_load_depend_single tem_load_depend_single proc~tem_load_depend_single->proc~tem_load_condition proc~tem_load_convergenceheader tem_load_convergenceHeader proc~tem_load_convergenceheader->proc~tem_load_condition 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 proc~tem_convergence_load tem_convergence_load proc~tem_convergence_load->proc~tem_load_convergenceheader proc~tem_abortcriteria_load tem_abortCriteria_load proc~tem_abortcriteria_load->proc~tem_convergence_load proc~tem_simcontrol_load tem_simControl_load proc~tem_simcontrol_load->proc~tem_abortcriteria_load

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: cond_handle
integer, private :: sub_cond_handle
integer, private :: nCond
integer, private :: iCond

Open the condition table