Commit Graph

20 Commits

Author SHA1 Message Date
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