src

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Quick fix for compilation errors due to new release of C#wrapper.

Related to Issue [MWDAM-1627]

Activated the IO test for the input part. This now has to be successful.

Related to Issue [MWDAM-1627]

Implement parameter RatioCuPc in data model and XSD

Related to Issue [MWDAM-1625]

    • -0
    • +2
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • -6
    • +6
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
    • -0
    • +1
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • too large
    ./Deltares.DamEngine.Io/DamInput.cs
  1. … 1 more file in changeset.
Implement parameters RRatio and StrengthIncreaseExponent in data model and XSD

Related to Issue [MWDAM-1625]

    • -1
    • +2
    ./Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs
    • -35
    • +36
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
    • too large
    ./Deltares.DamEngine.Io/DamInput.cs
    • -0
    • +2
    ./Deltares.DamEngine.Interface/FillDamFromXmlInput.cs
    • -1
    • +3
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
  1. … 1 more file in changeset.
Implemented conversions for the waternet from the DamEngine to the calculation kernel:

- Expanded tests by also incorporating the geometry into account

Related to Issue [MWDAM-1398]

Implemented conversions for the waternet from the DamEngine to the calculation kernel.

Related to Issue [MWDAM-1398]

Adapted to review comments bar the renaming of the Fill.. classes themselves. Solved some SonarQube code smells. Complaints by SonarQube about uncovered lines are BUILLSHIT!!!!!!!!!!!!!! All the added lines are covered by the IO tests which is easily verifiable by setting some breakpoints and debugging the IO tests. You see the code is covered.

Related to Issue [MWDAM-1623]

Implemented trafficload with test.

Related to Issue [MWDAM-1638]

Implemented conversions for the UpliftVanCalculationGrid from the DamEngine to the calculation kernel.

Related to Issue [MWDAM-1399]

Added conversion of surfaceline including test.

Related to Issue [MWDAM-1637]

Added conversion for SoilProfile2D and PreconcolidationStress (as these are part of the SoilProfile2D in DamEngine) with test. Improved the Factory to rpovide the correct data needed for a FULL test of the SoilProfile2D, so with Points next to CalcPoints.

Related to Issue [MWDAM-1397]

    • -0
    • +2
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
Adapted to review comments.

Related to Issue [MWDAM-1633]

Corrected MoveGrid parameter for kernel. It really is NOT in the DamEngine data model but is must be set to true as we want the brute force approach.

Related to Issue [MWDAM-1633]

Fixed failing tests.

Related to Issue [MWDAM-1632]

    • -1
    • +1
    ./Deltares.DamEngine.Interface/FillXmlInputFromDam.cs
Added code and test for this. But is depends on some parameters thta are still to be added in MWDAM-1625.

Related to Issue [MWDAM-1632]

    • -1
    • +3
    ./Deltares.DamEngine.TestHelpers/Factories/FactoryForDamProjectData.cs
Checked the correctness of the GridSizeDetermination parameter. This is indeed the correct one as this parameter gets filled with GridDetermination parameter when serializing the engine data from the given xml.

Related to Issue [MWDAM-1633]

Added the properties for Stability model with test. Also prepared IO tests a little better for the other items still to be transferred.

Related to Issue [MWDAM-1633]

Fixed final 3 tests

Related to Issue [MWDAM-1623]

Implemented review comments.

Related to Issue [MWDAM-1623]

    • too large
    ./Deltares.DamEngine.Calculators/PlLinesCreator/PlLinesCreator.cs
    • -19
    • +3
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Restored tests for the assemblers:

- Removed obsolete test files

Related to Issue [MWDAM-1629]

    • -15
    • +0
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Restored tests for the assemblers:

- Put failing test to work in progress, as the XSD definition is removed as part of the old DamMacroStability kernel

Related to Issue [MWDAM-1629]

    • -0
    • +207
    ./Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DSectionAssemblerTest.cs
    • -0
    • +20
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
    • -0
    • +181
    ./Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DTo1DConverterTest.cs
Incorporated comments reviewer:

- Renamed testhelper

Related to Issue [MWDAM-1629]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
Put failing tests to WiP. These have to be checked on reuse or remove.

Came across some left over dead code in Location, removed this here too.

Related to Issue [MWDAM-1623]

Fixed failing conversion tests. Made sure Only CSharpWrapper types are used.

Related to Issue [MWDAM-1623]

Added the missing file.

Related to Issue [MWDAM-1623]

Removed old wti-libraries from the lib folder and replaced any references that were not yet done.

Related to Issue [MWDAM-1623]

    • -3
    • +2
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
    • -1
    • +1
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
  1. … 1 more file in changeset.
Added skeletons for FillEngineFromMacroStabilityWrapperInput, FillEngineFromMacroStabilityWrapperOutput, FillMacroStabilityWrapperInputFromEngine, FillMacroStabilityWrapperOutputFromEngine to replace wti serialization which is now removed. Started with adaptation of the kernelwrapper to no longer use wti-kernel but the full macro stability kernel via the C# wrapper (Issue [MWDAM-1627]). This latest issue can only be finished when all depending issues to actually fill in the data in the provided skeletons (and their belonging tests) are handled.

Made some tests WiP to reflect their proper status.

Removed remaining DAMMacroStability(xxx) files as these are now really no longer required.

Related to Issue [MWDAM-1623]

    • -30
    • +51
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
    • -15
    • +28
    ./Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
  1. … 4 more files in changeset.
Disabled multicore tests:

- Old MacroStability kernel is removed and connection is severed which causes the tests to fail

Related to Issue [MWDAM-1629]

    • -0
    • +1
    ./Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs
Renamed assembler:

- Should operate independently of whatever kernel is involved

Related to Issue [MWDAM-1629]

    • -1
    • +1
    ./Deltares.DamEngine.Calculators/General/Geometry2DTo1DConverter.cs
    • -1
    • +1
    ./Deltares.DamEngine.Calculators/Deltares.DamEngine.Calculators.csproj
Fixed typo

Related to Issue [MWDAM-1629]