Options. More...
Classes | |
| class | CaseOptionBoundaryConditionValue |
| class | CaseOptionBoundaryCondition |
Public Member Functions | |
| CaseOptionsAlephIndexTest (Arcane::ICaseMng *cm) | |
| Arcane::Integer | getIterations () |
| Arcane::ICaseFunction * | getIterationsFunction () |
| Arcane::IStandardFunction * | getIterationsStandardFunction () |
| Arcane::Integer | getAlephNumberOfSolvers () |
| Arcane::ICaseFunction * | getAlephNumberOfSolversFunction () |
| Arcane::IStandardFunction * | getAlephNumberOfSolversStandardFunction () |
| Arcane::Real | getDeltaT () |
| Arcane::ICaseFunction * | getDeltaTFunction () |
| Arcane::IStandardFunction * | getDeltaTStandardFunction () |
| Arcane::Real | getInitTemperature () |
| Arcane::ICaseFunction * | getInitTemperatureFunction () |
| Arcane::IStandardFunction * | getInitTemperatureStandardFunction () |
| Arcane::ICaseOptions * | caseOptions () const |
| Arcane::ICaseOptionList * | configList () const |
| void | setCaseModule (Arcane::IModule *m) |
| void | setCaseServiceInfo (Arcane::IServiceInfo *si) |
| void | addAlternativeNodeName (const Arcane::String &lang, const Arcane::String &name) |
Public Attributes | |
| Arcane::CaseOptionInteger | iterations |
| Arcane::CaseOptionInteger | alephNumberOfSolvers |
| Arcane::CaseOptionReal | deltaT |
| Arcane::CaseOptionReal | initTemperature |
| CaseOptionBoundaryCondition | boundaryCondition |
Private Member Functions | |
| Arcane::ICaseOptionList * | _configList () const |
| Arcane::XmlNode | _element () const |
Static Private Member Functions | |
| static Arcane::ICaseOptions * | _createCaseOption (Arcane::ICaseMng *cm, Arcane::ICaseOptions *co) |
Private Attributes | |
| Arcane::ReferenceCounter< Arcane::ICaseOptions > | m_case_options |
Options.
Definition at line 41 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 167 of file AlephIndexTest_axl.h.
|
inlineprivate |
Definition at line 250 of file AlephIndexTest_axl.h.
|
inlineprivate |
Definition at line 251 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 242 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 222 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 227 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 205 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 206 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 207 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 208 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 209 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 210 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 211 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 212 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 213 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 202 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 203 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 204 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 232 of file AlephIndexTest_axl.h.
|
inline |
Definition at line 237 of file AlephIndexTest_axl.h.
| Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephIndexTest::alephNumberOfSolvers |
Definition at line 263 of file AlephIndexTest_axl.h.
| CaseOptionBoundaryCondition ArcaneTest::CaseOptionsAlephIndexTest::boundaryCondition |
Definition at line 266 of file AlephIndexTest_axl.h.
| Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephIndexTest::deltaT |
Definition at line 264 of file AlephIndexTest_axl.h.
| Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephIndexTest::initTemperature |
Definition at line 265 of file AlephIndexTest_axl.h.
| Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephIndexTest::iterations |
Definition at line 262 of file AlephIndexTest_axl.h.
|
private |
Definition at line 257 of file AlephIndexTest_axl.h.