Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .integrated_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baselines:
bucket: geosx
baseline: integratedTests/baseline_integratedTests-pr3986-15734-7487221
baseline: integratedTests/baseline_integratedTests-pr3967-16106-c0f34de

allow_fail:
all: ''
Expand Down
4 changes: 4 additions & 0 deletions BASELINE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This file is designed to track changes to the integrated test baselines.
Any developer who updates the baseline ID in the .integrated_tests.yaml file is expected to create an entry in this file with the pull request number, date, and their justification for rebaselining.
These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).

PR #3967 (2026-03-27) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3967-16106-c0f34de.tar.gz>
=====================
Fix 2D/3D cell co-location in parallel mesh redistribution

PR #3970 (2026-02-27) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3986-15734-7487221.tar.gz>
=====================
Corrected traction boundary conditions
Expand Down
2 changes: 1 addition & 1 deletion inputFiles/poromechanicsFractures/curvedFrac_domain.vtu

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions inputFiles/poromechanicsFractures/curvedFrac_fracture.vtu

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ decks = [
TestDeck(
name="ALM_singlephasePoromechanics_curvedFrac_smoke",
description='PoroElastic ALM conformingFracture with two curved fractures and singlePhase',
partitions=((1, 1, 1), (2, 1, 1)),
partitions=((1, 1, 1), (4, 1, 1)),
restart_step=1,
check_step=2,
restartcheck_params=RestartcheckParameters(atol=1e-05, rtol=1e-04)),
TestDeck(
name="ALM_multiphasePoromechanics_curvedFrac_smoke",
description='PoroElastic ALM conformingFracture with two curved fractures and multiPhase',
partitions=((1, 1, 1), (2, 1, 1)),
partitions=((1, 1, 1), (4, 1, 1)),
restart_step=1,
check_step=2,
restartcheck_params=RestartcheckParameters(atol=1e-05, rtol=1e-04))
Expand Down
Loading
Loading