support tetrahedra in generateStructuredMesh#1353
Conversation
| const BaseLib::ISubdivision &div_y, | ||
| const BaseLib::ISubdivision &div_z, | ||
| MathLib::Point3d const& origin = MathLib::ORIGIN, | ||
| std::string const& mesh_name = "mesh"); |
There was a problem hiding this comment.
mesh_name doxygen parameter doc missing... ✅
|
The suggested code is not generating a correct mesh. Faces of adjacent tetrahedras don't match. I need some more time to fix the issue |
|
After the coordinates are corrected, ⏩ from my side... |
161d8b5 to
b845d26
Compare
b272236 to
4f5d843
Compare
|
I believe you that you did the splitting right. Code is OK. |
|
Jenkins: OGS-6/Linux-PRs failed: https://svn.ufz.de:8443/job/OGS-6/job/Linux-PRs/2700/ |
|
Jenkins error is nothing to do with this PR. The error is in NumLib.ComponentNormMultiComponent2 |
|
travis error is nothing do with this PR. the error is in NumLib.ComponentNormSingleComponent. |
|
Then please rebase and merge. |
|
Could you please also update the documentation on the website: https://docs.opengeosys.org/docs/tools/meshing/structured-mesh-generation? |
|
@TomFischer how can I modify the doc? |
|
Never mind the docs. page for now, something is wrong with the logins... |
|
Jenkins, test this please! |
4ec726f to
e77edb0
Compare
|
OpenGeoSys development has been moved to GitLab. |
This PR adds support of tetrahedral element type in generateStructuredMesh tool