Skip to content

is a mesh generator based on elliptic partial differential equation.

License

Notifications You must be signed in to change notification settings

PANFACTORY/EllipticalPAN

Repository files navigation

EllipticalPAN

is a mesh generator based on elliptic partial differential equation.
Generate a C type mesh as bellow.

This is a header only library.

CI

Status Environment
CMake ubuntu-latest(g++)

Example

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

Document

Dependency

  • Google Test
  • Doxygen

License