src

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]

Corrected typo in comment.

Related to Issue [MWDAM-2208]

Obsolete code removed to decrease cognitive complexity

Related to Issue [MWDAM-2869]

Changed FileVersion from 2 to 3 in current damx files.

Related to Issue [MWDAM-2850]

Integration test extended by checking the water level of the created phreatic line

Related to Issue [MWDAM-2869]

    • -12
    • +47
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/CalamityTests.cs
Unwanted change reverted

Related to Issue [MWDAM-2869]

    • -1357
    • +359
    ./Deltares.DamEngine.IntegrationTests/TestFiles/InputForDebugging.xml
Calculation for Calamity added + unit test

Related to Issue [MWDAM-2869]

    • -0
    • +3
    ./Deltares.DamEngine.IntegrationTests/Deltares.DamEngine.IntegrationTests.csproj
    • -14
    • +97
    ./Deltares.DamEngine.Calculators/DikesOperational/OperationalCalculator.cs
    • -0
    • +1433
    ./Deltares.DamEngine.IntegrationTests/TestFiles/Calamity/PulauTekongCalamity.xml
    • -0
    • +6
    ./Deltares.DamEngine.Calculators/Properties/Resources.Designer.cs
    • -0
    • +79
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/CalamityTests.cs
    • -359
    • +1357
    ./Deltares.DamEngine.IntegrationTests/TestFiles/InputForDebugging.xml
    • -0
    • +3
    ./Deltares.DamEngine.Calculators/Properties/Resources.nl-NL.resx
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]

    • -0
    • +9
    ./Deltares.DamEngine.Data/Geometry/GeometrySurface.cs
    • -16
    • +0
    ./Deltares.DamEngine.Data/Geotechnics/SoilProfile2DSurfaceLineHelper.cs
    • -25
    • +0
    ./Deltares.DamEngine.Data/Geometry/GeometryPointString.cs
    • -3
    • +2
    ./Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs
    • -1
    • +1
    ./Deltares.DamEngine.Calculators/DikesDesign/DesignCalculatorSingle.cs
Deleted TestRunSlopeAdaptionBeforeShoulderAdaptionSucceeds.

Moved DesignBishopOptimizedSlopeAndShoulderAdaptionWithScenariosForHeadPL3CalculatesCorrect to MulticoreTests and run with 4 cores.

Related to Issue [MWDAM-2861]

    • -55
    • +0
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
    • -0
    • +42
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityInwardsTests.cs
Adapted surfaceline and geometry input for kernel by getting rid of points that are alomost the same which (sometimes) leads to accuracy problems in the kernel.

Related to Issue [MWDAM-2208]

    • -6
    • +6
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
    • -0
    • +16
    ./Deltares.DamEngine.Data/Geotechnics/SoilProfile2DSurfaceLineHelper.cs
    • -0
    • +25
    ./Deltares.DamEngine.Data/Geometry/GeometryPointString.cs
    • -2
    • +2
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/CheckLargeResultsSets.cs
Removed Ignore from tests. Made it succeed by changing the expected results.

Related to Issue [MWDAM-2861]

    • -11
    • +11
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/CheckLargeResultsSets.cs
    • -6
    • +3
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
Typo corrected

Related to Issue [MWDAM-2812]

    • -1
    • +1
    ./Deltares.DamEngine.Interface/ConversionHelper.cs
Unused files removed

Related to Issue [MWDAM-2812]

    • -9
    • +1
    ./Deltares.DamEngine.Io.Tests/Deltares.DamEngine.Io.Tests.csproj
    • -361
    • +0
    ./Deltares.DamEngine.Io.Tests/TestFiles/GrebbedijkStability4Forces.xml
    • -361
    • +0
    ./Deltares.DamEngine.Io.Tests/TestFiles/GrebbedijkStabilityVNK.xml
Types starting with MStab are renamed with Stability

Related to Issue [MWDAM-2812]

    • -4
    • +4
    ./Deltares.DamEngine.Interface/FillXmlOutputFromDam.cs
    • -38
    • +38
    ./Deltares.DamEngine.Interface.Tests/ConversionHelperTests.cs
    • -6
    • +6
    ./Deltares.DamEngine.Data/General/MStabParameters.cs
    • -5
    • +5
    ./Deltares.DamEngine.Data/General/DamFailureMechanismeCalculationSpecification.cs
    • -1
    • +1
    ./Deltares.DamEngine.Data/General/StabilityOptions.cs
    • -4
    • +4
    ./Deltares.DamEngine.Data/General/StabilityEnumerations.cs
  1. … 10 more files in changeset.
all changes reverted due to unexpected failing tests in TC (Won't do sonarcloud suggestion)

Related to Issue [MWDAM-2767]

    • -57
    • +1
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Method GetHashCode updated to avoid tests failing

Related to Issue [MWDAM-2767]

    • -14
    • +20
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Rename CalcPoints to Points and calcPoints to points.

Related to Issue [MWDAM-2768]

    • -3
    • +3
    ./Deltares.DamEngine.Data.Tests/Geometry/GeometryCurveTests.cs
Solved sonar cloud issues

Related to Issue [MWDAM-2560]

    • -1
    • +1
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -1
    • +0
    ./Deltares.DamEngine.Interface/ConversionHelper.cs
Override methods added again

Related to Issue [MWDAM-2767]

    • -1
    • +13
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Cleanup piping tests (again)

Related to Issue [MWDAM-2464]

    • -2
    • +15
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
    • -126
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_WtiSellmeijerRevisedNoPipingInputFile.xml
    • -18
    • +0
    ./Deltares.DamEngine.IntegrationTests/Deltares.DamEngine.IntegrationTests.csproj
Rename CalcPoints to Points and calcPoints to points.

Related to Issue [MWDAM-2768]

    • -7
    • +7
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SoilProfile2DTests.cs
    • -12
    • +12
    ./Deltares.DamEngine.Data.Tests/Geotechnics/SurfaceLine2Tests.cs
    • -14
    • +14
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPointSet.cs
    • -11
    • +11
    ./Deltares.DamEngine.Data/Geometry/GeometryData.cs
    • -2
    • +2
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -11
    • +11
    ./Deltares.DamEngine.Data.Tests/Geometry/GeometryLoopTests.cs
    • -1
    • +1
    ./Deltares.DamEngine.Calculators/DikesDesign/SurfaceLineAdapter.cs
    • -2
    • +2
    ./Deltares.DamEngine.Data/Geometry/GeometryGenerator.cs
    • -5
    • +5
    ./Deltares.DamEngine.Data/Geotechnics/SurfaceLine2Extensions.cs
    • -6
    • +6
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
  1. … 30 more files in changeset.
Override methods removed because TC tests fail

Related to Issue [MWDAM-2767]

    • -14
    • +0
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Fix failing test

Related to Issue [MWDAM-2464]

    • -0
    • +126
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_WtiSellmeijerRevisedNoPipingInputFile.xml
Revert Fix failing test

Related to Issue [MWDAM-2464]

Merged revision(s) 6239 from DamEngine/trunk:

    • -0
    • +18
    ./Deltares.DamEngine.IntegrationTests/Deltares.DamEngine.IntegrationTests.csproj
    • -15
    • +2
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
Fix failing test

Related to Issue [MWDAM-2464]

    • -2
    • +15
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
    • -18
    • +0
    ./Deltares.DamEngine.IntegrationTests/Deltares.DamEngine.IntegrationTests.csproj
Cleanup piping tests

Related to Issue [MWDAM-2464]

    • -134
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_WtiSellmeijerRevisedInputFile.xml
    • -0
    • +328
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingSellmeijerRevisedTests.cs
    • -116
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_BlighInputFile.xml
    • -126
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_WtiSellmeijerRevisedNoPipingInputFile.xml
    • -0
    • +144
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingAllTests.cs
    • -116
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_BlighDesignInputFile.xml
    • -312
    • +0
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/WtiPipingSellmeijerRevisedTests.cs
    • -134
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_WtiSellmeijerRevisedDesignInputFile.xml
    • -134
    • +0
    ./Deltares.DamEngine.IntegrationTests/TestFiles/PipingVoorbeeld1_WtiSellmeijerRevisedDesignHeightInputFile.xml
    • -6
    • +18
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/PipingBlighTests.cs
methods implemented again to solve sonarcloud issue

Related to Issue [MWDAM-2767]

    • -0
    • +15
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Override methods removed

Related to Issue [MWDAM-2767]

    • -26
    • +1
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Adapted to review + solved last sonar cloud issue

Related to Issue [MWDAM-2767]

    • -11
    • +72
    ./Deltares.DamEngine.Data/Geotechnics/CharacteristicPoint.cs
Adapted test value as that is what I find with 1 Core as does Trp and TC. So original value must be wrong.

Related to Issue [MWDAM-2208]

    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityInwardsTests.cs