Added testcase which represents the edgecase when multiple aquifer layers for the inebtween aquifer layer does not envelope the whole X coordinate rangeRelated to Issue [MWDAM-1398]
Added testcase which represents the edgecase when multiple aquifer layers for the bottom do not envelope the whole X coordinate rangeRelated to Issue [MWDAM-1398]
Adapted failing tests due to new C#wrapper, Started with correct implementation of MacroStabilityInwardsKernelWrapper based on the C#wrapper, added conversion methods with tests for that to support some result items. Related to Issue [MWDAM-1627]
Updated definitions for PL3 and PL4:- Waternetline for PL3 is associated with the toplevel of the bottom most aquifer layer- Waternetline for PL4 is associated with the toplevel of the in between aquifer layerRelated to Issue [MWDAM-1398]
Implemented conversions for the waternet from the DamEngine to the calculation kernel:- Expanded tests by also incorporating the geometry into accountRelated 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]
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]
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]
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]