Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::TimeHistoryAddValueArg Class Reference

#include <arcane/core/ITimeHistoryMng.h>

Public Member Functions

 TimeHistoryAddValueArg (const String &name, bool end_time, Integer subdomain_id)
 Constructor with three parameters.
 TimeHistoryAddValueArg (const String &name, bool end_time)
 Constructor with two parameters.
 TimeHistoryAddValueArg (const String &name)
 Constructor with one parameter.
const Stringname () const
bool endTime () const
bool isLocal () const
Integer localSubDomainId () const

Detailed Description

Class containing the arguments for the user methods 'addValue'.

Definition at line 33 of file ITimeHistoryMng.h.

Constructor & Destructor Documentation

◆ TimeHistoryAddValueArg() [1/3]

Arcane::TimeHistoryAddValueArg::TimeHistoryAddValueArg ( const String & name,
bool end_time,
Integer subdomain_id )
inline

Constructor with three parameters.

Parameters
nameThe name of the curve.
end_timeShould the value be written at our iteration or at our iteration-1?
subdomain_idThe ID of the subdomain that must save the value (-1 for global).

Definition at line 44 of file ITimeHistoryMng.h.

Referenced by TimeHistoryAddValueArg(), and TimeHistoryAddValueArg().

◆ TimeHistoryAddValueArg() [2/3]

Arcane::TimeHistoryAddValueArg::TimeHistoryAddValueArg ( const String & name,
bool end_time )
inline

Constructor with two parameters.

The value will be saved globally, and not on a specific subdomain.

Parameters
nameThe name of the curve.
end_timeShould the value be written at our iteration or at our iteration-1?

Definition at line 58 of file ITimeHistoryMng.h.

References TimeHistoryAddValueArg().

◆ TimeHistoryAddValueArg() [3/3]

Arcane::TimeHistoryAddValueArg::TimeHistoryAddValueArg ( const String & name)
inlineexplicit

Constructor with one parameter.

The value will be saved globally, and not on a specific subdomain. The value will be saved at our iteration.

Parameters
nameThe name of the curve.

Definition at line 70 of file ITimeHistoryMng.h.

References TimeHistoryAddValueArg().

Member Function Documentation

◆ endTime()

bool Arcane::TimeHistoryAddValueArg::endTime ( ) const
inline

Definition at line 77 of file ITimeHistoryMng.h.

◆ isLocal()

bool Arcane::TimeHistoryAddValueArg::isLocal ( ) const
inline

Definition at line 78 of file ITimeHistoryMng.h.

◆ localSubDomainId()

Integer Arcane::TimeHistoryAddValueArg::localSubDomainId ( ) const
inline

Definition at line 79 of file ITimeHistoryMng.h.

◆ name()

const String & Arcane::TimeHistoryAddValueArg::name ( ) const
inline

Definition at line 76 of file ITimeHistoryMng.h.


The documentation for this class was generated from the following file: