OpenFOAM-5.x/src/meshTools
Henry Weller adb4fdd613 blockMesh: Added projected vertices and edges
Patch contributed by Mattijs Janssens

    - Added projected vertices
    - Added projected edges
    - Change of blockEdges API (operate on list lambdas)
    - Change of blockFaces API (pass in blockDescriptor and blockFacei)
    - Added sphere7ProjectedEdges tutorial to demonstrate vertex and edge projection
2016-10-18 14:06:23 +01:00
..
algorithms decomposePar: Speed-up decomposing with constraints 2016-07-22 17:19:21 +01:00
AMIInterpolation AMIInterpolation: Make tracking across AMI more robust 2016-08-16 11:33:27 +01:00
cellClassification Added forward declaration of friend functions 2016-05-30 08:28:35 +01:00
cellDist Doxygen documentation: Standardized the 'See also' heading 2016-06-17 17:31:34 +01:00
cellFeatures C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
cellQuality Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
coordinateSystems EulerCoordinateRotation,STARCDCoordinateRotation: Corrected typo 2016-09-03 16:46:01 +01:00
edgeFaceCirculator Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
indexedOctree Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
Make OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
mappedPatches C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
meshSearch Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
meshStructure Added forward declaration of friend functions 2016-05-30 13:21:29 +01:00
meshTools Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
momentOfInertia Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
polyMeshZipUpCells Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
primitiveMeshGeometry Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
regionCoupled C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
regionSplit decomposePar: Speed-up decomposing with constraints 2016-07-22 17:19:21 +01:00
searchableSurface blockMesh: Added projected vertices and edges 2016-10-18 14:06:23 +01:00
sets C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
surfaceSets Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
tetOverlapVolume tetOverlapVolume: adjust tolerance 2015-03-05 18:57:38 +00:00
triSurface C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
twoDPointCorrector C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00