Mentions légales du service

Skip to content

[Src][Tools] Contour utilities

Vicente Mataix Ferrándiz requested to merge contour-utilities into master
name: Feature
about: Adding an utility to generate the skin from a given mesh containing only volumes

Description Adding an utility to generate the skin from a given mesh containing only volumes

Changelog

  • Utility for contour detection for Tetra4, Hexa8, Prism6 and Prism9
  • Adding corresponding unitary pure C++ tests

How to test

  • Compile FELiScE without additional dependencies
  • Run TestsrcToolscontour_utilities in bin/${COMPILATION_MODE}/bin/tests/srcTools/contour_utilities

Misc

I am using this to post process in Vizir (the version compatible with my PC only shows the skin) the resulting mesh after extrude a triangle into Prism9. Maybe this can be useful in order to generate BC from meshes without contour, FYI @all

Merge request reports