30 Foam::fvFieldReconstructor::fvFieldReconstructor
33 const PtrList<fvMesh>& procMeshes,
34 const PtrList<labelIOList>& faceProcAddressing,
35 const PtrList<labelIOList>& cellProcAddressing,
36 const PtrList<labelIOList>& boundaryProcAddressing
40 procMeshes_(procMeshes),
41 faceProcAddressing_(faceProcAddressing),
42 cellProcAddressing_(cellProcAddressing),
43 boundaryProcAddressing_(boundaryProcAddressing)