-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip: VTK DataRepo and VTKMeshGenerator
- Loading branch information
Lionel Untereiner
committed
Sep 9, 2024
1 parent
3de3a70
commit 8d73ee0
Showing
12 changed files
with
168 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
|
||
==== ==== ============================ | ||
Name Type Description | ||
==== ==== ============================ | ||
(no documentation available) | ||
==== ==== ============================ | ||
============================= ==== ======= ======================================== | ||
Name Type Default Description | ||
============================= ==== ======= ======================================== | ||
VTKHierarchicalDataRepository node :ref:`XML_VTKHierarchicalDataRepository` | ||
============================= ==== ======= ======================================== | ||
|
||
|
10 changes: 5 additions & 5 deletions
10
src/coreComponents/schema/docs/ExternalDataRepository_other.rst
This file contains 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
|
||
==== ==== ============================ | ||
Name Type Description | ||
==== ==== ============================ | ||
(no documentation available) | ||
==== ==== ============================ | ||
============================= ==== ================================================== | ||
Name Type Description | ||
============================= ==== ================================================== | ||
VTKHierarchicalDataRepository node :ref:`DATASTRUCTURE_VTKHierarchicalDataRepository` | ||
============================= ==== ================================================== | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
src/coreComponents/schema/docs/VTKHierarchicalDataRepository.rst
This file contains 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,11 @@ | ||
|
||
|
||
============================= ============ ======== =========================================== | ||
Name Type Default Description | ||
============================= ============ ======== =========================================== | ||
file groupNameRef required Path to the mesh file | ||
name groupName required A name is required for any non-unique nodes | ||
VTKHierarchicalDataRepository node :ref:`XML_VTKHierarchicalDataRepository` | ||
============================= ============ ======== =========================================== | ||
|
||
|
9 changes: 9 additions & 0 deletions
9
src/coreComponents/schema/docs/VTKHierarchicalDataRepository_other.rst
This file contains 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,9 @@ | ||
|
||
|
||
============================= ==== ================================================== | ||
Name Type Description | ||
============================= ==== ================================================== | ||
VTKHierarchicalDataRepository node :ref:`DATASTRUCTURE_VTKHierarchicalDataRepository` | ||
============================= ==== ================================================== | ||
|
||
|
Oops, something went wrong.