Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The shift of the geometry compared to the surface line is implemented and tested.

Related to Issue [MWDAM-2677]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 7 more files in changeset.
Fix unit tests

Related to Issue [MWDAM-2472]

Related to Issue [MWDAM-2469 MWDAM-2472]

  1. … 1 more file in changeset.
Improve adapt geometry

- Use always shoulder embankment material

- Always use the original SoilProile2D to combine with the new adapted surfaceline

Related to Issue [MWDAM-2472]

Related to Issue [MWDAM-2469]

    • -3
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -6
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 2 more files in changeset.
Improve optimized first shoulder and shoulder adaption

Related to Issue [MWDAM-2469]

    • -30
    • +7
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Implement shoulder embankment material for adapt first shoulder adaption then shoulder adaption

Related to Issue [MWDAM-2472]

    • -0
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 5 more files in changeset.
Improve adapt first shoulder adaption then shoulder adaption

Related to Issue [MWDAM-2472]

    • -0
    • +5
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 1 more file in changeset.
Cleanup and reformat

Related to Issue [MWDAM-2132]

  1. … 19 more files in changeset.
Improve code: use Exists instead of Any

Related to Issue [MWDAM-2140]

Improved handling of failed stability calculations

Related to Issue [MAC-2116]

Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -2
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -17
    • +17
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 315 more files in changeset.
Now all the multicore adaption tests should succeed.

Related to Issue [MWDAM-1948]

  1. … 2 more files in changeset.
Adapted to review comments.

Related to Issue [MWDAM-1934]

  1. … 2 more files in changeset.
Renamed the method and moved it to DesignScenario (where it actually belongs).

Related to Issue [MWDAM-1934]

  1. … 3 more files in changeset.
Added extra test for Adaption (non multicore) as SonarCloud says its not covered (it is, but only in multicore). Added two words to the dictionary to prevent annoying wrong hint/problems. Solve two smells.

Related to Issue [MWDAM-1948]

  1. … 2 more files in changeset.
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.