14#include "arcane/core/CommonVariables.h"
15#include "arcane/core/IModule.h"
16#include "arcane/core/ISubDomain.h"
VariableScalarInt32 m_global_iteration
Current iteration.
Real globalOldElapsedTime() const
Previous clock time (elapsed) used (in seconds).
VariableScalarReal m_global_final_time
Final time of the case.
VariableScalarReal m_global_elapsed_time
Clock time used (in seconds).
Real globalCPUTime() const
CPU time used (in seconds).
VariableScalarReal m_global_cpu_time
CPU time used (in seconds).
Real globalDeltaT() const
Current Delta T.
Real globalTime() const
Current time.
VariableScalarReal m_global_old_deltat
Delta T at the time previous to the global time.
Real globalElapsedTime() const
Clock time (elapsed) used (in seconds).
Int32 globalIteration() const
Current iteration number.
VariableScalarReal m_global_old_elapsed_time
Previous clock time used (in seconds).
VariableScalarReal m_global_time
Current time.
CommonVariables(IModule *c)
Constructs the references of the common variables for the module c.
VariableScalarReal m_global_old_cpu_time
Previous CPU time used (in seconds).
VariableScalarReal m_global_old_time
Time previous to the current time.
VariableScalarReal m_global_deltat
Global Delta T.
Real globalFinalTime() const
Final time of the simulation.
Real globalOldCPUTime() const
Previous CPU time used (in seconds).
Real globalOldTime() const
Previous current time.
Interface of the subdomain manager.
Variable manager interface.
Parameters necessary for building a variable.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.
double Real
Type representing a real number.