Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Made sure that during one calculation (per location per subsoil per scenario) only the CurrentScenario is used. For Design, all scenarios but the Current are removed at the start of the calculation. For Operational, there only ever is one scenario (as this is a demand which is tested). Replaced use of Scenarios[0] with CurrentScenario, removed Scenarios from Dike. Also removed the reference to Location in DesignScenario, added LocationName to DesignScenario.

Adapted all tests for this. I expect two failing (new) tests at the moment.

Related to Issue [MWDAM-1948]

    • -23
    • +38
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -5
    • +10
    ./DesignCalculatorShoulderPerPoint.cs
    • -11
    • +16
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 21 more files in changeset.
Extracted the method as requested.

Related to Issue [MWDAM-1934]

  1. … 1 more file in changeset.
Implemented the improvements for Multi Core as found solving MWDAM-1906 and MWDAM-1925.

Related to Issue [MWDAM-1934]

  1. … 9 more files in changeset.
Removed some static methods.

Related to Issue [MWDAM-1889]

  1. … 12 more files in changeset.
Fixed the scenario Head problems for trunk version.

Related to Issue [MWDAM-1906]

  1. … 1 more file in changeset.
Reversed accidental full commit.

Related to Issue [MWDAM-1889]

  1. … 25 more files in changeset.
Made sure that file is copied as it is supposed to be.

Related to Issue [MWDAM-1889]

  1. … 25 more files in changeset.
Use string interpolation

Related to Issue [MWDAM-1878]

  1. … 29 more files in changeset.
Convert to file-scoped namespace

Related to Issue [MWDAM-1878]

    • -154
    • +153
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -162
    • +161
    ./DesignCalculatorShoulderPerPoint.cs
    • -138
    • +137
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -139
    • +138
    ./SurfaceLineHeightAdapter.cs
    • -201
    • +200
    ./SurfaceLineShoulderAdapter.cs
    • -16
    • +15
    ./SurfaceLineAdapterException.cs
  1. … 307 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-1874]

    • -12
    • +16
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -21
    • +29
    ./DesignCalculatorShoulderPerPoint.cs
    • -19
    • +25
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 384 more files in changeset.
Run clean-up to update file headers

Related to Issue [MWDAM-1854]

    • -5
    • +5
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -5
    • +5
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 319 more files in changeset.
Solved the vulnerability and some code smwlls as reported by SonarQube.

Related to Issue [MWDAM-1852]

  1. … 1 more file in changeset.
Remove unused directives

Related to Issue [MWDAM-1856]

  1. … 22 more files in changeset.
Use getters and setters for properties

Related to Issue [MWDAM-1856]

  1. … 7 more files in changeset.
Re-implemented Adapt Geometry option for OptimizedSlopeAndShoulderAdaption, model Bishop.

Related to Issue [MWDAM-1842]

    • -9
    • +45
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -7
    • +7
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 4 more files in changeset.
Added Message to MacroStabilityOutput in order to be able to pass on error information that occured during the Prepare.

Related to Issue [MWDAM-1807]

  1. … 2 more files in changeset.
Added the information to the calculation messages as requested.

Related to Issue [MWDAM-1768]

  1. … 3 more files in changeset.
Updated the headers files for the code projects after updating the template.

Related to Issue [MWDAM-1730]

    • -1
    • +1
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 262 more files in changeset.
Added extra precondition to solve failing test.

Related to Issue [MWDAM-1711]

  1. … 1 more file in changeset.
Moved HeadPl2 within Location from WaternetOptions to DesignScenario. Also removed HeadPl3 and HeadPl4 from Location.

Started fixing failing tests.

Related to Issue [MWDAM-1618]

  1. … 18 more files in changeset.
Moved PolderLevel within Location from WaternetOptions to DesignScenario.

Related to Issue [MWDAM-1618]

    • -2
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -2
    • +2
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 22 more files in changeset.
Typos fixed and improved formatting

Related to Issue [MWDAM-1554]

Re-instated deep copy and reset of surface line in PerformDesignCalculation to ensure that correct surface line is used for each individual design step in case of Piping as well as in Stability.

Related to Issue [MWDAM-1554]

Fixed the issue by taking the adaption of the surface line forward to before kernel Prepare statement. Added tests for it.

Related to Issue [MWDAM-1554]

  1. … 4 more files in changeset.
Made RequiredSafetyFactorStabilityInnerSlope, RequiredSafetyFactorStabilityOuterSlope, RequiredSafetyFactorPiping, UpliftCriterionStability and UpliftCriterionPiping required in xsd/DamLocation.xsd

Related to Issue [MWDAM-1537]

  1. … 19 more files in changeset.
Made PlLineOffsetBelowDikeToeAtPolder, PlLineOffsetBelowDikeTopAtPolder, PlLineOffsetBelowDikeTopAtRiver and PlLineOffsetBelowShoulderBaseInside required in xsd/DamLocation.xsd

Related to Issue [MWDAM-1537]

  1. … 6 more files in changeset.
SoilProfile should also be included in the calculation if the SoilProfile is of type SegmentFailureMechanismType.All

Related to Issue [MWDAM-1294]

  1. … 15 more files in changeset.
Replace type of SubSoilScenario.SegmentFailureMechanismType from FailureMechanismSystemType to SegmentFailureMechanismType

Related to Issue [MWDAM-1294]

  1. … 29 more files in changeset.
Set message when no segments with the expected failure mechanism type were found

Related to Issue [MWDAM-1231]

  1. … 7 more files in changeset.
added calculation message to PerformSingleCalculation (NoAdaption) when calculation fails, as for PerformDesignCalculation (AdaptGeometry)

Related to Issue [MWDAM-1396]

  1. … 1 more file in changeset.