Home
last modified time | relevance | path

Searched refs:GetSimulation (Results 1 – 19 of 19) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DGameController.cpp197 gameModel->GetSimulation()->Restore(*snap); in HistoryRestore()
247 gameModel->GetSimulation()->Restore(*snap); in HistoryForward()
259 Simulation * sim = gameModel->GetSimulation(); in GetSignAt()
325 gameModel->GetSimulation()->air->Invert(); in InvertAirSim()
416 Simulation * sim = gameModel->GetSimulation(); in DrawRect()
428 Simulation * sim = gameModel->GetSimulation(); in DrawLine()
838 gameModel->GetSimulation()->gravityMode = (gameModel->GetSimulation()->gravityMode+1)%3; in SwitchGravity()
856 gameModel->GetSimulation()->air->airMode = (gameModel->GetSimulation()->air->airMode+1)%5; in SwitchAir()
1497 if (gameModel && gameModel->GetSimulation()) in ElementResolve()
1506 if (gameModel && gameModel->GetSimulation()) in BasicParticleInfo()
[all …]
H A DQuickOptions.cpp15 return m->GetSimulation()->pretty_powder; in GetToggle()
19 m->GetSimulation()->pretty_powder = !m->GetSimulation()->pretty_powder; in perform()
H A DGameModel.h192 Simulation * GetSimulation();
H A DGameModel.cpp782 Simulation * GameModel::GetSimulation() in GetSimulation() function in GameModel
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DTPTScriptInterface.cpp261 Simulation * sim = m->GetSimulation(); in tptS_set()
296 newValue = m->GetSimulation()->GetParticleType(((StringType)value).Value().ToUtf8()); in tptS_set()
386 type = m->GetSimulation()->GetParticleType(((StringType)selector).Value().ToUtf8()); in tptS_set()
439 Simulation * sim = m->GetSimulation(); in tptS_create()
445 type = m->GetSimulation()->GetParticleType(((StringType)createType).Value().ToUtf8()); in tptS_create()
472 Simulation * sim = m->GetSimulation(); in tptS_delete()
517 Simulation * sim = m->GetSimulation(); in tptS_bubble()
549 Simulation * sim = m->GetSimulation(); in tptS_reset()
H A DLuaScriptInterface.cpp121 luacon_sim = m->GetSimulation(); in LuaScriptInterface()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/options/
H A DOptionsModel.cpp16 sim = gModel->GetSimulation(); in OptionsModel()
84 return gModel->GetSimulation()->edgeMode; in GetEdgeMode()
/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/switch_dw/state_space/sbvar/
H A Dsbvar_estimate.c377 static void GetSimulation(TVector *simulation, TStateModel *model) in GetSimulation() function
528 GetSimulation(simulation,model); in dw_sbvar_estimate_command_line()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DViewFactors.F90230 eq = GetString( GetSimulation(), 'Coordinate System' )
664 ViewFactorsFile = GetString( GetSimulation(),'View Factors',GotIt)
H A DElmerSolver.F901308 IF (GetLogical(GetSimulation(),'Restart Before Initial Conditions',Found)) THEN
2287 IF( ListCheckPresent( GetSimulation(), 'Mesh Name Index') ) THEN
2298 MeshR = GetCREal( GetSimulation(), 'Mesh Name Index',gotIt )
2302 MeshStr = ListGetString( GetSimulation(),'Mesh Name '//TRIM(I2S(i)),GotIt)
H A DDiffuseConvectiveAnisotropic.F90249 Transient = GetString(GetSimulation(),'Simulation type',Found)=='transient'
H A DCircuitUtils.F9062 simulation => GetSimulation()
H A DNavierStokes.F90276 Transient = GetString(GetSimulation(),'Simulation Type',Found)=='transient'
H A DDefUtils.F902192 FUNCTION GetSimulation() RESULT(Simulation) function
2197 END FUNCTION GetSimulation
/dports/science/elmerfem/elmerfem-release-9.0/elmerice/Solvers/
H A DGlaDSCoupledSolver.F90389 BDForder = GetInteger(GetSimulation(),'BDF Order', Found)
1609 Transient = GetString(GetSimulation(),'Simulation type',Found)=='transient'
1826 Transient = GetString(GetSimulation(),'Simulation type',Found)=='transient'
2005 Transient = GetString(GetSimulation(),'Simulation type',Found)=='transient'
H A DCaffeSolver.F90933 Transient = GetString(GetSimulation(),'Simulation type',Found)=='transient'
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DHelmholtzSolve.F90178 Simulation => GetSimulation()
H A DCircuitsAndDynamics.F901914 CALL ListAddConstReal(GetSimulation(),'res: time', GetTime())
2014 CALL ListAddConstReal(GetSimulation(),'res: '//TRIM(VariableName), VariableValue)
H A DV2FSolver.F90633 IF ( ListGetLogical( GetSimulation(), 'Output Version Numbers', GotIt ) ) THEN