Home
last modified time | relevance | path

Searched refs:gSemiImplicitEulerUpdate (Results 1 – 18 of 18) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/cfmodels/
H A DMSCFModel.cpp76 if (MSGlobals::gSemiImplicitEulerUpdate) { in brakeGap()
105 if (MSGlobals::gSemiImplicitEulerUpdate) { in freeSpeed()
246 if (MSGlobals::gSemiImplicitEulerUpdate) {
257 if (MSGlobals::gSemiImplicitEulerUpdate) {
280 if (MSGlobals::gSemiImplicitEulerUpdate) {
291 if (MSGlobals::gSemiImplicitEulerUpdate) {
305 if (MSGlobals::gSemiImplicitEulerUpdate) {
360 if (MSGlobals::gSemiImplicitEulerUpdate) {
507 if (MSGlobals::gSemiImplicitEulerUpdate) {
623 if (MSGlobals::gSemiImplicitEulerUpdate) {
[all …]
H A DMSCFModel_KraussOrig1.cpp62 if (MSGlobals::gSemiImplicitEulerUpdate) { in followSpeed()
72 if (MSGlobals::gSemiImplicitEulerUpdate) { in stopSpeed()
84 if (!MSGlobals::gSemiImplicitEulerUpdate) { in dawdle()
H A DMSCFModel_KraussX.cpp64 if (!MSGlobals::gSemiImplicitEulerUpdate) { in dawdleX()
82 if (MSGlobals::gSemiImplicitEulerUpdate) { in dawdleX()
H A DMSCFModel_Krauss.cpp92 if (MSGlobals::gSemiImplicitEulerUpdate) { in followSpeed()
103 if (!MSGlobals::gSemiImplicitEulerUpdate) { in dawdle2()
H A DMSCFModel_Rail.cpp89 if (MSGlobals::gSemiImplicitEulerUpdate) { in followSpeed()
150 if (MSGlobals::gSemiImplicitEulerUpdate) { in minNextSpeed()
236 if (MSGlobals::gSemiImplicitEulerUpdate) { in freeSpeed()
/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSLCM_LC2013.cpp267 if (v >= min && v <= max && (MSGlobals::gSemiImplicitEulerUpdate in _patchSpeed()
413 assert(pinfo->first >= 0 || !MSGlobals::gSemiImplicitEulerUpdate); in inform()
471 if (MSGlobals::gSemiImplicitEulerUpdate) { in informLeader()
673 if (MSGlobals::gSemiImplicitEulerUpdate) { in informFollower()
737 if (MSGlobals::gSemiImplicitEulerUpdate) { in informFollower()
884 if (MSGlobals::gSemiImplicitEulerUpdate) { in informFollower()
965 if (MSGlobals::gSemiImplicitEulerUpdate) { in informFollower()
1432 if (plannedSpeed >= 0 || (!MSGlobals::gSemiImplicitEulerUpdate && plannedSpeed != -1)) { in _wantsChange()
1474 if (MSGlobals::gSemiImplicitEulerUpdate || !neighOccupancyInconvenient) { in _wantsChange()
1480 if (MSGlobals::gSemiImplicitEulerUpdate || neighOccupancyInconvenient) { in _wantsChange()
[all …]
H A DMSLCM_SL2015.cpp613 if (MSGlobals::gSemiImplicitEulerUpdate) { in informLeader()
3099 if (MSGlobals::gSemiImplicitEulerUpdate) {
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSMeanData.cpp89 …double enterSpeed = MSGlobals::gSemiImplicitEulerUpdate ? newSpeed : oldSpeed; // NOTE: For the eu… in notifyMove()
127 …assert(!MSGlobals::gSemiImplicitEulerUpdate || newSpeed != 0); // how could it move across the lan… in notifyMove()
143 assert(!MSGlobals::gSemiImplicitEulerUpdate || newSpeed != 0); in notifyMove()
241 …const double travelledDistanceFrontOnLane = MSGlobals::gSemiImplicitEulerUpdate ? frontOnLane * ne… in notifyMove()
243 …const double travelledDistanceVehicleOnLane = MSGlobals::gSemiImplicitEulerUpdate ? timeOnLane * n… in notifyMove()
H A DMSE3Collector.cpp116 …assert(!MSGlobals::gSemiImplicitEulerUpdate || newSpeed != 0); // how could it move across the det… in notifyMove()
209 …assert(!MSGlobals::gSemiImplicitEulerUpdate || newSpeed != 0); // how could it move across the det… in notifyMove()
228 …assert(!MSGlobals::gSemiImplicitEulerUpdate || newSpeed != 0); // how could it move across the det… in notifyMove()
H A DMSInstantInductLoop.cpp73 …double enterSpeed = MSGlobals::gSemiImplicitEulerUpdate ? newSpeed : oldSpeed; // NOTE: For the eu… in notifyMove()
H A DMSInductLoop.cpp111 …assert(!MSGlobals::gSemiImplicitEulerUpdate || newSpeed > 0 || myVehiclesOnDet.find(&veh) == myVeh… in notifyMove()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSGlobals.h56 static bool gSemiImplicitEulerUpdate; variable
H A DMSGlobals.cpp57 bool MSGlobals::gSemiImplicitEulerUpdate; member in MSGlobals
H A DMSFrame.cpp711 MSGlobals::gSemiImplicitEulerUpdate = !oc.getBool("step-method.ballistic"); in setMSGlobals()
713 if (MSGlobals::gSemiImplicitEulerUpdate && actionStepLengthSet && !integrationMethodSet) { in setMSGlobals()
715 MSGlobals::gSemiImplicitEulerUpdate = false; in setMSGlobals()
H A DMSVehicle.h1947 assert(vWait >= 0 || !MSGlobals::gSemiImplicitEulerUpdate); in myLink()
1948 assert(vPass >= 0 || !MSGlobals::gSemiImplicitEulerUpdate); in myLink()
1959 assert(vWait >= 0 || !MSGlobals::gSemiImplicitEulerUpdate);
H A DMSVehicle.cpp1921 if (MSGlobals::gSemiImplicitEulerUpdate) {
2578 if (MSGlobals::gSemiImplicitEulerUpdate) {
2593 if (MSGlobals::gSemiImplicitEulerUpdate) {
2881 if (!MSGlobals::gSemiImplicitEulerUpdate) {
2910 if (MSGlobals::gSemiImplicitEulerUpdate) {
2965 …|| (MSGlobals::gSemiImplicitEulerUpdate && myState.mySpeed < ACCEL2SPEED(getCarFollowModel().getMa…
3054 if (MSGlobals::gSemiImplicitEulerUpdate) {
3147 if ((MSGlobals::gSemiImplicitEulerUpdate && vSafe + NUMERICAL_EPS < vSafeMin)
3199 if (MSGlobals::gSemiImplicitEulerUpdate) {
3732 if (MSGlobals::gSemiImplicitEulerUpdate) {
[all …]
/dports/cad/sumo/sumo-1.2.0/unittest/src/microsim/
H A DMSCFModelTest.cpp48 MSGlobals::gSemiImplicitEulerUpdate = true; in SetUp()
H A DMSCFModel_IDMTest.cpp82 MSGlobals::gSemiImplicitEulerUpdate = true; in SetUp()