ENH: additional face constructors, cellModel methods

- support construct face from subset of labels.

- additional cellModel face() method to return a single face.

- reduce some allocations in cellModel centre/mag methods

STYLE: mark old cellModeller methods as compile-time deprecated

- deprecated in 2017, but not marked as such

STYLE: indentation, spacing in some headers
This commit is contained in:
Mark Olesen
2020-10-05 16:49:15 +02:00
parent 525ad206be
commit 0783bd28d1
53 changed files with 265 additions and 253 deletions

View File

@ -8,14 +8,13 @@
Copyright (C) 2018 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM, licensed under GNU General Public License
<http://www.gnu.org/licenses/>.
This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
Typedef
Foam::meshSubsetHelper
Description
Compatibility name. Rename (JUL-2018) as Foam::fvMeshSubsetProxy
Compatibility name. Renamed (JUL-2018) as Foam::fvMeshSubsetProxy
\*---------------------------------------------------------------------------*/