7.1
general documentation
Output log
+ Collaboration diagram for Output log:

Modules

 Boundary post-processing
 

Variables

integer(c_int), pointer, save ntlist
 writing period in the execution report file. More...
 

Detailed Description

Variable Documentation

◆ ntlist

integer(c_int), pointer, save ntlist

writing period in the execution report file.

  • -1: no writing
  • > 0: period (every ntlist time step). The value of ntlist must be adapted according to the number of iterations carried out in the calculation. Keeping ntlist to 1 will indeed provide a maximum volume of information, but if the number of time steps is too large the execution report file might become too big and unusable (problems with disk space, memory problems while opening the file with a text editor, problems finding the desired information in the file, ...).