Choral
Private Member Functions | List of all members
ode_output_mod::set Interface Reference

set the output parameters More...

Collaboration diagram for ode_output_mod::set:
Collaboration graph

Private Member Functions

subroutine ode_output_set (out, verb, Ytn_period, Vtn_period, Vtn_rec_prd, Vtn_plot, act_type, act_rec, act_plot, stop_if_dep, act_Vth, Vtn_file, act_file, outDir, pos, xn_list, Vxn_period, Vxn_plot, Vxn_file)
 set the following parameters = optional see ode_output_mod::ode_output for the default values More...
 

Detailed Description

set the output parameters

Definition at line 209 of file ode_output_mod.F90.

Member Function/Subroutine Documentation

◆ ode_output_set()

subroutine ode_output_mod::set::ode_output_set ( type(ode_output), intent(inout)  out,
integer, intent(in), optional  verb,
real(rp), intent(in), optional  Ytn_period,
real(rp), intent(in), optional  Vtn_period,
real(rp), intent(in), optional  Vtn_rec_prd,
logical, intent(in), optional  Vtn_plot,
integer, intent(in), optional  act_type,
logical, intent(in), optional  act_rec,
logical, intent(in), optional  act_plot,
logical, intent(in), optional  stop_if_dep,
real(rp), intent(in), optional  act_Vth,
character(len=*), intent(in), optional  Vtn_file,
character(len=*), intent(in), optional  act_file,
character(len=*), intent(in), optional  outDir,
integer, intent(in), optional  pos,
integer, dimension(:), intent(in), optional  xn_list,
real(rp), intent(in), optional  Vxn_period,
logical, intent(in), optional  Vxn_plot,
character(len=*), intent(in), optional  Vxn_file 
)
private

set the following parameters = optional see ode_output_mod::ode_output for the default values

  • verb = verbosity level
  • Ytn_period = memory storing period for Y(., t_n)
  • Vtn_period = memory storing period for V(., t_n)
  • Vtn_rec_prd = file record periof for V(., t_n)
  • Vtn_plot = Plot of V(tn,:) ?
  • act_type = computation method for activation times
  • act_Vth = threshold for activation times computation
  • act_plot = Plot activation times ?
  • act_rec = recording activation times to file act.dat ?
  • stop_if_dep = stop if fully depolarised domain ?
  • pos = plot file format
  • outdir = directory for file recordings
  • Vtn_FILE = prefix for potential recordings
  • ACT_FILE = prefix for activation time recordings

Definition at line 315 of file ode_output_mod.F90.


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