Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed redundant code

Related to Issue [MWDAM-1192]

    • -7
    • +0
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Use correct embankment material for height adaption

Use correct previous geometry for shoulder/slope adapted geometries

Related to Issue [MWDAM-1192]

    • -0
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Use correct embankment material for height adaption

Related to Issue [MWDAM-1192]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Only adapt height if desired height larger than current height

Fixed bug in shoulder design piping (was also in release 15.1 version)

Related to Issue [MWDAM-1139]

Add height adaption to design calculator

Related to Issue [MWDAM-1139]

  1. … 1 more file in changeset.
Refactored: use Shoulder Length instead of Shoulder Width

Related to Issue [MWDAM-1218]

    • -4
    • +4
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -4
    • +4
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 8 more files in changeset.
Initialize desiredShoulderLength and desiredShoulderHeight to the original instead of 0.

Created TestIfSellmeijerVnkCalculationGeneratesNoErrorWhenNewShoulderLengthIsSmaller.

Related to Issue [MWDAM-1218]

  1. … 3 more files in changeset.
Modified DesignUnsuccessful message to avoid redundant information.

Related to Issue [MWDAM-1183]

  1. … 5 more files in changeset.
In DesignCalculatorShoulderPerPoint, only perform EvaluateDesign when no exception was raised. When an exception was raised, use the exception message for the DesignCalculatorException.

Related to Issue [MWDAM-1183]

    • -9
    • +11
    ./DesignCalculatorShoulderPerPoint.cs
  1. … 1 more file in changeset.
Set safety factor to -1 when exception is raised in DesignCalculatorShoulderPerPoint.

Added HorizontalBalance to get of SafetyFactor in DesignResult

Added TestIfSellmeijerVnkCalculationResultIsSetToFailDueToShoulderWidthError

Related to Issue [MWDAM-1183]

    • -0
    • +13
    ./DesignCalculatorShoulderPerPoint.cs
  1. … 5 more files in changeset.
Adapted to review

Related to Issue [MWDAM-1208]

Fixed calculating with a changed surfaceline if multiple subsoilscenarios are calculated for design

Related to Issue [MWDAM-1200]

    • -9
    • +15
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 2 more files in changeset.
Removed log message when prepare result is NotRelevant

Related to Issue [MWDAM-1182]

  1. … 4 more files in changeset.
Fixed fail when redesign slope adaption

Related to Issue [MWDAM-1200]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Improved handling exceptions in Design calculator

Reverted firs solution in revision(s) 1327 from DamEngine/trunk/src:

Related to Issue [MWDAM-1208]

  1. … 9 more files in changeset.
Cleaned Location.

Related to Issue [MWDAM-1111]

    • -2
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -3
    • +3
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 8 more files in changeset.
Fixed unit test

Related to Issue [MWDAM-1178]

Related to Issue [MWDAM-1141]

  1. … 1 more file in changeset.
Fixed unit test

Related to Issue [MWDAM-1178]

Related to Issue [MWDAM-1141]

    • -0
    • +2
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -0
    • +2
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 2 more files in changeset.
Cleanup code

Related to Issue [MWDAM-1178]

Related to Issue [MWDAM-1141]

    • -13
    • +11
    ./DesignCalculatorShoulderPerPoint.cs
  1. … 1 more file in changeset.
Fixed unit test

Related to Issue [MWDAM-1178]

    • -0
    • +3
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 2 more files in changeset.
Fix unit test

Related to Issue [MWDAM-1141]

  1. … 1 more file in changeset.
Fix unit test

Related to Issue [MWDAM-1141]

    • -1
    • +0
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 3 more files in changeset.
Implemented PerformDesignCalculationCombinedSlopeAdaptionAndShoulderAdaption()

Moved shared methods to new class DesignCalculatorUtils

Cleanup code

Related to Issue [MWDAM-1178]

    • -84
    • +11
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
    • -0
    • +115
    ./DesignCalculatorUtils.cs
    • -2
    • +141
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 1 more file in changeset.
Improved GetDesignStrategy() method

Related to Issue [MWDAM-1141]

    • -1
    • +1
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
  1. … 7 more files in changeset.
Finished shoulder part of PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Added resource translations

Added (failing) test for OptimizedSlopeAndShoulderAdaption design method

Related to Issue [MWDAM-1141]

    • -84
    • +129
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 5 more files in changeset.
Finished slope part of PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Added methods to SurfaceLine2Extensions, needed for Slope Design calculation

Related to Issue [MWDAM-1141]

    • -128
    • +95
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 10 more files in changeset.
Add parameters to IKernelWrapper interface methods

Refactored: better names

More work on PerformDesignCalculationFirstSlopeAdaptionThenShoulderAdaption()

Related to Issue [MWDAM-1141]

    • -64
    • +60
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 7 more files in changeset.
Start of implementation of Macrostability Inwards Design

Related to Issue [MWDAM-1141]

    • -0
    • +36
    ./DesignCalculatorCombinedSlopeAndShoulderAdaption.cs
    • -0
    • +250
    ./DesignCalculatorFirstSlopeAdaptionThenShoulderAdaption.cs
  1. … 19 more files in changeset.
Refactored. Move kernel creation into deepest loop, to anticipate for parallel calculation

Related to Issue [MWDAM-1141]

Fixed for review

Related to Issue [MWDAM-1170]

  1. … 7 more files in changeset.