repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/nr/multiSolverFix' into nextRelease
[foam-extend-3.2.git]
/
src
/
dynamicMesh
/
Allwmake
blob
67830a8e42bd9ab5d1c4f9e4c04922e976590828
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
wmake libso dynamicMesh
6
7
# Make meshMotion solvers
8
meshMotion
/
Allwmake
9
10
wmake libso dynamicFvMesh
11
wmake libso topoChangerFvMesh
12
13
# ----------------------------------------------------------------- end-of-file