... | @@ -58,6 +58,13 @@ Build PETSc: |
... | @@ -58,6 +58,13 @@ Build PETSc: |
|
make
|
|
make
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Alternatively, you can also install the pre-built binary PETSc:
|
|
|
|
```shell
|
|
|
|
cd /usr/local
|
|
|
|
curl -O https://gmsh.info/beta/petsc-Windows64.zip
|
|
|
|
unzip petsc-Windows64.zip
|
|
|
|
```
|
|
|
|
|
|
## Gmsh
|
|
## Gmsh
|
|
|
|
|
|
Download, build and install Gmsh (here we build a barebones version - see the Gmsh wiki to compile a full-featured version with OpenCASCADE, the graphical user interface, ...):
|
|
Download, build and install Gmsh (here we build a barebones version - see the Gmsh wiki to compile a full-featured version with OpenCASCADE, the graphical user interface, ...):
|
... | | ... | |