setup Interface

public interface setup

Calls

interface~~setup~~CallsGraph interface~setup setup proc~setup_r1 setup_r1 interface~setup->proc~setup_r1 proc~rkmsg_r1 rkmsg_r1 proc~setup_r1->proc~rkmsg_r1 proc~machine_const machine_const proc~setup_r1->proc~machine_const proc~method_const method_const proc~setup_r1->proc~method_const proc~get_stop_on_fatal_r1 get_stop_on_fatal_r1 proc~rkmsg_r1->proc~get_stop_on_fatal_r1 proc~set_saved_state_r1 set_saved_state_r1 proc~rkmsg_r1->proc~set_saved_state_r1

Called by

interface~~setup~~CalledByGraph interface~setup setup proc~upstream_calculate upstream_calculate proc~upstream_calculate->interface~setup

Contents


Module Procedures

private subroutine setup_r1(comm, t_start, y_start, t_end, tolerance, thresholds, method, task, error_assess, h_start, message)

Arguments

Type IntentOptional AttributesName
type(rk_comm_real_1d) :: comm
real(kind=wp), intent(in) :: t_start
real(kind=wp), intent(in), dimension(:):: y_start
real(kind=wp), intent(in) :: t_end
real(kind=wp), intent(in) :: tolerance
real(kind=wp), intent(in), dimension(:):: thresholds
character(len=*), intent(in), optional :: method
character(len=*), intent(in), optional :: task
logical, intent(in), optional :: error_assess
real(kind=wp), intent(in), optional :: h_start
logical, intent(in), optional :: message