Ringtoets.MacroStabilityInwards.Service

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments tester: - Improved algorithm: instead of determining (Euclidean) distance between segments and points of the surfaceline, do: -- Discretize the surfaceline while it's clipped to the soil profile definition -- Look for the maximum Y coordinate of the soil profile on each discretized X coordinate of the surfaceline - Added and improved tests Related to Issue [WTI-1593]

    • -49
    • +43
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Merged from release 17.3: Incorporated comments tester: - Improved algorithm: instead of determining (Euclidean) distance between segments and points of the surfaceline, do: -- Discretize the surfaceline while it's clipped to the soil profile definition -- Look for the maximum Y coordinate of the soil profile on each discretized X coordinate of the surfaceline - Added and improved tests Related to Issue [WTI-1593]

    • -49
    • +43
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Merged from release 17.3: Incorporated comments review 2522: - Improved tests - Improved algorithm: instead of selecting X,Y coordinates at X for each layer, determine the intersections of the profile at X and retrieve its Y-coordinates Related to Issue [WTI-1593]

    • -14
    • +15
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Incorporated comments review 2522: - Improved tests - Improved algorithm: instead of selecting X,Y coordinates at X for each layer, determine the intersections of the profile at X and retrieve its Y-coordinates Related to Issue [WTI-1593]

    • -14
    • +15
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2522: - Improved tests - Improved algorithm: instead of selecting X,Y coordinates at X for each layer, determine the intersections of the profile at X and retrieve its Y-coordinates Related to Issue [WTI-1593]

    • -14
    • +15
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Incorporated comments review 2518: - Improved tests - Renamed functions and updated XMLDocs Related to Issue [WTI-1592]

    • -2
    • +2
    ./MacroStabilityInwardsInputValidator.cs
  1. … 20 more files in changeset.
Merged from release 17.3: Incorporated comments review 2523: - Improved tests - Updated XMLDocs

Related to Issue [WTI-1592]

    • -2
    • +2
    ./MacroStabilityInwardsInputValidator.cs
  1. … 19 more files in changeset.
Incorporated comments review 2518: - Improved tests - Renamed functions and updated XMLDocs Related to Issue [WTI-1592]

    • -2
    • +2
    ./MacroStabilityInwardsInputValidator.cs
  1. … 20 more files in changeset.
Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Renamed variable names

Related to Issue [WTI-1593]

    • -7
    • +7
    ./MacroStabilityInwardsInputValidator.cs
Merged from release 17.2: Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Renamed variable names

Related to Issue [WTI-1593]

    • -7
    • +7
    ./MacroStabilityInwardsInputValidator.cs
Merged from release 17.3: Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Renamed variable names

Related to Issue [WTI-1593]

    • -7
    • +7
    ./MacroStabilityInwardsInputValidator.cs
Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Changed validation: take the maximum Y coordinate for each X coordinate and compare these with the surface line instead of determining if there's any layer on the surface line

Related to Issue [WTI-1593]

    • -8
    • +37
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Merged from release 17.2: Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Changed validation: take the maximum Y coordinate for each X coordinate and compare these with the surface line instead of determining if there's any layer on the surface line

Related to Issue [WTI-1593]

    • -8
    • +37
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Merged from release 17.3: Implemented fix for no validation messages when the soil layer bottom lies on the surface line, but the top does not: - Changed validation: take the maximum Y coordinate for each X coordinate and compare these with the surface line instead of determining if there's any layer on the surface line

Related to Issue [WTI-1593]

    • -8
    • +32
    ./MacroStabilityInwardsInputValidator.cs
  1. … 1 more file in changeset.
Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline: - Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point - Added testcases for the validator Related to Issue [WTI-1592]

    • -1
    • +1
    ./MacroStabilityInwardsInputValidator.cs
  1. … 3 more files in changeset.
Merged from 17.3 release:

Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline:

- Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point

- Added testcases for the validator

Related to Issue [WTI-1592]

    • -1
    • +1
    ./MacroStabilityInwardsInputValidator.cs
  1. … 3 more files in changeset.
Merged from release 17.2:

Implemented fix for erroneous validation messages when the soil layer has its start- and end point defined on one side of the surfaceline:

- Added function in Math2D to convert line points to segments with one added segment to close the gap between start- and end point

- Added testcases for the validator

Related to Issue [WTI-1592]

    • -1
    • +1
    ./MacroStabilityInwardsInputValidator.cs
  1. … 3 more files in changeset.
Moved services from .Services to .Data for MacroStabilityInwards: - Renamed service to factory - Cleaned up unused references - Updated XMLDocs

WTI-1620

    • -61
    • +0
    ./MacroStabilityInwardsAssemblyService.cs
    • -11
    • +0
    ./Ringtoets.MacroStabilityInwards.Service.csproj
  1. … 6 more files in changeset.
- Updated XMLDoc for Assembly services: -- Except for structures - Renamed test file for Dunes

WTI-1620

    • -1
    • +1
    ./MacroStabilityInwardsAssemblyService.cs
  1. … 10 more files in changeset.
Set up a service for assembling Macro Stability Inwards failure mechanism section results

WTI-1620

    • -0
    • +61
    ./MacroStabilityInwardsAssemblyService.cs
    • -0
    • +6
    ./Ringtoets.MacroStabilityInwards.Service.csproj
  1. … 2 more files in changeset.
Review related changes. WTI-1562

    • -1
    • +1
    ./MacroStabilityInwardsCalculationActivity.cs
  1. … 57 more files in changeset.
Add notification of the section results from the failure mechanism specific data sync services. WTI-1617

    • -0
    • +1
    ./MacroStabilityInwardsDataSynchronizationService.cs
  1. … 20 more files in changeset.
Review related changes. WTI-1562

    • -2
    • +2
    ./MacroStabilityInwardsCalculationService.cs
    • -1
    • +1
    ./MacroStabilityInwardsInputValidator.cs
  1. … 11 more files in changeset.
Adapted MacroStabilityInwardsInput (only holds manual assessment level). WTI-1562

    • -3
    • +8
    ./MacroStabilityInwardsCalculationActivity.cs
Adapted MacroStabilityInwardsInput (only holds manual assessment level). WTI-1562

    • -7
    • +14
    ./MacroStabilityInwardsCalculationService.cs
    • -6
    • +12
    ./MacroStabilityInwardsInputValidator.cs
Removed MacroStabliityInwardsSemiProbabilisticOutput. WTI-1581

    • -20
    • +2
    ./MacroStabilityInwardsCalculationActivity.cs
    • -149
    • +0
    ./MacroStabilityInwardsSemiProbabilisticCalculationService.cs
    • -1
    • +0
    ./Ringtoets.MacroStabilityInwards.Service.csproj
  1. … 23 more files in changeset.
Rename Core.Common.Utils.* to Core.Common.Util.* Related to Issue [WTI-1505]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13231 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cbdb6083b66a0f5e31e8d646a50ec7b6d506babb

Former-commit-id: 1e007d66918a5408581dc8e47b78130d5cd299c5

    • -1
    • +1
    ./MacroStabilityInwardsSemiProbabilisticCalculationService.cs
    • -2
    • +2
    ./Ringtoets.MacroStabilityInwards.Service.csproj
  1. … 840 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13171 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

    • -7
    • +0
    ./Ringtoets.MacroStabilityInwards.Service.csproj
  1. … 312 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13160 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

    • -1
    • +1
    ./Ringtoets.MacroStabilityInwards.Service.csproj
  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@13156 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.