Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated the code for the changes in macro stability kernel and belonging C# wrapper.

Related to Issue [MWDAM-1682]

    • -16
    • +10
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 18 more files in changeset.
Implemented fixes to get a 1D macrostability calculation running:

- Fixed failing unit test

Related to Issue [MWDAM-1650]

    • -1
    • +1
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
Implemented fixes to get a 1D macrostability calculation running:

- Added explicit test settings

- Changed WaterpressureInterpolationModel as the enums should be zero-based instead of 1 based

- Fixed dictionary lookup issues in the FillMacroStabilityWrapperInputFromEngine

- Added newly generated file from DAMUI to the solution

Related to Issue [MWDAM-1650]

    • -9
    • +10
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 5 more files in changeset.
Fixed failing unit test:

- Transfer only the tangent lines to the KernelUpliftVanCalculationGrid when the AutoTangentLines is false, otherwise use the definitions by the kernelSearchAreaConditions

- Removed obsolete code and aliases

Related to Issue [MWDAM-1654]

    • -27
    • +7
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -9
    • +11
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 1 more file in changeset.
Fixed conversions of TangentLinesDefinition

Improve Tangentlines transfer to kernel

Related to Issue [MWDAM-1654]

    • -2
    • +2
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -11
    • +10
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 4 more files in changeset.
Improve passing of tangent lines to C#-Wrapper

Related to Issue [MWDAM-1654]

    • -5
    • +13
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 1 more file in changeset.
Add specified tangent lines to UpliftVan grid

Related to Issue [MWDAM-1654]

  1. … 1 more file in changeset.
Refactored.

Prepare for creation of tangent lines on boundary lines

Related to Issue [MWDAM-1654]

    • -1
    • +1
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -2
    • +2
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 1 more file in changeset.
Improved getting back results from C#wrapper with tests

Related to Issue [MWDAM-1627]

    • -9
    • +11
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperOutput.cs
  1. … 3 more files in changeset.
Re-instated using UpliftVanCalculationGrid.

Related to Issue [MWDAM-1627]

    • -2
    • +2
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -0
    • +29
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 2 more files in changeset.
Adapted to new version of C#wrapper, fixed some WIP-test for the wrapper.

Related to Issue [MWDAM-1627]

    • -14
    • +12
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -7
    • +6
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -2
    • +2
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 5 more files in changeset.
Incorporated comments review:

- Adjusted function names

- Removed unused variable

Related to Issue [MWDAM-1398]

  1. … 2 more files in changeset.
Adapted the calculation grid. Cleaned code a bit.

Related to Issue [MWDAM-1627]

    • -4
    • +0
    ./MacroStabilityIo/FillMacroStabilityWrapperOutputFromEngine.cs
    • -2
    • +26
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -25
    • +32
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -8
    • +4
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperOutput.cs
  1. … 4 more files in changeset.
Removed double using.

Related to Issue [MWDAM-1632]

    • -16
    • +15
    ./MacroStabilityIo/ConversionHelper.cs
Cleanup the 1D profile implementation:

- No need for separate CreateHeadLine method, as the generic method will already create one.

Related to Issue [MWDAM-1398]

  1. … 1 more file in changeset.
Added NULL checks to the converter routine:

- Generalised log message

Related to Issue [MWDAM-1398]

  1. … 4 more files in changeset.
Added testcase which represents the edgecase when multiple aquifer layers for the inebtween aquifer layer does not envelope the whole X coordinate range

Related to Issue [MWDAM-1398]

  1. … 1 more file in changeset.
Added first implementation of PLLine conversion to waternet input for 2D profiles

Related to Issue [MWDAM-1398]

  1. … 1 more file in changeset.
Implemented the required (minimum) output with tests and conversion helper. Removed some obsolete code and tests.

Related to Issue [MWDAM-1627]

    • -1
    • +35
    ./MacroStabilityIo/FillMacroStabilityWrapperOutputFromEngine.cs
    • -4
    • +38
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperOutput.cs
    • -6
    • +11
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 4 more files in changeset.
Finished the issue now soil parameters are all decoded upon and implemented.

Related to Issue [MWDAM-1632]

    • -10
    • +8
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 1 more file in changeset.
Re-implemented r=the tangent lines now these are part of the wrapper again.

Related to Issue [MWDAM-1627]

    • -6
    • +5
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -5
    • +4
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 1 more file in changeset.
Adapted failing tests due to new C#wrapper, Started with correct implementation of MacroStabilityInwardsKernelWrapper based on the C#wrapper, added conversion methods with tests for that to support some result items.

Related to Issue [MWDAM-1627]

    • -2
    • +38
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 7 more files in changeset.
Added testcase for the PLLines to Waternet converter when PLLines lie below the profile

Related to Issue [MWDAM-1398]

  1. … 1 more file in changeset.
Updated definitions for PL3 and PL4:

- Waternetline for PL3 is associated with the toplevel of the bottom most aquifer layer

- Waternetline for PL4 is associated with the toplevel of the in between aquifer layer

Related to Issue [MWDAM-1398]

  1. … 1 more file in changeset.
Quick fix for compilation errors due to new release of C#wrapper.

Related to Issue [MWDAM-1627]

    • -9
    • +11
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -3
    • +3
    ./MacroStabilityIo/ConversionHelper.cs
    • -9
    • +11
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -0
    • +7
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperOutput.cs
  1. … 3 more files in changeset.
Implemented conversions for the waternet from the DamEngine to the calculation kernel.

Related to Issue [MWDAM-1398]

    • -54
    • +54
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -52
    • +52
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 1 more file in changeset.
Adapted to review comments bar the renaming of the Fill.. classes themselves. Solved some SonarQube code smells. Complaints by SonarQube about uncovered lines are BUILLSHIT!!!!!!!!!!!!!! All the added lines are covered by the IO tests which is easily verifiable by setting some breakpoints and debugging the IO tests. You see the code is covered.

Related to Issue [MWDAM-1623]

    • -9
    • +17
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -7
    • +5
    ./MacroStabilityIo/ConversionHelper.cs
    • -12
    • +12
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
Implemented conversions for the UpliftVanCalculationGrid from the DamEngine to the calculation kernel.

Related to Issue [MWDAM-1399]

    • -18
    • +23
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -18
    • +45
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 1 more file in changeset.
Added conversion of surfaceline including test.

Related to Issue [MWDAM-1637]

    • -16
    • +16
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -15
    • +12
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 1 more file in changeset.
Added conversion for SoilProfile2D and PreconcolidationStress (as these are part of the SoilProfile2D in DamEngine) with test. Improved the Factory to rpovide the correct data needed for a FULL test of the SoilProfile2D, so with Points next to CalcPoints.

Related to Issue [MWDAM-1397]

    • -94
    • +76
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -91
    • +88
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 2 more files in changeset.