is a mesh generator based on elliptic partial differential equation.
Generate a C type mesh as bellow.
This is a header only library.
Status | Environment |
---|---|
ubuntu-latest(g++) |
The above mesh is generated from sample/main.cpp
.
cd sample
, build and run with this command, then you can get mesh.vtk
(VTK format result file) .
clang++ -O3 ./main.cpp
./a.exe
- Google Test
- Doxygen