Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added two files to be able to create to the MAC kernel directly instead of using the C# wrapper.

Related to Issue [MWDAM-2208]

    • -0
    • +176
    ./MacroStabilityIo/InterfaceConversionHelper.cs
    • -0
    • +248
    ./MacroStabilityIo/FillMacroStabilityInterfaceInputFromEngine.cs
Moved adapting surfaceline to a higher level (surfaceline instead of geometrypointstring) to prevent removing "real" characteristic points (i.e. other than type = None). Cleaned code a bit.

Related to Issue [MWDAM-2208]

  1. … 9 more files in changeset.
Types starting with MStab are renamed with Stability

Related to Issue [MWDAM-2812]

    • -4
    • +4
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -6
    • +6
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperOutput.cs
    • -40
    • +40
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 21 more files in changeset.
Rename CalcPoints to Points and calcPoints to points.

Related to Issue [MWDAM-2768]

    • -1
    • +1
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -1
    • +1
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 42 more files in changeset.
Removed obsolete parameters and class.

Related to Issue [MWDAM-2208]

  1. … 18 more files in changeset.
Unused tolerance removed

Related to Issue [MWDAM-2803]

    • -2
    • +0
    ./MacroStabilityIo/ConversionHelper.cs
Obsolete soil properties removed from the DAM Engine xml input and Soil data object

Related to Issue [MWDAM-2803]

    • -31
    • +2
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 22 more files in changeset.
Removed GeometryPoint from GeometryPointString/GeometryLoop classes and everywhere it was used. Improved geometry generation and Clone() methods for SoilProfile2D.

Related to Issue [MWDAM-2760]

    • -1
    • +1
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
    • -4
    • +4
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 52 more files in changeset.
Unwanted validation error (about exponent m) returns by macrostability is avoided

Related to Issue [MWDAM-2762]

    • -1
    • +1
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 1 more file in changeset.
Waternet line associated to an empty PL line (no points) is not created

Related to Issue [MWDAM-2733]

  1. … 1 more file in changeset.
Remove code for reading sti files.

Related to Issue [MWDAM-2160]

  1. … 27 more files in changeset.
In-between aquifers situated at the left side of DikeToeAtPolder are not taken into account.

Unit tets added.

Related to Issue [MWDAM-2720]

  1. … 2 more files in changeset.
Fix unit test

Related to Issue [MWDAM-2474]

Fixed using the leading calculation (Uplift or Bishop) when designing

Related to Issue [MWDAM-2474]

  1. … 2 more files in changeset.
Determination of the boundaries of the in-between aquifers improved to deal with in-between aquifers cutting the not vertical geometry limit.

Unit test added.

Related to Issue [MWDAM-2716]

  1. … 5 more files in changeset.
Reimplemented remove shift, removed from xml-comments.

Related to Issue [MWDAM-2677]

Reimplemented remove shift.

Related to Issue [MWDAM-2677]

  1. … 7 more files in changeset.
Added Su Table to Dam Engine TD. Update mapping of Soil.

Related to Issue [MWDAM-2711]

    • -18
    • +2
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 1 more file in changeset.
Reverted remove shift until UI is OK.

Related to Issue [MWDAM-2677]

  1. … 9 more files in changeset.
Removed using shift as that should be a task in the UI, not in the engine.

Related to Issue [MWDAM-2677]

  1. … 8 more files in changeset.
Connect DamEngine with Mac Kernel.

Related to Issue [MWDAM-2575]

    • -1
    • +33
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 2 more files in changeset.
Clean-up in MStabParameters.cs : obsolete parameters removed

Related to Issue [MWDAM-2565]

    • -6
    • +0
    ./MacroStabilityIo/ConversionHelper.cs
  1. … 6 more files in changeset.
Adapted to review: obsolete parameter IsTangentLinesAutomatic for Bishop removed

Related to Issue [MWDAM-2665]

    • -2
    • +4
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 2 more files in changeset.
The shift of the geometry compared to the surface line is implemented and tested.

Related to Issue [MWDAM-2677]

  1. … 7 more files in changeset.
New choice (Automatic) added for Tangent line definition of UpliftVan, connected to the automatic method of Mac kernel

Related to Issue [MWDAM-2659]

    • -2
    • +4
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -1
    • +1
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 6 more files in changeset.
Search area input is improved for Bishop (to fit the input of the MAC kernel) by using a new input parameter "BishopSearchAreaDetermination" (Automatic or Specified) which replaces the search method for grid and the search method for tangent lines.

Unit tests updated.

Related to Issue [MWDAM-2665]

    • -1
    • +1
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -1
    • +1
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 12 more files in changeset.
Exception removed because object is always created

Related to Issue [MWDAM-2639]

    • -10
    • +0
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
Determination of the tangent lines levels for Specified is transfered to Mac kernel

Related to Issue [MWDAM-2639]

    • -0
    • +10
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
Determination of the tangent lines (automatic or on boundary lines) is corrected (was reversed).

Unit tests added.

Related to Issue [MWDAM-2639]

    • -92
    • +45
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
    • -3
    • +3
    ./MacroStabilityIo/FillEngineFromMacroStabilityWrapperInput.cs
  1. … 8 more files in changeset.
2 refinement steps are used for the grid and the tangent lines.

Unit tests updated with new calculated values.

Related to Issue [MWDAM-2609]

    • -0
    • +2
    ./MacroStabilityIo/FillMacroStabilityWrapperInputFromEngine.cs
  1. … 2 more files in changeset.