Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
ad9fb85
wip: adding examples for consistency check
OmarDuran Aug 17, 2025
773121d
wip: add skeletong for an integration test
OmarDuran Aug 17, 2025
8a48f68
wip: adding test file to cmake
OmarDuran Aug 17, 2025
e21fb60
wip: refactor cmake list configuration
OmarDuran Aug 18, 2025
7f437a1
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
6c561af
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
2fc99c0
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
c527a10
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
b1e476b
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
a25454f
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
4af50ac
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
3794be6
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
2122ec0
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
b26dcc8
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
14a4e1a
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
163e0fe
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
8c07fff
wip: testing external meshes
OmarDuran Aug 18, 2025
c6ffaa3
wip: adding parametrization for three kind of meshes and inner products
OmarDuran Aug 18, 2025
1ea2f4f
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
eefa9d5
feature: extending coverage for polyhedral discretizations
OmarDuran Aug 18, 2025
f441cb2
Update src/coreComponents/integrationTest/singlePhaseFlow/polyhedralD…
OmarDuran Aug 18, 2025
70e3b6d
wip: make test compatible with CPU builds
OmarDuran Aug 18, 2025
d8ec8f2
Update src/coreComponents/integrationTest/singlePhaseFlow/polyhedralD…
OmarDuran Aug 18, 2025
2c7ad4c
Update src/coreComponents/integrationTest/singlePhaseFlow/polyhedralD…
OmarDuran Aug 18, 2025
9b6de64
Merge branch 'feat-integration-test-for-mimetic-finite-difference-sin…
OmarDuran Aug 18, 2025
3ec030a
wip: removing events block
OmarDuran Aug 18, 2025
0189aaf
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
8077a93
Update testPolyhedralDiscretizations.cpp
OmarDuran Aug 18, 2025
1f3c709
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Aug 19, 2025
0a2c914
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Aug 20, 2025
bbcb238
wip: rename example input files
OmarDuran Aug 22, 2025
21ef66c
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Aug 22, 2025
2990375
wip: fix xml includes
OmarDuran Aug 22, 2025
3a0f238
Merge branch 'feat-integration-test-for-mimetic-finite-difference-sin…
OmarDuran Aug 22, 2025
a5f62e4
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Aug 25, 2025
8f82611
bug: fix boundary conditions on SinglePhaseHybridFVM
OmarDuran Aug 26, 2025
47c15a5
Update SinglePhaseHybridFVM.cpp
OmarDuran Aug 26, 2025
28ef558
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 9, 2025
08e91c2
fix: constraint on mass flux and removing unnecessarily upwinding
OmarDuran Sep 9, 2025
14ea63b
Update SinglePhaseHybridFVMKernels.hpp
OmarDuran Sep 9, 2025
ed0d26b
Update SinglePhaseHybridFVMKernels.hpp
OmarDuran Sep 9, 2025
973ee85
Update SinglePhaseHybridFVMKernels.hpp
OmarDuran Sep 9, 2025
7e74b38
Update SinglePhaseHybridFVMKernels.hpp
OmarDuran Sep 9, 2025
fb17d87
Update SinglePhaseHybridFVMKernels.hpp
OmarDuran Sep 9, 2025
a6e8557
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 17, 2025
bd819b5
wip: removing files from old location
OmarDuran Sep 17, 2025
ae19d29
wip: relocating files to integrationTests
OmarDuran Sep 17, 2025
112848a
wip: improving conditioning I
OmarDuran Sep 17, 2025
b0dc4d0
wip: Estimate condition number for the meshes in the test.
OmarDuran Sep 17, 2025
7a5a8db
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 17, 2025
6674899
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 17, 2025
fb504d1
wip: using iterative solvers
OmarDuran Sep 18, 2025
31f6b04
wip: restore full test
OmarDuran Sep 18, 2025
cb3c750
wip: format
OmarDuran Sep 18, 2025
724fec3
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 18, 2025
b2d3fd0
wip: Solver type not supported in Trilinos interface
OmarDuran Sep 18, 2025
bc4c1bf
Merge branch 'feat-integration-test-for-mimetic-finite-difference-sin…
OmarDuran Sep 18, 2025
46b08fc
wip: direct solver is supported for all LA interfaces
OmarDuran Sep 18, 2025
e8144eb
Update SinglePhaseReservoirHybridFVM.hpp
OmarDuran Sep 19, 2025
15ce642
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 21, 2025
1f62a28
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 21, 2025
80d50c4
Merge branch 'feat-integration-test-for-mimetic-finite-difference-sin…
OmarDuran Sep 21, 2025
efbfd77
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 21, 2025
2e09da7
wip: remove implicitStepComplete
OmarDuran Sep 21, 2025
ca4dca1
wip: make code CI compliant
OmarDuran Sep 22, 2025
8b34b00
wip: make code CI compliant
OmarDuran Sep 22, 2025
6723dd4
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 23, 2025
0ce6295
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 23, 2025
6080a8b
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 23, 2025
e6fd3cf
Update CMakeLists.txt
OmarDuran Sep 23, 2025
cd4bf2c
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 23, 2025
f2828c1
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 25, 2025
f88f58a
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 26, 2025
36c23ef
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 26, 2025
a17920c
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 27, 2025
9b08468
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 27, 2025
f1d250c
wip: move data using parallelDeviceMemorySpace
OmarDuran Sep 28, 2025
0cec762
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 28, 2025
9dac06a
Update CMakeLists.txt
OmarDuran Sep 28, 2025
a1c758d
Update testSinglePhaseMFDPolyhedral.cpp
OmarDuran Sep 28, 2025
1399aa1
fix: code is finally CI compliant
OmarDuran Sep 28, 2025
53e4657
fix: restore original location
OmarDuran Sep 28, 2025
c1f3598
wip: improving example files
OmarDuran Sep 28, 2025
ffe958a
Update BASELINE_NOTES.md
OmarDuran Sep 28, 2025
df7927b
Update BASELINE_NOTES.md
OmarDuran Sep 28, 2025
2885454
Update BASELINE_NOTES.md
OmarDuran Sep 28, 2025
68fadff
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Sep 29, 2025
86ad010
wip: update base lines
OmarDuran Sep 30, 2025
e2e48a9
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
paveltomin Sep 30, 2025
eb35a4b
Update baseline path in integrated tests configuration
paveltomin Sep 30, 2025
3642a1f
Add link to integrated tests for PR #3780
paveltomin Sep 30, 2025
8f8e524
fix: remove light hack
OmarDuran Oct 1, 2025
a346cad
Merge branch 'develop' into feat-integration-test-for-mimetic-finite-…
OmarDuran Oct 1, 2025
b379cd7
Update HypreExport.cpp
OmarDuran Oct 1, 2025
61c6c64
Update HypreExport.cpp
OmarDuran Oct 1, 2025
43fe816
wip: simplify the logic and remove std::vector
OmarDuran Oct 1, 2025
b1e0894
Update HypreExport.cpp
OmarDuran Oct 1, 2025
733c3b2
Update HypreExport.cpp
OmarDuran Oct 1, 2025
206841b
wip: modify logic to use the same constructor logic.
OmarDuran Oct 2, 2025
17d92c8
wip:
OmarDuran Oct 2, 2025
2392ac1
wip: update rebase lines
OmarDuran Oct 2, 2025
497717f
wip: apply review suggestions
OmarDuran Oct 2, 2025
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
Prev Previous commit
Next Next commit
Update testSinglePhaseMFDPolyhedral.cpp
  • Loading branch information
OmarDuran committed Sep 21, 2025
commit efbfd77de2475c093f521bf1f1eed5eea038bd94
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ TEST_P( TPFAIntegrationTest, PressureFieldL2Error )
totalVolume += volume;
}

l2Error = std::sqrt( l2Error / totalVolume );
l2Error = std::sqrt( l2Error ) / totalVolume;

std::string meshFile = GetParam();
if( meshFile == "polyhedral_voronoi_regular.vtk" )
Expand Down Expand Up @@ -401,12 +401,12 @@ TEST_P( MFDIntegrationTest, PressureFieldL2Error )
real64 volume = volumes[i];
real64 pNumeric = p_h[i];
real64 pExact = 2.0 * (1.0 - x) + 1.0 * x;
std::cout << "Cell " << i << " center: " << centers[i][0] << ", p_h: " << p_h[i] << ", pExact: " << pExact << std::endl;
std::cout << "Cell " << i << " center: " << centers[i][0] << ", p_h: " << pNumeric << ", pExact: " << pExact << std::endl;
l2Error += (pNumeric - pExact) * (pNumeric - pExact) * volume;
totalVolume += volume;
}

l2Error = std::sqrt( l2Error / totalVolume );
l2Error = std::sqrt( l2Error ) / totalVolume;

auto [innerProduct, meshFile] = GetParam();
if( innerProduct == TPFA and std::string( meshFile ) != "polyhedral_voronoi_regular.vtk" )
Expand Down
Loading