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
Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git]
/
applications
/
solvers
/
solidMechanics
/
icoFsiElasticNonLinULSolidFoam
/
createStressMesh.H
blob
f21fad5c98b20ae6cbb22ef93e7aefd4fbe09536
1
// Info << " Reading stress mesh" << endl;
2
3
fvMesh stressMesh
4
(
5
IOobject
6
(
7
"solid",
8
runTime.timeName(),
9
runTime,
10
IOobject::MUST_READ
11
)
12
);
13