description | This is a mirror repository of the new location for engrid@github |
homepage URL | http://engits.eu |
repository URL | https://github.com/enGits/engrid.git |
owner | wyldckat+repo@gmail.com |
last change | Fri, 19 Apr 2024 07:14:13 +0000 (19 09:14 +0200) |
last refresh | Thu, 21 Nov 2024 07:34:42 +0000 (21 08:34 +0100) |
mirror URL | git://repo.or.cz/engrid-github.git |
https://repo.or.cz/engrid-github.git | |
ssh://git@repo.or.cz/engrid-github.git | |
bundle info | engrid-github.git downloadable bundles |
content tags |
enGrid is a mesh generation software with CFD applications in mind. It supports automatic prismatic boundary layer grids for Navier-Stokes simulations and has a Qt based GUI.
A Doxygen created source code documentation can be found here:
http://todtnau.engits.de/engrid-doc/master/html
The documentation is updated automatically and should contain the correct documentation latest one day after a commit to the master branch.
Due significant changes to the enGrid codebase, only the master branch version of enGrid is actively supported. The code now makes use of the CMake build system, which should simplify compilation.
The main dependencies for enGrid are:
VTK needs to be compiled with Qt support, as enGrid depends on QVtkWidget. The plan is to move to qt5 in the near future, which would also allow to upgrade to the latest version of VTK.
enGrid was successfully compiled on Ubuntu 16.04 (Xenial Xerus) with the following dependency versions:
As Ubuntu 16.04 only has Qt 5 support for VTK, VTK had to be compiled locally. The VTK build was configured using the following command:
cmake -DCMAKE_BUILD_TYPE=Release -DVTK_Group_Qt=ON -DCMAKE_INSTALL_PREFIX=/the/path/of/your/choice
enGrid can then be configured and compiled in a separate build directory using:
ccmake ..\src
pressing [c]
to configure, pressing [c]
a second time to accept the changes, and pressing [g]
to generate the Makefiles and exit. The code can then be compiled and installed using make:
make -j8 install
11 years ago | before_new_projection | state before re-writing the surface... | tag | commitlog |
11 years ago | 1.4.0 | commitlog | ||
12 years ago | fe_alternative | trying an alternative approach... | tag | commitlog |
7 months ago | master | logtree |
6 years ago | geometry_fixing | logtree |
7 years ago | release-1.4 | logtree |
8 years ago | wip-unsorted | logtree |
10 years ago | qt5 | logtree |
10 years ago | new_concept | logtree |
10 years ago | windows | logtree |
11 years ago | windows-engits | logtree |
11 years ago | windows-1.4 | logtree |
12 years ago | release-1.3 | logtree |
12 years ago | windows-1.3 | logtree |