11 lines
211 B
C++
11 lines
211 B
C++
|
forAll (cr, crI)
|
||
|
{
|
||
|
UEqn.setComponentReference
|
||
|
(
|
||
|
cr[crI].patchIndex(),
|
||
|
cr[crI].faceIndex(),
|
||
|
cr[crI].dir(),
|
||
|
cr[crI].value()
|
||
|
);
|
||
|
}
|