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
/
icoFsiFoam
/
createStressMesh.H
blob
e9a08136304552124776e27e15df963e3e603a77
1
fvMesh stressMesh
2
(
3
IOobject
4
(
5
"solid",
6
runTime.timeName(),
7
runTime,
8
IOobject::MUST_READ
9
)
10
);
11
12
const volPointInterpolation& cpi = volPointInterpolation::New(stressMesh);
13