Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe ArcaneTest::CaseOptionsAlephTestModule

Options. Plus de détails...

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

+ Graphe de collaboration de ArcaneTest::CaseOptionsAlephTestModule:

Classes

class  CaseOptionBoundaryCondition
 
class  CaseOptionBoundaryConditionValue
 

Fonctions membres publiques

 CaseOptionsAlephTestModule (Arcane::ICaseMng *cm)
 
Arcane::Integer getIterations ()
 
Arcane::ICaseFunctiongetIterationsFunction ()
 
Arcane::IStandardFunctiongetIterationsStandardFunction ()
 
bool getAlephDeleteKernel ()
 
Arcane::ICaseFunctiongetAlephDeleteKernelFunction ()
 
Arcane::IStandardFunctiongetAlephDeleteKernelStandardFunction ()
 
Arcane::Integer getAlephNumberOfSolvers ()
 
Arcane::ICaseFunctiongetAlephNumberOfSolversFunction ()
 
Arcane::IStandardFunctiongetAlephNumberOfSolversStandardFunction ()
 
Arcane::Integer getAlephUnderlyingSolver ()
 
Arcane::ICaseFunctiongetAlephUnderlyingSolverFunction ()
 
Arcane::IStandardFunctiongetAlephUnderlyingSolverStandardFunction ()
 
Arcane::Integer getAlephNumberOfCores ()
 
Arcane::ICaseFunctiongetAlephNumberOfCoresFunction ()
 
Arcane::IStandardFunctiongetAlephNumberOfCoresStandardFunction ()
 
bool getAlephCellOrdering ()
 
Arcane::ICaseFunctiongetAlephCellOrderingFunction ()
 
Arcane::IStandardFunctiongetAlephCellOrderingStandardFunction ()
 
Arcane::Real getDeltaT ()
 
Arcane::ICaseFunctiongetDeltaTFunction ()
 
Arcane::IStandardFunctiongetDeltaTStandardFunction ()
 
Arcane::Real getInitTemperature ()
 
Arcane::ICaseFunctiongetInitTemperatureFunction ()
 
Arcane::IStandardFunctiongetInitTemperatureStandardFunction ()
 
Arcane::Real getInitAmr ()
 
Arcane::ICaseFunctiongetInitAmrFunction ()
 
Arcane::IStandardFunctiongetInitAmrStandardFunction ()
 
Arcane::Real getTrigRefine ()
 
Arcane::ICaseFunctiongetTrigRefineFunction ()
 
Arcane::IStandardFunctiongetTrigRefineStandardFunction ()
 
Arcane::Real getTrigCoarse ()
 
Arcane::ICaseFunctiongetTrigCoarseFunction ()
 
Arcane::IStandardFunctiongetTrigCoarseStandardFunction ()
 
AlephTestSchemegetSchema ()
 
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)
 

Attributs publics

Arcane::CaseOptionInteger iterations
 
Arcane::CaseOptionBool alephDeleteKernel
 
Arcane::CaseOptionInteger alephNumberOfSolvers
 
Arcane::CaseOptionInteger alephUnderlyingSolver
 
Arcane::CaseOptionInteger alephNumberOfCores
 
Arcane::CaseOptionBool alephCellOrdering
 
Arcane::CaseOptionReal deltaT
 
Arcane::CaseOptionReal initTemperature
 
Arcane::CaseOptionReal initAmr
 
Arcane::CaseOptionReal trigRefine
 
Arcane::CaseOptionReal trigCoarse
 
Arcane::CaseOptionServiceT< AlephTestSchemeschema
 
CaseOptionBoundaryCondition boundaryCondition
 

Fonctions membres privées

Arcane::ICaseOptionList_configList () const
 
Arcane::XmlNode _element () const
 

Fonctions membres privées statiques

static Arcane::ICaseOptions_createCaseOption (Arcane::ICaseMng *cm, Arcane::ICaseOptions *co)
 

Attributs privés

Arcane::ReferenceCounter< Arcane::ICaseOptionsm_case_options
 

Description détaillée

Options.

Définition à la ligne 42 du fichier AlephTestModule_axl.h.

Documentation des constructeurs et destructeur

◆ CaseOptionsAlephTestModule()

ArcaneTest::CaseOptionsAlephTestModule::CaseOptionsAlephTestModule ( Arcane::ICaseMng cm)
inline

Définition à la ligne 168 du fichier AlephTestModule_axl.h.

Documentation des fonctions membres

◆ _configList()

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

Définition à la ligne 323 du fichier AlephTestModule_axl.h.

◆ _element()

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

Définition à la ligne 324 du fichier AlephTestModule_axl.h.

◆ addAlternativeNodeName()

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

Définition à la ligne 315 du fichier AlephTestModule_axl.h.

◆ caseOptions()

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

Définition à la ligne 295 du fichier AlephTestModule_axl.h.

◆ configList()

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

Définition à la ligne 300 du fichier AlephTestModule_axl.h.

◆ getAlephCellOrdering()

bool ArcaneTest::CaseOptionsAlephTestModule::getAlephCellOrdering ( )
inline

Définition à la ligne 268 du fichier AlephTestModule_axl.h.

◆ getAlephCellOrderingFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephCellOrderingFunction ( )
inline

Définition à la ligne 269 du fichier AlephTestModule_axl.h.

◆ getAlephCellOrderingStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephCellOrderingStandardFunction ( )
inline

Définition à la ligne 270 du fichier AlephTestModule_axl.h.

◆ getAlephDeleteKernel()

bool ArcaneTest::CaseOptionsAlephTestModule::getAlephDeleteKernel ( )
inline

Définition à la ligne 256 du fichier AlephTestModule_axl.h.

◆ getAlephDeleteKernelFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephDeleteKernelFunction ( )
inline

Définition à la ligne 257 du fichier AlephTestModule_axl.h.

◆ getAlephDeleteKernelStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephDeleteKernelStandardFunction ( )
inline

Définition à la ligne 258 du fichier AlephTestModule_axl.h.

◆ getAlephNumberOfCores()

Arcane::Integer ArcaneTest::CaseOptionsAlephTestModule::getAlephNumberOfCores ( )
inline

Définition à la ligne 265 du fichier AlephTestModule_axl.h.

◆ getAlephNumberOfCoresFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephNumberOfCoresFunction ( )
inline

Définition à la ligne 266 du fichier AlephTestModule_axl.h.

◆ getAlephNumberOfCoresStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephNumberOfCoresStandardFunction ( )
inline

Définition à la ligne 267 du fichier AlephTestModule_axl.h.

◆ getAlephNumberOfSolvers()

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

Définition à la ligne 259 du fichier AlephTestModule_axl.h.

◆ getAlephNumberOfSolversFunction()

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

Définition à la ligne 260 du fichier AlephTestModule_axl.h.

◆ getAlephNumberOfSolversStandardFunction()

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

Définition à la ligne 261 du fichier AlephTestModule_axl.h.

◆ getAlephUnderlyingSolver()

Arcane::Integer ArcaneTest::CaseOptionsAlephTestModule::getAlephUnderlyingSolver ( )
inline

Définition à la ligne 262 du fichier AlephTestModule_axl.h.

◆ getAlephUnderlyingSolverFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephUnderlyingSolverFunction ( )
inline

Définition à la ligne 263 du fichier AlephTestModule_axl.h.

◆ getAlephUnderlyingSolverStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getAlephUnderlyingSolverStandardFunction ( )
inline

Définition à la ligne 264 du fichier AlephTestModule_axl.h.

◆ getDeltaT()

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

Définition à la ligne 271 du fichier AlephTestModule_axl.h.

◆ getDeltaTFunction()

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

Définition à la ligne 272 du fichier AlephTestModule_axl.h.

◆ getDeltaTStandardFunction()

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

Définition à la ligne 273 du fichier AlephTestModule_axl.h.

◆ getInitAmr()

Arcane::Real ArcaneTest::CaseOptionsAlephTestModule::getInitAmr ( )
inline

Définition à la ligne 277 du fichier AlephTestModule_axl.h.

◆ getInitAmrFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getInitAmrFunction ( )
inline

Définition à la ligne 278 du fichier AlephTestModule_axl.h.

◆ getInitAmrStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getInitAmrStandardFunction ( )
inline

Définition à la ligne 279 du fichier AlephTestModule_axl.h.

◆ getInitTemperature()

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

Définition à la ligne 274 du fichier AlephTestModule_axl.h.

◆ getInitTemperatureFunction()

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

Définition à la ligne 275 du fichier AlephTestModule_axl.h.

◆ getInitTemperatureStandardFunction()

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

Définition à la ligne 276 du fichier AlephTestModule_axl.h.

◆ getIterations()

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

Définition à la ligne 253 du fichier AlephTestModule_axl.h.

◆ getIterationsFunction()

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

Définition à la ligne 254 du fichier AlephTestModule_axl.h.

◆ getIterationsStandardFunction()

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

Définition à la ligne 255 du fichier AlephTestModule_axl.h.

◆ getSchema()

AlephTestScheme * ArcaneTest::CaseOptionsAlephTestModule::getSchema ( )
inline

Définition à la ligne 289 du fichier AlephTestModule_axl.h.

◆ getTrigCoarse()

Arcane::Real ArcaneTest::CaseOptionsAlephTestModule::getTrigCoarse ( )
inline

Définition à la ligne 283 du fichier AlephTestModule_axl.h.

◆ getTrigCoarseFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getTrigCoarseFunction ( )
inline

Définition à la ligne 284 du fichier AlephTestModule_axl.h.

◆ getTrigCoarseStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getTrigCoarseStandardFunction ( )
inline

Définition à la ligne 285 du fichier AlephTestModule_axl.h.

◆ getTrigRefine()

Arcane::Real ArcaneTest::CaseOptionsAlephTestModule::getTrigRefine ( )
inline

Définition à la ligne 280 du fichier AlephTestModule_axl.h.

◆ getTrigRefineFunction()

Arcane::ICaseFunction * ArcaneTest::CaseOptionsAlephTestModule::getTrigRefineFunction ( )
inline

Définition à la ligne 281 du fichier AlephTestModule_axl.h.

◆ getTrigRefineStandardFunction()

Arcane::IStandardFunction * ArcaneTest::CaseOptionsAlephTestModule::getTrigRefineStandardFunction ( )
inline

Définition à la ligne 282 du fichier AlephTestModule_axl.h.

◆ setCaseModule()

void ArcaneTest::CaseOptionsAlephTestModule::setCaseModule ( Arcane::IModule m)
inline

Définition à la ligne 305 du fichier AlephTestModule_axl.h.

◆ setCaseServiceInfo()

void ArcaneTest::CaseOptionsAlephTestModule::setCaseServiceInfo ( Arcane::IServiceInfo si)
inline

Définition à la ligne 310 du fichier AlephTestModule_axl.h.

Documentation des données membres

◆ alephCellOrdering

Arcane::CaseOptionBool ArcaneTest::CaseOptionsAlephTestModule::alephCellOrdering

Définition à la ligne 340 du fichier AlephTestModule_axl.h.

◆ alephDeleteKernel

Arcane::CaseOptionBool ArcaneTest::CaseOptionsAlephTestModule::alephDeleteKernel

Définition à la ligne 336 du fichier AlephTestModule_axl.h.

◆ alephNumberOfCores

Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephTestModule::alephNumberOfCores

Définition à la ligne 339 du fichier AlephTestModule_axl.h.

◆ alephNumberOfSolvers

Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephTestModule::alephNumberOfSolvers

Définition à la ligne 337 du fichier AlephTestModule_axl.h.

◆ alephUnderlyingSolver

Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephTestModule::alephUnderlyingSolver

Définition à la ligne 338 du fichier AlephTestModule_axl.h.

◆ boundaryCondition

CaseOptionBoundaryCondition ArcaneTest::CaseOptionsAlephTestModule::boundaryCondition

Définition à la ligne 347 du fichier AlephTestModule_axl.h.

◆ deltaT

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephTestModule::deltaT

Définition à la ligne 341 du fichier AlephTestModule_axl.h.

◆ initAmr

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephTestModule::initAmr

Définition à la ligne 343 du fichier AlephTestModule_axl.h.

◆ initTemperature

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephTestModule::initTemperature

Définition à la ligne 342 du fichier AlephTestModule_axl.h.

◆ iterations

Arcane::CaseOptionInteger ArcaneTest::CaseOptionsAlephTestModule::iterations

Définition à la ligne 335 du fichier AlephTestModule_axl.h.

◆ m_case_options

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

Définition à la ligne 330 du fichier AlephTestModule_axl.h.

◆ schema

Arcane::CaseOptionServiceT< AlephTestScheme > ArcaneTest::CaseOptionsAlephTestModule::schema

Définition à la ligne 346 du fichier AlephTestModule_axl.h.

◆ trigCoarse

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephTestModule::trigCoarse

Définition à la ligne 345 du fichier AlephTestModule_axl.h.

◆ trigRefine

Arcane::CaseOptionReal ArcaneTest::CaseOptionsAlephTestModule::trigRefine

Définition à la ligne 344 du fichier AlephTestModule_axl.h.


La documentation de cette classe a été générée à partir du fichier suivant :