GEOS
|
Functions | |
virtual bool | geos::FieldStatisticsBase< SOLVER >::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override=0 |
Main extension point of executable targets. More... | |
virtual bool | geos::CompositionalMultiphaseStatistics::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override |
Main extension point of executable targets. More... | |
virtual bool | geos::SinglePhaseStatistics::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override |
Main extension point of executable targets. More... | |
virtual bool | geos::StencilDataCollection::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override |
Main extension point of executable targets. More... | |
virtual bool | geos::PoromechanicsInitialization< POROMECHANICS_SOLVER >::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override |
Main extension point of executable targets. More... | |
virtual bool | geos::SolidMechanicsStateReset::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override |
Main extension point of executable targets. More... | |
virtual bool | geos::SolidMechanicsStatistics::execute (real64 const time_n, real64 const dt, integer const cycleNumber, integer const eventCounter, real64 const eventProgress, DomainPartition &domain) override |
Main extension point of executable targets. More... | |
This function implements the interface defined by the abstract TaskBase class
|
overridevirtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Implements geos::FieldStatisticsBase< CompositionalMultiphaseBase >.
|
overridevirtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Implements geos::FieldStatisticsBase< SinglePhaseBase >.
|
overridevirtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Reimplemented from geos::TaskBase.
|
overridevirtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Reimplemented from geos::TaskBase.
|
overridevirtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Reimplemented from geos::TaskBase.
|
overridevirtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Implements geos::FieldStatisticsBase< SolidMechanicsLagrangianFEM >.
|
overridepure virtual |
Main extension point of executable targets.
[in] | time_n | current time level |
[in] | dt | time step to be taken |
[in] | cycleNumber | global cycle number |
[in] | eventCounter | index of event that triggered execution |
[in] | eventProgress | fractional progress in current cycle |
[in,out] | domain | the physical domain up-casted to a Group. |
If the start criteria are satisfied, then the event manager will call this method.
Reimplemented from geos::TaskBase.
Implemented in geos::SolidMechanicsStatistics, geos::SourceFluxStatsAggregator, geos::SinglePhaseStatistics, and geos::CompositionalMultiphaseStatistics.