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
Remove trailing whitespace systematically
[foam-extend-3.2.git]
/
applications
/
solvers
/
solidMechanics
/
stressFemFoam
/
createFemFields.H
blob
a8fc66fefbfbd7885b4b3e6a535fcb36c124145f
1
// Create displacement field
2
tetPointVectorField U
3
(
4
IOobject
5
(
6
"U",
7
runTime.timeName(),
8
mesh,
9
IOobject::MUST_READ,
10
IOobject::AUTO_WRITE
11
),
12
tetMesh
13
);