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
/
elasticIncrAcpSolidFoam
/
setComponentReference.H
blob
9b668f474db68c56b6f7063275b4c8afbb3a442f
1
forAll (cr, crI)
2
{
3
UEqn.setComponentReference
4
(
5
cr[crI].patchIndex(),
6
cr[crI].faceIndex(),
7
cr[crI].dir(),
8
cr[crI].value()
9
);
10
}