| ... | @@ -15,6 +15,8 @@ python3 -m pip install numpy scipy matplotlib voluptuous |
... | @@ -15,6 +15,8 @@ python3 -m pip install numpy scipy matplotlib voluptuous |
|
|
# Gmsh
|
|
# Gmsh
|
|
|
python3 -m pip install gmsh
|
|
python3 -m pip install gmsh
|
|
|
```
|
|
```
|
|
|
|
SWIG 4.2.0 (default on ubuntu 24.04) has a bug. Refer to [this page](https://gitlab.uliege.be/am-dept/dartflo/-/issues/3#note_574905) to compile and install SWIG 4.2.1.
|
|
|
|
|
|
|
**Optional packages**
|
|
**Optional packages**
|
|
|
```bash
|
|
```bash
|
|
|
# CoDiPack
|
|
# CoDiPack
|
| ... | @@ -26,6 +28,7 @@ python3 -m pip install vtk |
... | @@ -26,6 +28,7 @@ python3 -m pip install vtk |
|
|
# Documentation
|
|
# Documentation
|
|
|
sudo apt install doxygen graphviz
|
|
sudo apt install doxygen graphviz
|
|
|
```
|
|
```
|
|
|
|
|
|
|
**Build**
|
|
**Build**
|
|
|
```bash
|
|
```bash
|
|
|
# Get the code
|
|
# Get the code
|
| ... | |
... | |
| ... | | ... | |