extract explicit mesh with topology information from implicit surfaces with boolean operations, and do surface/volume integrating on them.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mckay b91ef3fe45 feat(mesh): implement and verify surface area and volume integration 2 weeks ago
.vscode temporary push 12 months ago
3rdparty fix bugs 1 year ago
application fix known bug 3 weeks ago
blobtree_structure fix known bug 3 weeks ago
data first valid runtime commit 1 year ago
frontend feat(integral): introduce Integrator into the main pipeline 3 weeks ago
implicit_arrangements first available version of v2 6 months ago
implicit_predicates first available version of v2 6 months ago
network_process style(parameteric_plane_t): change type name `parameteric_plane_t` to `parametric_plane_t` 4 weeks ago
primitive_process Merge branch 'V2-integral' into feat-integrator 3 weeks ago
shared_module Merge branch 'V2-integral' into feat-integrator 3 weeks ago
surface_integral feat(mesh): implement and verify surface area and volume integration 2 weeks ago
xmake fix header distribution of headeronly project 4 months ago
.clang-format initial commit 1 year ago
.gitignore first fully implemented version 11 months ago
.gitmodules initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
TODO.md first available version of v2 6 months ago
xmake.lua first valid runtime commit 1 year ago

README.md

ImplicitSurfaceNetwork

extract explicit mesh with topology information from implicit surfaces with boolean operations.