My Project
programmer's documentation
Modules | Variables
Output log
Collaboration diagram for Output log:

Modules

 Boundary post-processing
 

Variables

character(len=80), save nomva0
 temporary variable name for some algebraic operations More...
 
integer(c_int), pointer, save ntlist
 writing period in the execution report file. More...
 

Detailed Description

Variable Documentation

◆ nomva0

character(len=80), save nomva0

temporary variable name for some algebraic operations

◆ 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, ...).