PolyhedronAndHexahedron: Add a mixed grid example
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
assigned to @mwestphal
@keu-sciviz please review
Edited by Mathieu Westphal (Kitware)added 1 commit
- cc84d372 - PolyhedronAndHexahedron: Add a mixed grid example
- I suggest commenting out writing the .vtu file out. The reason is that if someone checks out the whole repository and runs the Python example it will write to the folder that the Python example is in.
- You will need an image, just run ctest and add the resultant image to
src/Testing/Baseline/Cxx/GeometricObjects/
andsrc/Testing/Baseline/Python/GeometricObjects/
-
src/Cxx.md
and `src/Python.md need entries in the ## Geometric Objects section. - Should you need to add a description you can also create two markdown files in
src/Cxx/GeometricObjects/
andsrc/Python/GeometricObjects/
with the same name as the example (PolyhedronAndHexahedron.md), seesrc/Cxx/GeometricObjects/Cell3DDemonstration.md
for an example.
Steps 2 and 3 ensure that the web pages are generated. Also please check if WASM works on this example - it should. If not you will need to add it to
src/Admin/WASM/exclude_wasm.txt
Superseed by !404 (merged) because of LFS issues.
Please register or sign in to reply