src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged revision(s) 6441 from DamEngine/branches/DamEngine 25.1:

Copyright year in translation.xml files and Designer files updated to 2025

Related to Issue [MWDAM-2038]

........

    • -1
    • +1
    ./Deltares.DamEngine.Calculators/Translations.xml
    • -1
    • +1
    ./Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs
    • -1
    • +1
    ./Deltares.DamEngine.Data/Translations.xml
    • -1
    • +1
    ./Deltares.DamEngine.Interface/Properties/Resources.Designer.cs
  1. … 1 more file in changeset.
Cleanup code

Related to Issue [MWDAM-2925]

Cleanup code

Related to Issue [MWDAM-2925]

Cleanup code

Related to Issue [MWDAM-2925]

Completed tests

Related to Issue [MWDAM-2925]

Replaced the properties of FillMacroStabilityKernelInputFromEngine by methods, made all methods and class static. Adapted other involved code for this. Solved SonarCloud issues.

Related to Issue [MWDAM-2902]

Added transfer of sliding planes and slices

Related to Issue [MWDAM-2925]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators/DikesDesign/DesignCalculator.cs
Expected number of log messages in tests updated

Related to Issue [MWDAM-2979]

    • binary
    ./Deltares.DamEngine.IntegrationTests/TestFiles/Operational/Profile1DTests/CalculateStabilityInsideBishopGrid1_UseLocationDataOutputFile.xml
    • -253
    • +59
    ./Deltares.DamEngine.IntegrationTests/TestFiles/Operational/Profile1DTests/CalculateStabilityInsideUpliftVanBeeSwarm1OutputFile.xml
    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/DesignCalculatorTests.cs
Expected number of log messages in tests updated

Related to Issue [MWDAM-2979]

Expected number of log messages in tests updated

Related to Issue [MWDAM-2979]

    • -14
    • +14
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/ShearStrengthModelsTests.cs
Log messages from the Mac kernel filtered to get only the errors.

Commit 6374 in DAM UI reverted because the filtering is done only for the messages from the Mac kernel, not for the messages from the Dam Engine (such as that UpliftVan is not performed when no uplift occurs).

Related to Issue [MWDAM-2979]

  1. … 2 more files in changeset.
Reformat and Cleanup Deltares to update the copyright to 2025

Related to Issue [MWDAM-2038]

    • -1
    • +1
    ./Deltares.DamEngine.Data/General/PipingEnumerations.cs
    • -5
    • +6
    ./Deltares.DamEngine.Interface/FillDamFromXmlOutput.cs
    • too large
    ./Deltares.DamEngine.IntegrationTests/TestFiles/Rechter Diezedijk_BlighInputFile.xml
    • -1
    • +1
    ./Deltares.DamEngine.ConsoleRun/CommandOptions.cs
    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/OperationalStabilityProfile1DTests.cs
  1. … 382 more files in changeset.
Corrected the input writer, improvement of properties still to do.

Related to Issue [MWDAM-2902]

Implemented the test of writing the kernel input.

Related to Issue [MWDAM-2938]

Use of MathNet package removed because not found anymore

Related to Issue [MWDAM-2038]

    • -3
    • +2
    ./Deltares.DamEngine.Calculators/DikesDesign/SurfaceLineAdapter.cs
Re-instate the use of the CSharpWrapper input grid objects in class MacroStabilityOutputItem (to avoid problems just before releasing)

Related to Issue [MWDAM-2925]

Re-instate the use of the CSharpWrapper input grid objects in class MacroStabilityOutputItem (to avoid problems just before releasing)

Related to Issue [MWDAM-2925]

Fixed SonarCloud issues

Related to Issue [MWDAM-2925]

Version number updated to 25.1.0 in trunk

Related to Issue [MWDAM-2038]

nuget package of StixFileWriter updated to the signing 25.1 version of the package

Related to Issue [MWDAM-2038]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
    • -1
    • +1
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
    • -1
    • +1
    ./Deltares.DamEngine.IntegrationTests/Deltares.DamEngine.IntegrationTests.csproj
Improved class and filename

Related to Issue [MWDAM-2925]

Improved transfer of tangent lines

Related to Issue [MWDAM-2925]

Replace use of input grid properties from CSharpWrapper to those from DamEngine

Related to Issue [MWDAM-2925]

Added input grid properties from DamEngine to replace those from CSharpWrapper

Related to Issue [MWDAM-2925]

Added some more code to the input writer and cleaned code a bit.

Related to Issue [MWDAM-2902]

Renamed the conversion helper and its test. Moved the test. Added some more code to the writer.

Related to Issue [MWDAM-2902]

Added transfer of output properties

Related to Issue [MWDAM-2925]

Tests improved by setting the search method for Uplift-Van.

Safety factor for DWP 16 updated with new calculated value (due to incorrect aquifers)

Related to Issue [MWDAM-2919]

    • -0
    • +3
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs
    • -0
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityInwardsTests.cs
Unwanted change in the Debugging input file reverted.

Tutorial xml updated (aquifers of DWP_11 corrected).

Related to Issue [MWDAM-2919]

    • -0
    • +433
    ./Deltares.DamEngine.IntegrationTests/TestFiles/InputForDebugging.xml
    • too large
    ./Deltares.DamEngine.IntegrationTests/TestFiles/InputTutorialStability2D.xml
Added first test for reading kernel output

Related to Issue [MWDAM-2939]