Skip to content

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

About

is a mesh generator based on elliptic partial differential equation.

Topics

Resources

License

Stars

Watchers

Forks