A personal project to show my academic output and skillset.
To clone the repository,
git clone https://github.com/watf-dev/MeshGeneration.git
To add the directory to the PATH, for example,
echo 'export PATH=$PATH:/path/to/directory' >> ~/.zshrc
source ~/.zshrc
Example 2D mesh with 40 elements in x and 10 elements in y;
Example 3D mesh with 10 elements in all directions;
Example mesh for cylinder test of CFD