Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Periodic 3D mesh aligned with bounding cube cgal-discuss

Subject: CGAL users discussion list

List archive

[cgal-discuss] Periodic 3D mesh aligned with bounding cube cgal-discuss


Chronological Thread 
  • From: Matthew Russell <>
  • To:
  • Subject: [cgal-discuss] Periodic 3D mesh aligned with bounding cube cgal-discuss
  • Date: Mon, 15 Mar 2021 01:05:28 +0000
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-hdrordr: A9a23:jIM7Dq4fSLOybpQbKgPXwHXXdLJzesId70hD6mlaTxtJfsuE0/2/hfhz726StB89elEF3eqBNq6JXG/G+fdOi7U5EL++UGDdyQiVBa5464+K+V3dMgnf0sIY6qt6aah5D7TLbGRSqcrh+gG3H5IB7bC8gcKVrNzTxXtsUg1mApsIh2xEIzyGGU57ThQuP+tdKLOg4KN81l6dUEVSQMD+InUeReDMq5nwiZr6bXc9ayIP2U2hizWn7bK/Pjq5+lMlUz1Jyao/6mStqWHEz5Tmnfe8xBrRk1XW8o0Tot380dFObfbituElbg7hgAqpe4htMoftgAwI
  • Ironport-phdr: A9a23:xtvUERGL1hqK1i2Ab/0/HZ1Gf71MhN3EVjU92t8ck7tLN56b1NHcBiT32/xhgRfzUJnB7Loc0qyK6vGmADZfqsnQ+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAiyoAnLq8Uan4lvJqkzxxbNv3BFZ/lYyWR0KFyJgh3y/N2w/Jlt8yRRv/Iu6ctNWrjkcqo7ULJVEi0oP3g668P3uxbDSxCP5mYHXWUNjhVIGQnF4wrkUZr3ryD3q/By2CiePc3xULA0RTGv5LplRRP0lCsKMSMy/WfKgcJyka1bugqsqBN/zYDaY4+bKeRwcb/GcNMfWWZMRNxcWzBdDo6+aYYEEuoPPfxfr4n4v1YAqgGxBRWwBOPv1DBJiGL907En0+Q6CgHJwgggH9YTu3nTqdX6LrsSUfy1zKbWwzTDbfRW2Tf76IjSbxAhuuqMUqx0ccrV0kQvGAbFgU+RqYzhJT+ayuMNs22C4udmSOmghHIppRtrrTiz2scjlJPJhoQNx13Z9ih0wIc4KcO8RUNmYdCqHoZduS+aOYZqTc0vX39ktTs4x7AFuZC2cigHxYg6yxPQZPKKfYeG7xHtWuueLzp1gm9udry4hxa360egy+v8W9Go31ZFtCVFlsPAtncX1xzc7MWMV/hz/l+51DqRywze7vtILEM0mKbBNZIt3r09moAOvUnBHSL7nlj9grWMeUU+4Oeo7vzqYrX4qZ+YMI95kgT+Pb4vmsy7GOg4NgoOU3WC9eSyybHu/070TK9Fjv0xlanZv5TaKtoBqqGlBA9V154v6xe5Dzi4zNQVhWcLIE5BdR6djIXkO0vCLO7kAfq8mVigjTVmyvPeMr3kGJrNL3zDkLn7fbZ67k5R0A8zwspD55JICrEOPvzyWk32tNzYCB85KRG0w/38CNpj0oMeXXmCAqCcMKzIsF+I4vgjLPWLZI8QoDr9MeQq5+byjX8lnl8QZbWm3ZQNZ3C8B/hpPkSZYWHwjdccCmcKpREzTPfqiV2HST5cfWy+X6M65jEhCYKpF53PRo63gO/J4CDuFZJfYiVKC0uHDGzzX4SCQfYFLiyIceF7lTlRcLG9V48sylmUqRThxr5jZr7R8zEEtZ/81t914ffOjgo/8ThcAMGU0mXLRGZxyDBbDwQq1bxy9BQugmyI1rJ11qQwPewW3OtAV0IBDbCZz+F+DLjaXwvAepKNSg/jTIz5UXc+SdU+x9JIaEF4SY3KpiCG5DKjBvour5LOHIY9morT2nHwI4B2zHOUjMEJvxwdWsJKcFaeqOt6/gnXCZTOli2xmKOjdKBa1ynIpj7r8A==

Dear all,

I would like to generate periodic 3D meshes of regions bounded by
implicit functions and so I was pleased to find examples such as [1]
that do almost exactly what I want. The problem that I'm having is
that cells in the meshes generated from this example are able to lie
across the bounding unit cube, but to use the meshes in finite element
simulations I need the faces of the cells to align with the boundaries
of the cube.

For example, the CGAL example [1] (with a different implciit function)
generates meshes like [cgal.jpg], but I would like one like
[gmsh.jpg].

I haven't been able to find a way to do this in CGAL. Is it possible?

Many thanks,
Matt

[1]
https://doc.cgal.org/latest/Periodic_3_mesh_3/Periodic_3_mesh_3_2mesh_implicit_shape_8cpp-example.html

Attachment: gmsh.jpg
Description: JPEG image

Attachment: cgal.jpg
Description: JPEG image




Archive powered by MHonArc 2.6.19+.

Top of Page