Print useful information about the current computations. More...
#include "pluto.h"Functions | |
| void | ShowConfig () |
| void | ShowUnits () |
| void | ShowDomainDecomposition (int nprocs, Grid *GXYZ) |
Detailed description goes here.
| void ShowConfig | ( | ) |
Write a summary of the selected options
| void ShowDomainDecomposition | ( | int | nprocs, |
| Grid * | GXYZ | ||
| ) |
Show the parallel domain decomposition by having each processor print its own computational domain. This is activated with the -show-dec command line argument. It may be long for several thousand processors.
| [in] | nprocs | the total number of processors |
| [in] | GXYZ | a pointer to an array of grid structures |
| void ShowUnits | ( | ) |
Show units when cooling is enabled.
< Proton mass.
< Atomic mass unit.
< Boltzmann constant.
<
.
1.8.2