58 bool hasOutput()
const {
return m_out_type!=OutTypeNone; }
59 bool check(
Real old_time,
Real current_time,Integer current_iteration,
60 Integer current_cpu_time,
const String& from_function=String());
61 void assignGlobalTime(VariableScalarReal* variable,
const CaseOptionReal* option);
62 void assignCPUTime(VariableScalarInteger* variable,
const CaseOptionInteger* option);
63 void assignIteration(VariableScalarInteger* variable,
const CaseOptionInteger* option);
64 Real nextGlobalTime()
const;
65 Integer nextIteration()
const;
66 Integer nextCPUTime()
const;
70 ISubDomain* m_sub_domain;
82 void _recomputeTypeGlobalTime();
83 void _recomputeTypeCPUTime();
84 void _recomputeTypeIteration();
Interface du gestionnaire d'un sous-domaine.