Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
ArcaneTest::CaseOptionsAlephIndexTest Class Reference

Options. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/build/arcane/aleph/tests/AlephIndexTest_axl.h>

Collaboration diagram for ArcaneTest::CaseOptionsAlephIndexTest:

Classes

class  CaseOptionBoundaryConditionValue
class  CaseOptionBoundaryCondition

Public Member Functions

 CaseOptionsAlephIndexTest (Arcane::ICaseMng *cm)
Arcane::Integer getIterations ()
Arcane::ICaseFunctiongetIterationsFunction ()
Arcane::IStandardFunctiongetIterationsStandardFunction ()
Arcane::Integer getAlephNumberOfSolvers ()
Arcane::ICaseFunctiongetAlephNumberOfSolversFunction ()
Arcane::IStandardFunctiongetAlephNumberOfSolversStandardFunction ()
Arcane::Real getDeltaT ()
Arcane::ICaseFunctiongetDeltaTFunction ()
Arcane::IStandardFunctiongetDeltaTStandardFunction ()
Arcane::Real getInitTemperature ()
Arcane::ICaseFunctiongetInitTemperatureFunction ()
Arcane::IStandardFunctiongetInitTemperatureStandardFunction ()
Arcane::ICaseOptionscaseOptions () const
Arcane::ICaseOptionListconfigList () 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::ICaseOptionsm_case_options

Detailed Description

Options.

Definition at line 41 of file AlephIndexTest_axl.h.

Constructor & Destructor Documentation

◆ CaseOptionsAlephIndexTest()

ArcaneTest::CaseOptionsAlephIndexTest::CaseOptionsAlephIndexTest ( Arcane::ICaseMng * cm)
inline

Definition at line 167 of file AlephIndexTest_axl.h.

Member Function Documentation

◆ _configList()

Arcane::ICaseOptionList * ArcaneTest::CaseOptionsAlephIndexTest::_configList ( ) const
inlineprivate

Definition at line 250 of file AlephIndexTest_axl.h.

◆ _element()

Arcane::XmlNode ArcaneTest::CaseOptionsAlephIndexTest::_element ( ) const
inlineprivate

Definition at line 251 of file AlephIndexTest_axl.h.

◆ addAlternativeNodeName()

void ArcaneTest::CaseOptionsAlephIndexTest::addAlternativeNodeName ( const Arcane::String & lang,
const Arcane::String & name )
inline

Definition at line 242 of file AlephIndexTest_axl.h.

◆ caseOptions()

Arcane::ICaseOptions * ArcaneTest::CaseOptionsAlephIndexTest::caseOptions ( ) const
inline

Definition at line 222 of file AlephIndexTest_axl.h.

◆ configList()

Arcane::ICaseOptionList * ArcaneTest::CaseOptionsAlephIndexTest::configList ( ) const
inline

Definition at line 227 of file AlephIndexTest_axl.h.

◆ getAlephNumberOfSolvers()

Arcane::Integer ArcaneTest::CaseOptionsAlephIndexTest::getAlephNumberOfSolvers ( )
inline

Definition at line 205 of file AlephIndexTest_axl.h.

◆ getAlephNumberOfSolversFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephIndexTest::getAlephNumberOfSolversFunction ( )
inline

Definition at line 206 of file AlephIndexTest_axl.h.

◆ getAlephNumberOfSolversStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephIndexTest::getAlephNumberOfSolversStandardFunction ( )
inline

Definition at line 207 of file AlephIndexTest_axl.h.

◆ getDeltaT()

Arcane::Real ArcaneTest::CaseOptionsAlephIndexTest::getDeltaT ( )
inline

Definition at line 208 of file AlephIndexTest_axl.h.

◆ getDeltaTFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephIndexTest::getDeltaTFunction ( )
inline

Definition at line 209 of file AlephIndexTest_axl.h.

◆ getDeltaTStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephIndexTest::getDeltaTStandardFunction ( )
inline

Definition at line 210 of file AlephIndexTest_axl.h.

◆ getInitTemperature()

Arcane::Real ArcaneTest::CaseOptionsAlephIndexTest::getInitTemperature ( )
inline

Definition at line 211 of file AlephIndexTest_axl.h.

◆ getInitTemperatureFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephIndexTest::getInitTemperatureFunction ( )
inline

Definition at line 212 of file AlephIndexTest_axl.h.

◆ getInitTemperatureStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephIndexTest::getInitTemperatureStandardFunction ( )
inline

Definition at line 213 of file AlephIndexTest_axl.h.

◆ getIterations()

Arcane::Integer ArcaneTest::CaseOptionsAlephIndexTest::getIterations ( )
inline

Definition at line 202 of file AlephIndexTest_axl.h.

◆ getIterationsFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephIndexTest::getIterationsFunction ( )
inline

Definition at line 203 of file AlephIndexTest_axl.h.

◆ getIterationsStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephIndexTest::getIterationsStandardFunction ( )
inline

Definition at line 204 of file AlephIndexTest_axl.h.

◆ setCaseModule()

void ArcaneTest::CaseOptionsAlephIndexTest::setCaseModule ( Arcane::IModule * m)
inline

Definition at line 232 of file AlephIndexTest_axl.h.

◆ setCaseServiceInfo()

void ArcaneTest::CaseOptionsAlephIndexTest::setCaseServiceInfo ( Arcane::IServiceInfo * si)
inline

Definition at line 237 of file AlephIndexTest_axl.h.

Member Data Documentation

◆ alephNumberOfSolvers

Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephIndexTest::alephNumberOfSolvers

Definition at line 263 of file AlephIndexTest_axl.h.

◆ boundaryCondition

CaseOptionBoundaryCondition ArcaneTest::CaseOptionsAlephIndexTest::boundaryCondition

Definition at line 266 of file AlephIndexTest_axl.h.

◆ deltaT

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephIndexTest::deltaT

Definition at line 264 of file AlephIndexTest_axl.h.

◆ initTemperature

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephIndexTest::initTemperature

Definition at line 265 of file AlephIndexTest_axl.h.

◆ iterations

Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephIndexTest::iterations

Definition at line 262 of file AlephIndexTest_axl.h.

◆ m_case_options

Arcane::ReferenceCounter<Arcane::ICaseOptions> ArcaneTest::CaseOptionsAlephIndexTest::m_case_options
private

Definition at line 257 of file AlephIndexTest_axl.h.


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