mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: pass points, faces instead of meshedSurfRef in surfaceFieldValue
- removes a layer of opacity and may help with future restructuring
This commit is contained in:
committed by
Andrew Heather
parent
680ca78897
commit
e322894476
@ -494,7 +494,8 @@ protected:
|
||||
(
|
||||
const vectorField& Sf,
|
||||
const Field<WeightType>& weightField,
|
||||
const meshedSurf& surfToWrite
|
||||
const pointField& points,
|
||||
const faceList& faces
|
||||
);
|
||||
|
||||
//- Templated helper function to output field values
|
||||
@ -504,7 +505,8 @@ protected:
|
||||
const word& fieldName,
|
||||
const vectorField& Sf,
|
||||
const Field<WeightType>& weightField,
|
||||
const meshedSurf& surfToWrite
|
||||
const pointField& points,
|
||||
const faceList& faces
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user