mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: simplify tetrahedron and triangle handling
- combine header definitions, more pass-through methods - face/triFace: support += operator (vertex offset)
This commit is contained in:
@ -36,7 +36,7 @@ License
|
||||
#include "triSurface.H"
|
||||
#include "triSurfaceTools.H"
|
||||
#include "Time.H"
|
||||
#include "triPoints.H"
|
||||
#include "triangle.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ License
|
||||
#include "volFields.H"
|
||||
#include "triSurfaceTools.H"
|
||||
#include "triSurface.H"
|
||||
#include "triPoints.H"
|
||||
#include "triangle.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -31,7 +31,6 @@ License
|
||||
#include "volFields.H"
|
||||
#include "edgeHashes.H"
|
||||
#include "tetCell.H"
|
||||
#include "tetPointRef.H"
|
||||
#include "DynamicField.H"
|
||||
#include "syncTools.H"
|
||||
#include "indirectPrimitivePatch.H"
|
||||
|
||||
Reference in New Issue
Block a user