-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add new meshes for the tests and implemente the missing one for the post-processing filter #214
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
feat: Add new meshes for the tests and implemente the missing one for the post-processing filter #214
Conversation
paloma-martinez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for me, just a few suggestions
| @@ -0,0 +1,6 @@ | |||
| Those meshes used for testing post-processing filters came from a GEOS simulation with the version of the 27th November 2025. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit number would be more relevant than day.
| Those meshes used for testing post-processing filters came from a GEOS simulation with the version of the 27th November 2025. | ||
| The XML-files used to launch the simulation came from the integrated tests of GEOS: singlePhasePoromechanics_FaultModel_well_seq_smoke.xml located [here](https://github.com/GEOS-DEV/GEOS/tree/develop/inputFiles/poromechanicsFractures) | ||
|
|
||
| The ParaView plugin "PVGeosBlockExtractAndMerge" has been use to get the vtm with the block "CellElementRegion"from the simulation pvd result. The integrated ParaView plugin "merge block" has been use to get a vtu with the data of the second time step. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The ParaView plugin "PVGeosBlockExtractAndMerge" has been use to get the vtm with the block "CellElementRegion"from the simulation pvd result. The integrated ParaView plugin "merge block" has been use to get a vtu with the data of the second time step. | |
| The ParaView plugin "PVGeosBlockExtractAndMerge" has been used to get the vtm with the block "CellElementRegion" from the simulation pvd result. The integrated ParaView plugin "merge block" has been used to get a vtu with the data of the second time step. |
This PR aims to harmonize the post-processing filter tests:
This PR close #215