|
| CouplerLbLb (const MInt couplingId, std::vector< LbSolver * > solvers) |
|
| ~CouplerLbLb () |
|
virtual void | init () |
|
virtual void | checkProperties () |
|
virtual void | preCouple (MInt) |
|
virtual void | postCouple (MInt) |
|
virtual void | finalizeCouplerInit () |
|
virtual void | finalizeSubCoupleInit (MInt) |
|
virtual void | subCouple (MInt, MInt, std::vector< MBool > &) |
|
virtual void | readProperties () |
|
void | testCoupling () |
|
| CouplingLB (const MInt couplingId, Solver *solvers, const MInt noSolvers=1) |
|
| CouplingLB (const MInt couplingId, std::vector< solverType * > solvers) |
|
MFloat | a_physicalTime () const |
|
MFloat | lsTimeStep () const |
|
MInt | a_RKStep () const |
|
MInt | a_noLbCells (const MInt id=0) const |
|
MInt | a_noLevelSetsMb (const MInt id=0) const |
|
MFloat | a_Ma (const MInt id=0) const |
|
MFloat | a_Re (const MInt id=0) const |
|
MInt | a_pvu (const MInt id=0) const |
|
MInt | a_pvv (const MInt id=0) const |
|
MInt | a_pvw (const MInt id=0) const |
|
MInt | a_pvrho (const MInt id=0) const |
|
MInt | a_pvt (const MInt id=0) const |
|
MInt | a_isThermal (const MInt id=0) const |
|
MInt | a_noDistributions (const MInt id=0) const |
|
MFloat | a_initTemperatureKelvin (const MInt id=0) const |
|
MFloat | a_time () const |
|
MbCellCollector & | a_mbCell (const MInt id=0) |
|
MInt | a_boundaryCellMb (const MInt cellId, const MInt id=0) |
|
MFloat & | a_levelSetFunctionMb (const MInt cellId, const MInt set, const MInt id=0) |
|
MFloat | a_levelSetFunctionMb (const MInt cellId, const MInt set, const MInt id=0) const |
|
MInt & | a_associatedBodyIdsMb (const MInt cellId, const MInt set, const MInt id=0) |
|
MInt | a_associatedBodyIdsMb (const MInt cellId, const MInt set, const MInt id=0) const |
|
MInt | a_parentId (const MInt cellId, const MInt id=0) |
|
MInt | a_childId (const MInt cellId, const MInt child, const MInt id=0) |
|
MInt | minCell (const MInt index, const MInt id=0) const |
|
MInt | noMinCells (const MInt id=0) const |
|
MInt | a_noCells (const MInt id=0) const |
|
MFloat | a_cellLengthAtLevel (MInt level, const MInt id=0) |
|
MInt | a_noEmbeddedBodiesLB (const MInt id=0) const |
|
MBool | a_isActive (const MInt cellId, const MInt id=0) const |
|
MBool | a_wasActive (const MInt cellId, const MInt id=0) const |
|
MInt | a_noVariables (const MInt id=0) const |
|
MFloat & | a_variable (const MInt cellId, const MInt varId, const MInt id=0) |
|
MFloat & | a_oldVariable (const MInt cellId, const MInt varId, const MInt id=0) |
|
MInt | a_bndCellId (const MInt bndCell, const MInt id=0) |
|
MInt | a_noBndCells (const MInt id=0) |
|
| Coupling (const MInt couplingId) |
|
virtual | ~Coupling ()=default |
|
| Coupling (const Coupling &)=delete |
|
Coupling & | operator= (const Coupling &)=delete |
|
MInt | couplerId () const |
|
virtual void | init ()=0 |
|
virtual void | finalizeSubCoupleInit (MInt solverId)=0 |
|
virtual void | finalizeCouplerInit ()=0 |
|
virtual void | preCouple (MInt recipeStep)=0 |
|
virtual void | subCouple (MInt recipeStep, MInt solverId, std::vector< MBool > &solverCompleted)=0 |
|
virtual void | postCouple (MInt recipeStep)=0 |
|
virtual void | cleanUp ()=0 |
|
virtual void | balancePre () |
| Load balancing. More...
|
|
virtual void | balancePost () |
|
virtual void | reinitAfterBalance () |
|
virtual void | prepareAdaptation () |
|
virtual void | postAdaptation () |
|
virtual void | finalizeAdaptation (const MInt) |
|
virtual void | writeRestartFile (const MInt) |
|
virtual MInt | noCellDataDlb () const |
| Methods to inquire coupler data during balancing. More...
|
|
virtual MInt | cellDataTypeDlb (const MInt NotUsed(dataId)) const |
|
virtual MInt | cellDataSizeDlb (const MInt NotUsed(dataId), const MInt NotUsed(cellId)) |
|
virtual void | getCellDataDlb (const MInt NotUsed(dataId), const MInt NotUsed(oldNoCells), const MInt *const NotUsed(bufferIdToCellId), MInt *const NotUsed(data)) |
|
virtual void | getCellDataDlb (const MInt NotUsed(dataId), const MInt NotUsed(oldNoCells), const MInt *const NotUsed(bufferIdToCellId), MLong *const NotUsed(data)) |
|
virtual void | getCellDataDlb (const MInt NotUsed(dataId), const MInt NotUsed(oldNoCells), const MInt *const NotUsed(bufferIdToCellId), MFloat *const NotUsed(data)) |
|
virtual void | setCellDataDlb (const MInt NotUsed(dataId), const MInt *const NotUsed(data)) |
|
virtual void | setCellDataDlb (const MInt NotUsed(dataId), const MLong *const NotUsed(data)) |
|
virtual void | setCellDataDlb (const MInt NotUsed(dataId), const MFloat *const NotUsed(data)) |
|
virtual void | finalizeBalance (const MInt) |
|
virtual MInt | noCouplingTimers (const MBool NotUsed(allTimings)) const |
| Number of coupling timers. More...
|
|
virtual void | getCouplingTimings (std::vector< std::pair< MString, MFloat > > &NotUsed(timings), const MBool NotUsed(allTimings)) |
| Return coupling timings. More...
|
|
virtual void | getDomainDecompositionInformation (std::vector< std::pair< MString, MInt > > &NotUsed(domainInfo)) |
| Return information on current domain decomposition (e.g. number of coupled cells/elements/...) More...
|
|
void | setDlbTimer (const MInt timerId) |
|
void | startLoadTimer (const MString &name) const |
| Start the load timer of the coupler. More...
|
|
void | stopLoadTimer (const MString &name) const |
| Stop the load timer of the coupler. More...
|
|
template<
MInt nDim,
MInt nDist, class SysEqn>
class CouplerLbLb< nDim, nDist, SysEqn >
Definition at line 37 of file couplerlblb.h.