/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) 2021 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM, distributed under GPL-3.0-or-later. Description Summary of faMesh information \*---------------------------------------------------------------------------*/ { const faBoundaryMesh& patches = aMesh.boundary(); const label nNonProcessor = patches.nNonProcessor(); const label nPatches = patches.size(); Info<< "----------------" << nl << "Mesh Information" << nl << "----------------" << nl << " " << "boundingBox: " << boundBox(aMesh.points()) << nl; Info<< " Number of points: " << returnReduce(aMesh.nPoints(), sumOp