-
Couldn't load subscription status.
- Fork 0
refactor: Move GeosBlockExtractor from geos-posp to geos-proccessing #142
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
Open
RomainBaville
wants to merge
28
commits into
main
Choose a base branch
from
RomainBaville/refactor/MoveGeosBlockExtractor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e7447e4
Move GeosBlockExtractor to geos-mesh
RomainBaville 89c8f0c
Remove getBlockFromName
RomainBaville f9b2e3f
Refactor using vtkExtractBlock instead of vtkPythonAlgorithmBase
RomainBaville bcf5d59
Update and clean the doc
RomainBaville 889f59a
Update file using GeosExtractBlock
RomainBaville 22abd05
fix the ci
RomainBaville a524d2d
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockExtractor
RomainBaville 063ee86
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockExtractor
RomainBaville e577e07
Use dataclass for the extracted domain
RomainBaville 445711f
Update the doc
RomainBaville 7d79d28
Update de doc
RomainBaville e5835d0
fix AddGeosDomainIndex function
RomainBaville 57c29e2
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockExtractor
RomainBaville c81193d
Add the test file and the test mesh
RomainBaville c22e876
Clarify the variable names and the doc
RomainBaville 70b9358
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockExtractor
RomainBaville 6a922d3
Test CI labels identification and dispatch
alexbenedicto 14ea06c
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockExtractor
alexbenedicto 757732f
Fix docs
alexbenedicto 323b315
Revert Test CI labels identification and dispatch to create a dedicat…
alexbenedicto 4fbe721
add a mesh with a well only
RomainBaville 354dae9
Add a function to get the cell dimension of a mesh
RomainBaville e782d7e
Apply Palomas and Jacques suggestion
RomainBaville 86b09f5
Merge branch 'main' into RomainBaville/refactor/MoveGeosBlockExtractor
RomainBaville 28122b5
move GeosExtractBlock in geos-processing
RomainBaville 57fa533
fix bad move
RomainBaville 0161e2b
update the doc files
RomainBaville 70fcbfb
fix doc
RomainBaville File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <?xml version="1.0"?> | ||
| <VTKFile type="vtkMultiBlockDataSet" version="1.0"> | ||
| <vtkMultiBlockDataSet> | ||
| <Block name="CellElementRegion"> | ||
| <DataSet name="domain" file="domain_res5_id.vtu"/> | ||
| <DataSet name="emptyDomain" file="domain_res5_id_empty.vtu"/> | ||
| </Block> | ||
| <Block name="SurfaceElementRegion"> | ||
| <DataSet name="fracture" file="fracture_res5_id.vtu"/> | ||
| <DataSet name="emptyFracture" file="fracture_res5_id_empty.vtu"/> | ||
| </Block> | ||
| <Block name="WellElementRegion"> | ||
| <DataSet name="well" file="well.vtu"/> | ||
| </Block> | ||
| </vtkMultiBlockDataSet> | ||
| </VTKFile> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| <VTKFile type="UnstructuredGrid" version="1.0" byte_order="LittleEndian" header_type="UInt64" compressor="vtkZLibDataCompressor"> | ||
| <UnstructuredGrid> | ||
| <Piece NumberOfPoints="11" NumberOfCells="10"> | ||
| <PointData> | ||
| <DataArray type="Float32" Name="DistanceToCenter" format="binary" RangeMin="0" RangeMax="5"> | ||
| AQAAAAAAAAAAgAAAAAAAACwAAAAAAAAAIQAAAAAAAAA=eF5jYFjgwMDQAMQOQMwAYtszgAGYhoqD5Bc4AACHAgY/ | ||
| </DataArray> | ||
| <DataArray type="Float32" Name="Polynomial" format="binary" RangeMin="1" RangeMax="11"> | ||
| AQAAAAAAAAAAgAAAAAAAACwAAAAAAAAAKAAAAAAAAAA=eF5jYGiwZ2BgcAAiIG4A4gVAfACIHwAxgyMDgwAQKwCxgSMAmJ8GpA== | ||
| </DataArray> | ||
| </PointData> | ||
| <CellData> | ||
| </CellData> | ||
| <Points> | ||
| <DataArray type="Float32" Name="Points" NumberOfComponents="3" format="binary" RangeMin="0" RangeMax="10"> | ||
| AQAAAAAAAAAAgAAAAAAAAIQAAAAAAAAAKQAAAAAAAAA=eF5jYEAGDfZIHAckJhK7AYm9AIl9AIn9AInN4IhgCiCxFeBsAJt9BjM= | ||
| <InformationKey name="L2_NORM_FINITE_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 0 | ||
| </Value> | ||
| <Value index="1"> | ||
| 10 | ||
| </Value> | ||
| </InformationKey> | ||
| <InformationKey name="L2_NORM_RANGE" location="vtkDataArray" length="2"> | ||
| <Value index="0"> | ||
| 0 | ||
| </Value> | ||
| <Value index="1"> | ||
| 10 | ||
| </Value> | ||
| </InformationKey> | ||
| </DataArray> | ||
| </Points> | ||
| <Cells> | ||
| <DataArray type="Int64" Name="connectivity" format="binary" RangeMin="0" RangeMax="10"> | ||
| AQAAAAAAAAAAgAAAAAAAAKAAAAAAAAAAJgAAAAAAAAA=eF5dxTkCABAMALA6i/8/2MCULIl4Cldu3Hnw5OTFm8//Ahb4AGU= | ||
| </DataArray> | ||
| <DataArray type="Int64" Name="offsets" format="binary" RangeMin="2" RangeMax="20"> | ||
| AQAAAAAAAAAAgAAAAAAAAFAAAAAAAAAAIwAAAAAAAAA=eF5jYoAAFijNBqU5oDQXlOaB0nxQWgBKC0FpESgNAA4QAG8= | ||
| </DataArray> | ||
| <DataArray type="UInt8" Name="types" format="binary" RangeMin="3" RangeMax="3"> | ||
| AQAAAAAAAAAAgAAAAAAAAAoAAAAAAAAACwAAAAAAAAA=eF5jZoYBAACvAB8= | ||
| </DataArray> | ||
| </Cells> | ||
| </Piece> | ||
| </UnstructuredGrid> | ||
| </VTKFile> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.