|
integer, save | isuite = 0 |
| Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; depending on whether a restart directory is present, and should not be modified by the user (no need for C mapping). More...
|
|
integer(c_int), pointer, save | ileaux |
| Indicates the reading (=1) or not (=0) of the auxiliary calculation restart file
Useful only in the case of a calculation restart. More...
|
|
integer(c_int), pointer, save | iecaux |
| Indicates the writing (=1) or not (=0) of the auxiliary calculation restart file. More...
|
|
integer, save | isuit1 = -1 |
| For the 1D wall thermal module, activation (1) or not(0) of the reading of the mesh and of the wall temperature from the restart file Useful if nfpt1d > 0 More...
|
|