Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GeoMechanicsApplication] Updated multiple moving load tests to work and to run #11722

Merged
merged 7 commits into from
Nov 9, 2023
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
from test_k0_procedure_process import KratosGeoMechanicsK0ProcedureProcessTests
from test_geomechanics_solver import KratosGeoMechanicsSolverTests
from test_column_changing_waterlevel import KratosGeoMechanicsChangingWaterLevelTests
from test_set_multiple_moving_load_process import KratosGeoMechanicsSetMultipleMovingLoadProcessTests
from test_strain_measures import KratosGeoMechanicsStrainMeasureTests

def AssembleTestSuites():
Expand Down Expand Up @@ -74,6 +75,7 @@ def AssembleTestSuites():
KratosGeoMechanicsK0ProcedureProcessTests,
KratosGeoMechanicsSolverTests,
KratosGeoMechanicsChangingWaterLevelTests,
KratosGeoMechanicsSetMultipleMovingLoadProcessTests,
KratosGeoMechanicsStrainMeasureTests
]

Expand Down
Loading
Loading