mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
structuredDecomp uses finiteVolume which uses meshTools which used to use decompositionMethods
11 lines
214 B
Bash
Executable File
11 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # run from this directory
|
|
set -x
|
|
|
|
decompose/Allwmake
|
|
reconstruct/Allwmake
|
|
wmake libso distributed
|
|
|
|
|
|
# ----------------------------------------------------------------- end-of-file
|