mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
More cleanup on headers/source for doxygen
- it also found things like size_t instead of size_type in fileName class
This commit is contained in:
@ -23,14 +23,15 @@ License
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Class
|
||||
Foam::genericPolyPatch.C
|
||||
Foam::genericPolyPatch
|
||||
|
||||
Description
|
||||
Determines a mapping between patch face centres and mesh cell centres and
|
||||
processors they're on.
|
||||
|
||||
Note: storage is not optimal. It stores all face centres and cells on
|
||||
all processors to keep the addressing calculation simple.
|
||||
Note
|
||||
Storage is not optimal. It stores all face centres and cells on all
|
||||
processors to keep the addressing calculation simple.
|
||||
|
||||
SourceFiles
|
||||
genericPolyPatch.C
|
||||
|
||||
Reference in New Issue
Block a user