Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Determination of the tangent lines levels for Specified is reverted because needed by Mac kernel

Related to Issue [MWDAM-2639]

  1. … 2 more files in changeset.
Determination of the tangent lines (automatic or on boundary lines) is corrected (was reversed).

Unit tests added.

Related to Issue [MWDAM-2639]

  1. … 8 more files in changeset.
The determination of the position of the Uplift Van grid with specified size is improved by using the point with the lowest uplift factor as grid boundary

Related to Issue [MWDAM-2608]

    • -2
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 9 more files in changeset.
Corrected DetermineGridsFromSettings and added unit tests.

Related to Issue [MWDAM-2600]

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

Related to Issue [MWDAM-2469]

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

Related to Issue [MWDAM-2472]

    • -1
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 6 more files in changeset.
Refactoring: comments improved + unused method DetermineStabilityUplift removed

Related to Issue [MWDAM-2226]

    • -1
    • +0
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Removed liquefaction, implemented All for stability (inwards and outwards). Re-instated the stability test based on All.

Related to Issue [MWDAM-1979]

    • -1
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Expected path of the fictive Uplift-Van results added

Related to Issue [MWDAM-2439]

    • -0
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
Unit tests updated with extra output

Related to Issue [MWDAM-2421]

    • -1
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 2 more files in changeset.
Sonarcloud issue solved

Related to Issue [MWDAM-2426]

    • -1
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
Adding results is improved in FillEngineFromMacroStabilityWrapperOutput

Related to Issue [MWDAM-2426]

    • -8
    • +5
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 2 more files in changeset.
Case where no results available is better handled.

Related to Issue [MWDAM-2426]

    • -25
    • +37
    ./MacroStabilityInwardsKernelWrapper.cs
Model Bishop/UpliftVan is now better calculated by :

- always using Grid for Bishop even if Beeswarm was selected in UI

- adding fictive UpliftVan design results if no calculated due to no uplift

Related to Issue [MWDAM-2426]

    • -9
    • +10
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 3 more files in changeset.
Adapted to review

Related to Issue [MWDAM-2132]

    • -10
    • +0
    ./MacroStabilityInwardsKernelWrapper.cs
Waternet is created based on SoilProfile1D when available

Related to Issue [MWDAM-2369]

    • -5
    • +2
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 4 more files in changeset.
Removed minimumCircleDepth from MStabCalculationOptions

Related to Issue [MWDAM-2255]

    • -3
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 2 more files in changeset.
The waternet creator based on 2D geometry is used instead of the one based on 1D.

Related to Issue [MWDAM-2251]

    • -7
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 1 more file in changeset.
Commit 5016 reverted due to unexpected failing unit tests

Related to Issue [MWDAM-2251]

    • -1
    • +6
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 1 more file in changeset.
The waternet creator based on 2D geometry is used instead of the one based on 1D.

Related to Issue [MWDAM-2251]

    • -6
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 1 more file in changeset.
Added test MacroStabilityCommonHelperTests.GivenSoilGeometryProbabilityWithSoilProfile1DAndSurfaceLineWhenCombiningThenSoilProfile2DIsCreated()

Made most MacroStabilityCommonHelper methods static

Related to Issue [MWDAM-2132]

    • -22
    • +22
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Prepare for implementation of combining surfaceline with SoilProfile2D

Related to Issue [MWDAM-2132]

    • -2
    • +2
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 2 more files in changeset.
Waternet type "Linear" implemented including unit tests

Related to Issue [MWDAM-2201]

    • -1
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 4 more files in changeset.
Adapted to review: class name improved

Related to Issue [MWDAM-2190]

    • -1
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 3 more files in changeset.
Check if surface-line does not exceed the boundaries of the SoilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +10
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 6 more files in changeset.
Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -3
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 324 more files in changeset.
First repair some things in Adaption calculations themselves:

- give CircleSurfacePointRightXCoordinate a proper value

- remove unused CircleSurfacePointLeftXCoordinate

- make sure centerOfLeftGridXCoordinate is given a proper value when IsGridAutomatic = true.

Related to Issue [MWDAM-1948]

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

Related to Issue [MWDAM-1934]

    • -3
    • +3
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 9 more files in changeset.
Improved tests to check more; extended the error messages with stack trace information.

Added check on null in Routines2D to prevent errors.

Related to Issue [MWDAM-1889]

    • -1
    • +1
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 5 more files in changeset.
Made Static class/methods in MacroStabilityCommonHelper non static.

Related to Issue [MWDAM-1889]

    • -24
    • +33
    ./MacroStabilityInwardsKernelWrapper.cs
  1. … 2 more files in changeset.