repo.or.cz
/
foam-extend-4.0.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bugfix: added mapping methods to point patch vector fields that have pointField ...
[foam-extend-4.0.git]
/
tutorials
/
solidMechanics
/
stressFemFoam
/
Allrun
blob
a00fafde0050c11da47f6420e5a3568648d53b36
1
#!/bin/sh
2
3
currDir
=
`pwd`
4
application
=
`basename
$currDir
`
5
case
=
"plateHole"
6
7
tutorialPath
=
`dirname
$0
`
/
..
8
.
$WM_PROJECT_DIR
/
bin
/
tools
/
RunFunctions
9
10
(
cd
$case
;
runApplication blockMesh
)
11
(
cd
$case
;
runApplication
$application
)
12