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 branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
solvers
/
solidMechanics
/
deprecatedSolvers
/
Allwmake
blob
612815a049b490aff8db7d57d67e20dd3cedaf6c
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
4
set -x
5
6
wmake libso materialModels
7
8
wmake stressedFoam
9
wmake contactStressFoam
10
11
wmake newStressedFoam
12
wmake newContactStressFoam
13
14
wmake icoFsiFoam
15
16
wmake solidDisplacementFoam
17
wmake solidEquilibriumDisplacementFoam