mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: decomposePar.C: add shortcircuit to avoid allocating point mappers
This commit is contained in:
@ -789,6 +789,14 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
|
|
||||||
// Point fields
|
// Point fields
|
||||||
|
if
|
||||||
|
(
|
||||||
|
pointScalarFields.size()
|
||||||
|
|| pointVectorFields.size()
|
||||||
|
|| pointSphericalTensorFields.size()
|
||||||
|
|| pointSymmTensorFields.size()
|
||||||
|
|| pointTensorFields.size()
|
||||||
|
)
|
||||||
{
|
{
|
||||||
labelIOList pointProcAddressing
|
labelIOList pointProcAddressing
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user