src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added unit test to prove the SoilSurfaceProfile.ConvertTo2DProfile:

- Added log message to get more debug information

Related to Issue [MWDAM-1683]

    • -1
    • +2
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs
Added unit test to prove the SoilSurfaceProfile.ConvertTo2DProfile:

- Added explicit test to verify the surfaces it generates when the surfaceline is fully enveloped by a soil layer

Related to Issue [MWDAM-1683]

    • -5
    • +61
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs
Added unit test to prove the SoilSurfaceProfile.ConvertTo2DProfile:

- Added explicit test to verify the surfaces it generates.

Related to Issue [MWDAM-1683]

    • -0
    • +103
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SoilSurfaceProfileTests.cs
Improved handling for soils in profiles.

Related to Issue [MWDAM-1373]

Updated testfile for UpliftVan unit tests

Related to Issue [MWDAM-1650]

    • too large
    ./Deltares.DamEngine.IntegrationTests/TestFiles/ErrorInDGeoStabilityCalculation.xml
Fixed the unit test.

Related to Issue [MWDAM-1682]

Fixed the unit test.

Related to Issue [MWDAM-1682]

    • -2
    • +2
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
Fixed the unit test.

Related to Issue [MWDAM-1682]

Updated the code for the changes in macro stability kernel and belonging C# wrapper.

Related to Issue [MWDAM-1682]

  1. … 17 more files in changeset.
Added Bligh as comment for DAM-live calculator. Uncomment when start work on this.

Related to Issue [MWDAM-1677]

Implemented fixes to get a 1D macrostability calculation running:

- Fixed failing unit test

Related to Issue [MWDAM-1650]

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]

    • too large
    ./Deltares.DamEngine.IntegrationTests/TestFiles/DeltaDijkZoneringInwards.xml
    • -0
    • +2
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
    • -2
    • +2
    ./Deltares.DamEngine.Data/Geotechnics/WaterpressureInterpolationModel.cs
Added tests for loops/routines 2D functions.

Related to Issue [MWDAM-1373]

    • -0
    • +1
    ./Deltares.DamEngine.Data.Tests/Deltares.DamEngine.Data.Tests.csproj
    • -0
    • +628
    ./Deltares.DamEngine.Data.Tests/General/GeometryLoopTests.cs
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]

Fixed failing test.

Related to Issue [MWDAM-1373]

    • -9
    • +8
    ./Deltares.DamEngine.Data.Tests/General/GeometryDataTests.cs
Fixed TestFullCalculationFailsWithNoGrid.

Related to Issue [MWDAM-1654]

Fixed Validate by adding setting uplift grid definition parameters.

Related to Issue [MWDAM-1654]

Fixed error in determination uplift grid (do not use bishop parameters for this ;-) ).

Related to Issue [MWDAM-1654]

Make sure that 2D profile is created from surface line + 1D profile when needed.

Related to Issue [MWDAM-1373]

    • -0
    • +933
    ./Deltares.DamEngine.Data/Geometry/GeometryGenerator.cs
    • -0
    • +17
    ./Deltares.DamEngine.Data/Geometry/GeometryPointString.cs
    • -0
    • +6
    ./Deltares.DamEngine.Data.Tests/Deltares.DamEngine.Data.Tests.csproj
    • -18
    • +170
    ./Deltares.DamEngine.Data/Geometry/GeometryData.cs
    • -0
    • +12
    ./Deltares.DamEngine.Data/Geometry/GeometrySurface.cs
    • -184
    • +39
    ./Deltares.DamEngine.Data/Geotechnics/SoilProfile1D.cs
    • -0
    • +1
    ./Deltares.DamEngine.Data/Deltares.DamEngine.Data.csproj
    • -250
    • +128
    ./Deltares.DamEngine.Data/Geotechnics/SoilSurfaceProfile.cs
    • -8
    • +134
    ./Deltares.DamEngine.Data/Geometry/Routines2D.cs
    • -0
    • +281
    ./Deltares.DamEngine.Data.Tests/General/GeometryDataTests.cs
    • -1
    • +70
    ./Deltares.DamEngine.Data/Geometry/GeometryLoop.cs
    • -2
    • +25
    ./Deltares.DamEngine.Data/Geometry/GeometryCurve.cs
  1. … 3 more files in changeset.
Cleaned references and removed obsolete comment.

Related to Issue [MWDAM-1627]

    • -43
    • +2
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
    • -24
    • +0
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Fixed conversions of TangentLinesDefinition

Improve Tangentlines transfer to kernel

Related to Issue [MWDAM-1654]

    • -5
    • +5
    ./Deltares.DamEngine.Interface/ConversionHelper.cs
    • -4
    • +4
    ./Deltares.DamEngine.Interface.Tests/ConversionHelperTests.cs
    • -1
    • +1
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
Set failing tests to WorkInProgress

Related to Issue [MWDAM-1654]

Improve passing of tangent lines to C#-Wrapper

Related to Issue [MWDAM-1654]

Fix build

Related to Issue [MWDAM-1654]

Add specified tangent lines to UpliftVan grid

Related to Issue [MWDAM-1654]

Refactored.

Prepare for creation of tangent lines on boundary lines

Related to Issue [MWDAM-1654]

Refactored.

Related to Issue [MWDAM-1654]

    • -1
    • +23
    ./Deltares.DamEngine.Data/General/SoilGeometryProbability.cs
First implementation of UpliftVan grid creation (specified grids and tangent lines)

Related to Issue [MWDAM-1654]

Improved getting back results from C#wrapper with tests

Related to Issue [MWDAM-1627]

Improved wrapper and test.

Related to Issue [MWDAM-1627]