Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
75cf86b7
Commit
75cf86b7
authored
Jan 09, 2016
by
Henry Weller
Browse files
Correct formatting: "forAll (" -> "forAll("
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1967
parent
1eca13ae
Changes
25
Hide whitespace changes
Inline
Side-by-side
applications/solvers/heatTransfer/chtMultiRegionFoam/fluid/compressibleMultiRegionCourantNo.H
View file @
75cf86b7
...
...
@@ -15,7 +15,7 @@
);
}
/*
forAll
(porousFluidRegions, porousI)
forAll(porousFluidRegions, porousI)
{
CoNum = max
(
...
...
applications/utilities/mesh/manipulation/checkMesh/checkTopology.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -446,7 +446,7 @@ Foam::label Foam::checkTopology
if
(
returnReduce
(
mp
.
size
(),
sumOp
<
label
>
())
>
0
)
{
boundBox
bb
(
point
::
max
,
point
::
min
);
forAll
(
mp
,
i
)
forAll
(
mp
,
i
)
{
bb
.
min
()
=
min
(
bb
.
min
(),
pts
[
mp
[
i
]]);
bb
.
max
()
=
max
(
bb
.
max
(),
pts
[
mp
[
i
]]);
...
...
applications/utilities/preProcessing/viewFactorsGen/viewFactorsGen.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -381,7 +381,7 @@ int main(int argc, char *argv[])
DynamicList
<
label
>
localAgg
(
nCoarseFaces
);
forAll
(
viewFactorsPatches
,
i
)
forAll
(
viewFactorsPatches
,
i
)
{
const
label
patchID
=
viewFactorsPatches
[
i
];
...
...
@@ -689,7 +689,7 @@ int main(int argc, char *argv[])
if
(
mesh
.
nSolutionD
()
==
3
)
{
forAll
(
localCoarseSf
,
coarseFaceI
)
forAll
(
localCoarseSf
,
coarseFaceI
)
{
const
List
<
point
>&
localFineSf
=
compactFineSf
[
coarseFaceI
];
const
vector
Ai
=
sum
(
localFineSf
);
...
...
@@ -709,12 +709,12 @@ int main(int argc, char *argv[])
const
label
toPatchId
=
compactPatchId
[
compactJ
];
scalar
Fij
=
0
;
forAll
(
localFineSf
,
i
)
forAll
(
localFineSf
,
i
)
{
const
vector
&
dAi
=
localFineSf
[
i
];
const
vector
&
dCi
=
localFineCf
[
i
];
forAll
(
remoteFineSj
,
j
)
forAll
(
remoteFineSj
,
j
)
{
const
vector
&
dAj
=
remoteFineSj
[
j
];
const
vector
&
dCj
=
remoteFineCj
[
j
];
...
...
@@ -762,7 +762,7 @@ int main(int argc, char *argv[])
patchArea
[
fromPatchId
]
+=
mag
(
Ai
);
const
labelList
&
visCoarseFaces
=
visibleFaceFaces
[
coarseFaceI
];
forAll
(
visCoarseFaces
,
visCoarseFaceI
)
forAll
(
visCoarseFaces
,
visCoarseFaceI
)
{
F
[
coarseFaceI
].
setSize
(
visCoarseFaces
.
size
());
label
compactJ
=
visCoarseFaces
[
visCoarseFaceI
];
...
...
@@ -847,7 +847,7 @@ int main(int argc, char *argv[])
const
scalar
Fij
=
sum
(
F
[
compactI
]);
const
label
coarseFaceID
=
coarsePatchFace
[
coarseI
];
const
labelList
&
fineFaces
=
coarseToFine
[
coarseFaceID
];
forAll
(
fineFaces
,
fineId
)
forAll
(
fineFaces
,
fineId
)
{
const
label
faceID
=
fineFaces
[
fineId
];
viewFactorField
.
boundaryField
()[
patchID
][
faceID
]
=
Fij
;
...
...
applications/utilities/surface/surfaceSplitByTopology/surfaceSplitByTopology.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -101,7 +101,7 @@ int main(int argc, char *argv[])
{
if
(
faceZone
[
f
]
==
z
)
{
forAll
(
faceEds
[
f
],
fe
)
forAll
(
faceEds
[
f
],
fe
)
{
if
(
edFaces
[
faceEds
[
f
][
fe
]].
size
()
<
2
)
{
...
...
src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixUpdateMatrixInterfaces.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -42,7 +42,7 @@ void Foam::LduMatrix<Type, DType, LUType>::initMatrixInterfaces
||
Pstream
::
defaultCommsType
==
Pstream
::
nonBlocking
)
{
forAll
(
interfaces_
,
interfaceI
)
forAll
(
interfaces_
,
interfaceI
)
{
if
(
interfaces_
.
set
(
interfaceI
))
{
...
...
@@ -114,7 +114,7 @@ void Foam::LduMatrix<Type, DType, LUType>::updateMatrixInterfaces
OPstream
::
waitRequests
();
}
forAll
(
interfaces_
,
interfaceI
)
forAll
(
interfaces_
,
interfaceI
)
{
if
(
interfaces_
.
set
(
interfaceI
))
{
...
...
@@ -134,7 +134,7 @@ void Foam::LduMatrix<Type, DType, LUType>::updateMatrixInterfaces
const
lduSchedule
&
patchSchedule
=
this
->
patchSchedule
();
// Loop over all the "normal" interfaces relating to standard patches
forAll
(
patchSchedule
,
i
)
forAll
(
patchSchedule
,
i
)
{
label
interfaceI
=
patchSchedule
[
i
].
patch
;
...
...
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -179,7 +179,7 @@ Foam::polyBoundaryMesh::polyBoundaryMesh
{
polyPatchList
&
patches
=
*
this
;
patches
.
setSize
(
ppl
.
size
());
forAll
(
patches
,
patchI
)
forAll
(
patches
,
patchI
)
{
patches
.
set
(
patchI
,
ppl
[
patchI
].
clone
(
*
this
).
ptr
());
}
...
...
src/OpenFOAM/meshes/polyMesh/polyMeshCheck/polyMeshCheck.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -441,7 +441,7 @@ bool Foam::polyMesh::checkCellDeterminant
scalar
minDet
=
min
(
cellDeterminant
);
scalar
sumDet
=
sum
(
cellDeterminant
);
forAll
(
cellDeterminant
,
cellI
)
forAll
(
cellDeterminant
,
cellI
)
{
if
(
cellDeterminant
[
cellI
]
<
warnDet
)
{
...
...
@@ -529,7 +529,7 @@ bool Foam::polyMesh::checkFaceWeight
// Statistics only for internal and masters of coupled faces
PackedBoolList
isMasterFace
(
syncTools
::
getInternalOrMasterFaces
(
*
this
));
forAll
(
faceWght
,
faceI
)
forAll
(
faceWght
,
faceI
)
{
if
(
faceWght
[
faceI
]
<
minWeight
)
{
...
...
@@ -618,7 +618,7 @@ bool Foam::polyMesh::checkVolRatio
// Statistics only for internal and masters of coupled faces
PackedBoolList
isMasterFace
(
syncTools
::
getInternalOrMasterFaces
(
*
this
));
forAll
(
volRatio
,
faceI
)
forAll
(
volRatio
,
faceI
)
{
if
(
volRatio
[
faceI
]
<
minRatio
)
{
...
...
src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -186,7 +186,7 @@ Foam::ZoneMesh<ZoneType, MeshType>::ZoneMesh
// Nothing read. Use supplied zones
PtrList
<
ZoneType
>&
zones
=
*
this
;
zones
.
setSize
(
pzm
.
size
());
forAll
(
zones
,
zoneI
)
forAll
(
zones
,
zoneI
)
{
zones
.
set
(
zoneI
,
pzm
[
zoneI
].
clone
(
*
this
).
ptr
());
}
...
...
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshCheck/primitiveMeshTools.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -484,7 +484,7 @@ Foam::tmp<Foam::scalarField> Foam::primitiveMeshTools::cellDeterminant
}
else
{
forAll
(
c
,
cellI
)
forAll
(
c
,
cellI
)
{
const
labelList
&
curFaces
=
c
[
cellI
];
...
...
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/externalWallHeatFluxTemperature/externalWallHeatFluxTemperatureFvPatchScalarField.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -282,7 +282,7 @@ void Foam::externalWallHeatFluxTemperatureFvPatchScalarField::updateCoeffs()
scalar
totalSolidRes
=
0
.
0
;
if
(
thicknessLayers_
.
size
()
>
0
)
{
forAll
(
thicknessLayers_
,
iLayer
)
forAll
(
thicknessLayers_
,
iLayer
)
{
const
scalar
l
=
thicknessLayers_
[
iLayer
];
if
(
kappaLayers_
[
iLayer
]
>
0
.
0
)
...
...
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -109,7 +109,7 @@ turbulentTemperatureCoupledBaffleMixedFvPatchScalarField
if
(
thicknessLayers_
.
size
()
>
0
)
{
// Calculate effective thermal resistance by harmonic averaging
forAll
(
thicknessLayers_
,
iLayer
)
forAll
(
thicknessLayers_
,
iLayer
)
{
contactRes_
+=
thicknessLayers_
[
iLayer
]
/
kappaLayers_
[
iLayer
];
}
...
...
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureRadCoupledMixed/turbulentTemperatureRadCoupledMixedFvPatchScalarField.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -115,7 +115,7 @@ turbulentTemperatureRadCoupledMixedFvPatchScalarField
if
(
thicknessLayers_
.
size
()
>
0
)
{
// Calculate effective thermal resistance by harmonic averaging
forAll
(
thicknessLayers_
,
iLayer
)
forAll
(
thicknessLayers_
,
iLayer
)
{
contactRes_
+=
thicknessLayers_
[
iLayer
]
/
kappaLayers_
[
iLayer
];
}
...
...
src/dynamicMesh/extrudePatchMesh/extrudePatchMesh.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -110,7 +110,7 @@ extrudePatchMesh::extrudePatchMesh
List
<
word
>
patchTypes
(
regionPatches
.
size
());
PtrList
<
dictionary
>
dicts
(
regionPatches
.
size
());
forAll
(
dicts
,
patchI
)
forAll
(
dicts
,
patchI
)
{
if
(
!
dicts
.
set
(
patchI
))
{
...
...
@@ -122,13 +122,13 @@ extrudePatchMesh::extrudePatchMesh
dicts
[
sidePatchID
]
=
dict_
.
subDict
(
"sideCoeffs"
);
dicts
[
topPatchID
]
=
dict_
.
subDict
(
"topCoeffs"
);
forAll
(
dicts
,
patchI
)
forAll
(
dicts
,
patchI
)
{
dicts
[
patchI
].
lookup
(
"name"
)
>>
patchNames
[
patchI
];
dicts
[
patchI
].
lookup
(
"type"
)
>>
patchTypes
[
patchI
];
}
forAll
(
regionPatches
,
patchI
)
forAll
(
regionPatches
,
patchI
)
{
dictionary
&
patchDict
=
dicts
[
patchI
];
patchDict
.
set
(
"nFaces"
,
0
);
...
...
@@ -267,7 +267,7 @@ void extrudePatchMesh::extrudeMesh(const List<polyPatch*>& regionPatches)
List<word> patchTypes(regionPatches.size());
PtrList<dictionary> dicts(regionPatches.size());
forAll
(dicts, patchI)
forAll(dicts, patchI)
{
if (!dicts.set(patchI))
{
...
...
@@ -279,13 +279,13 @@ void extrudePatchMesh::extrudeMesh(const List<polyPatch*>& regionPatches)
dicts[sidePatchID] = dict_.subDict("sideCoeffs");
dicts[topPatchID] = dict_.subDict("topCoeffs");
forAll
(dicts, patchI)
forAll(dicts, patchI)
{
dicts[patchI].lookup("name") >> patchNames[patchI];
dicts[patchI].lookup("type") >> patchTypes[patchI];
}
forAll
(regionPatches, patchI)
forAll(regionPatches, patchI)
{
dictionary& patchDict = dicts[patchI];
patchDict.set("nFaces", 0);
...
...
src/finiteVolume/cfdTools/general/porosityModel/DarcyForchheimer/DarcyForchheimer.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -79,7 +79,7 @@ void Foam::porosityModels::DarcyForchheimer::calcTransformModelData()
{
if
(
coordSys_
.
R
().
uniform
())
{
forAll
(
cellZoneIDs_
,
zoneI
)
forAll
(
cellZoneIDs_
,
zoneI
)
{
D_
[
zoneI
].
setSize
(
1
);
F_
[
zoneI
].
setSize
(
1
);
...
...
src/finiteVolume/cfdTools/general/porosityModel/fixedCoeff/fixedCoeff.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -135,7 +135,7 @@ void Foam::porosityModels::fixedCoeff::calcTransformModelData()
{
if
(
coordSys_
.
R
().
uniform
())
{
forAll
(
cellZoneIDs_
,
zoneI
)
forAll
(
cellZoneIDs_
,
zoneI
)
{
alpha_
[
zoneI
].
setSize
(
1
);
beta_
[
zoneI
].
setSize
(
1
);
...
...
src/finiteVolume/fields/fvPatchFields/derived/activePressureForceBaffleVelocity/activePressureForceBaffleVelocityFvPatchVectorField.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -190,7 +190,7 @@ void Foam::activePressureForceBaffleVelocityFvPatchVectorField::autoMap
//- Note: we don't want to use Sf here since triggers rebuilding of
// fvMesh::S() which will give problems when mapped (since already
// on new mesh)
forAll
(
patch
().
boundaryMesh
().
mesh
().
faceAreas
(),
i
)
forAll
(
patch
().
boundaryMesh
().
mesh
().
faceAreas
(),
i
)
{
if
(
mag
(
patch
().
boundaryMesh
().
mesh
().
faceAreas
()[
i
])
==
0
)
{
...
...
src/finiteVolume/finiteVolume/gradSchemes/LeastSquaresGrad/LeastSquaresVectors.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013
-2016
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -68,7 +68,7 @@ void Foam::fv::LeastSquaresVectors<Stencil>::calcLeastSquaresVectors()
// including components for the "empty" directions
symmTensor
dd0
(
sqr
((
Vector
<
label
>::
one
-
mesh
.
geometricD
())
/
2
));
forAll
(
vectors_
,
i
)
forAll
(
vectors_
,
i
)
{
List
<
vector
>&
lsvi
=
vectors_
[
i
];
symmTensor
dd
(
dd0
);
...
...
src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -254,7 +254,7 @@ void Foam::pairPatchAgglomeration::mapBaseToTopAgglom
)
{
const
labelList
&
fineToCoarse
=
restrictAddressing_
[
fineLevelIndex
];
forAll
(
restrictTopBottomAddressing_
,
i
)
forAll
(
restrictTopBottomAddressing_
,
i
)
{
restrictTopBottomAddressing_
[
i
]
=
fineToCoarse
[
restrictTopBottomAddressing_
[
i
]];
...
...
src/postProcessing/functionObjects/IO/writeRegisteredObject/writeRegisteredObject.H
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -94,8 +94,6 @@ class mapPolyMesh;
class
writeRegisteredObject
{
protected:
// Private data
//- Name of this set of writeRegisteredObject
...
...
src/regionModels/regionModel/regionModel1D/regionModel1D.C
View file @
75cf86b7
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
3
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
6
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -134,7 +134,7 @@ void Foam::regionModels::regionModel1D::initialise()
{
const
vector
&
n
=
pNormals
[
localFaceI
];
const
labelList
&
faces
=
boundaryFaceFaces_
[
localPyrolysisFaceI
++
];
forAll
(
faces
,
faceI
)
forAll
(
faces
,
faceI
)
{
const
label
faceID
=
faces
[
faceI
];
nMagSf
[
faceID
]
=
regionMesh
().
Sf
()[
faceID
]
&
n
;
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment