Commit Graph

28 Commits

Author SHA1 Message Date
3990302a54 Updated and simplified the Doxygen documentation 2016-06-20 21:20:28 +01:00
67de20df25 Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
450728ea84 Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
43beb06018 Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
cb65ba71d7 Made all template declarations consistent using 'class' rather than 'typename' 2016-03-22 15:02:55 +00:00
0e1787e44a polyMeshFilter.H: Updated indentation 2016-03-06 21:35:02 +00:00
4bc77e6aff Sprucing up the tutorials folder and adding -dict to "collapseEdges"
Patch provided by Bruno Santos
Resolves patch application request http://www.openfoam.org/mantisbt/view.php?id=2015
2016-03-06 19:06:44 +00:00
95d146ecdf Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
e551bdf2db ENH: polyMeshFilter: enhanced checking (for merged points, map < -1) 2013-12-09 09:05:37 +00:00
017aee8845 ENH: polyMeshFilter: Add topoSet manipulation. Remove zone manipulation. 2013-09-25 11:10:00 +01:00
0f748f3710 BUG: polyMeshFilter: Error in initialisation of pointPriority 2013-09-18 15:48:53 +01:00
b4a742fc89 ENH: collapseEdges: Points now get a priority. The higher the number, the more likely the
collapse will be towards that point
2013-09-18 15:31:58 +01:00
86c5a3a228 ENH: foamyHexMesh: Do not allow default patch types when reading patchInfo from dictionary 2013-07-11 12:31:43 +01:00
0004dc6d12 BUG: polyMeshFilter: Reduce newBadFaces 2013-06-06 11:53:46 +01:00
0b40592ac9 BUG: polyMeshFilter: Correct logic 2013-06-06 11:00:21 +01:00
3e219bf9fc ENH: polyMeshFilter: Do not allow new bad faces to be created 2013-06-06 10:38:25 +01:00
fb52acf4be ENH: Update collapesEdges to work with any supplied face zone 2013-05-31 09:42:09 +01:00
6f9823d0de Merge branch 'master' into feature/cvMesh
Conflicts:
	src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
	src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
	src/dynamicMesh/polyMeshFilter/polyMeshFilter.C
	src/meshTools/indexedOctree/treeDataPrimitivePatch.C
	src/meshTools/indexedOctree/treeDataTriSurface.C
	src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C
2013-05-08 12:20:52 +01:00
4435d64047 STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
821ef1e20b ENH: cvMesh: Better debugging info 2013-02-05 14:49:39 +00:00
4256e0a770 ENH: edgeCollapser: Make mesh checking optional and set default values for dictionary
Update biconic25-55Run35 tutorial with simplified collapseDict
2013-01-21 14:39:16 +00:00
76aa329546 ENH: Add debug to polyMeshFilter and edgeCollapser 2013-01-10 10:50:30 +00:00
ff3654956a STYLE: Code cleanup and add some comments 2013-01-10 10:50:05 +00:00
d722378fc4 ENH: cvMesh: detect and remove indirect patch faces
Find patch faces that do not result from point pairs and aggressively delete
2013-01-04 14:33:23 +00:00
9989b015a6 COMP/ENH: Update assignments to constructors to compile with clang. Add tensor->triad conversion. 2012-12-24 15:36:50 +00:00
9576a43d2d COMP: polyMeshFilter: single precision build 2012-12-12 12:21:01 +00:00
845b95522a STYLE: Correct line lengths 2012-12-12 09:41:06 +00:00
e81813a9c2 ENH: Add edgeCollapser utility and libraries.
edgeCollapser collapses small edges and faces.
Works in parallel by using PointEdgeWave.
2012-12-11 17:12:27 +00:00