Commit Graph

990 Commits

Author SHA1 Message Date
8961e44dc5 COMP: clang caught ambiguous constructions from tmp. 2011-06-06 14:35:07 +01:00
fcfba3ade6 ENH: Refine cells with huge cellWeights. Store meshCutter in class to reuse
later.
2011-06-03 16:18:29 +01:00
1eb3cd5a52 ENH: maxLoadUnbalance control. 2011-06-03 16:15:27 +01:00
d8102fc0bc ENH: meshRefinement: use cyclicSlip for pointMotion on cyclic patches 2011-06-03 01:42:24 +01:00
4e106f076a ENH: Compiling version. Insertion query for background. Balances. 2011-05-20 20:25:53 +01:00
1a56107dd8 WIP: Remove previous parallel decomp methods. Does not compile. 2011-05-18 15:29:21 +01:00
5319c0696c STYLE: Comment tidying, changing scalar& -> scalar. 2011-05-18 15:28:15 +01:00
e7eadb768c ENH: Warn when using isSurfacePoint - it is broken. 2011-05-18 15:27:30 +01:00
db1154b862 ENH: New backgroundMeshDecomposition class. 2011-05-18 15:26:28 +01:00
4feefb6e3a ENH: Removing test parallelHierarchicalDensity... 2011-05-18 15:25:58 +01:00
c0537248fb Merge branch 'master' into cvm 2011-05-13 10:17:22 +01:00
3f81e7af00 ENH: Parallel fill and decomp of space. Initial. 2011-05-13 10:12:55 +01:00
b2d207ce2d ENH: Add basic functionality for better parallel decomp.
BUG: Wrong decision about wellInside.

STYLE: Rename variable - maxLevels to minLevels - better description.

COMP: Add decomp libs.
2011-05-13 10:11:30 +01:00
33519f1931 ENH: Remove redundant variables. 2011-05-11 13:05:08 +01:00
3abb7f2861 ENH: Skipping mixed features points. 2011-05-11 13:04:19 +01:00
0934d67f68 ENH: Updated box output within switches. 2011-05-11 13:03:43 +01:00
b9f69cd122 STYLE: Updated GPL 2 -> GPL 3 2011-05-11 11:11:03 +01:00
23bc4b0cbf ENH: Read features from constant instead of using findInstance.
Means that they work in parallel.
2011-05-05 11:45:32 +01:00
5d5c14aea6 STYLE: Comment about hard-coded switch. 2011-05-04 15:27:29 +01:00
7176af222a ENH: Temporary - remove the proper patching and used addPatches(..., false)
Stops failures when boundaries are imperfect.
2011-05-04 15:26:10 +01:00
dac5beb53a BUG/STYLE: vector type fails to compile. Using extendedFeatureEdgeMesh naming. 2011-05-03 16:33:11 +01:00
02ff182be1 Merge branch 'master' into cvm 2011-05-03 11:02:23 +01:00
560114a09f BUG: Do not create empty processor patches.
Mismatch of presence of processor patches on processors causes mesh parallel
read/check seg-faults.
2011-05-02 17:23:44 +01:00
0b5f17f30c BUG: Break no longer required as loop depth reduced - was causing referring failure. 2011-05-02 10:18:48 +01:00
b6071774f2 ENH: Always create all patches, even if they are empty.
Move the default patch before the processor patches.

Add a new boundBox to the geometry to assess the bounds of the "mesh" - really
the bounds of the Delaunay vertices which gets updated and can overlap.
2011-04-22 15:42:40 +01:00
98bfe5904a STYLE: autoLaterDriver: duplicate message 2011-04-22 11:49:45 +01:00
329f0bbe69 BUG: addPatchCellLayer: non-manifold edges on processor boundaries 2011-04-22 10:57:55 +01:00
a803f9ea2c ENH: Patches for mesh quality eval are now proc patches.
Forcing empty patches to write in parallel.
2011-04-21 18:02:40 +01:00
a3417e4596 Merge branch 'master' into cvm
Conflicts:
	tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict
	tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
2011-04-21 12:02:49 +01:00
a476822da8 ENH: Variable name tweak, restoring false to addPatches. 2011-04-21 10:08:26 +01:00
57d7a3be20 ENH: refinementFeatures: avoid searching on empty trees 2011-04-19 17:24:59 +01:00
18e94cddca ENH: meshRefinementMerge: keep cached intersections uptodate. 2011-04-13 17:21:19 +01:00
2a7df7f20b ENH: autoCellLayer: improved message 2011-04-13 17:18:45 +01:00
21ec7be069 ENH: refinementFeatures: make indexedOctree bounding box 3D 2011-04-11 13:37:41 +01:00
386dd53f44 ENH:autoSnapDriver: added support for facezones 2011-04-08 15:09:19 +01:00
f445f41408 ENH: Proper sorting of processor patches. 2011-04-08 14:22:17 +01:00
f368dc2164 ENH: No need to pre-index dual vertices, unused indices removed. 2011-04-08 14:20:57 +01:00
fe0f6a487a Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2011-04-07 14:17:08 +01:00
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
3e71574d8a ENH: snappyHexMesh: initial feature-line support 2011-04-05 11:56:57 +01:00
f37e7ff7d9 ENH: 2 or 8 procs. pointFile only inserts on one proc. 2011-04-04 17:19:45 +01:00
5fcd183b8b Merge branch 'master' into cvm 2011-04-04 10:10:56 +01:00
646f9f8b4c ENH: meshRefinement: extend test vectors for robustness.
17x indexedOctree was missing intersections which could lead to less refinement
2011-04-01 03:35:43 +01:00
1bad1265f7 Merge branch 'master' into cvm 2011-03-31 11:58:44 +01:00
9badaf93a0 ENH: Controllable first stage referral.
Bound box extension to avoid flat conformations on flat surfaces being missed.

Supplying names for obj output per iteration.
2011-03-30 16:24:02 +01:00
cdb08178e5 COMP: shellSurfaces: include file order 2011-03-30 09:58:39 +01:00
e9b5e60824 ENH: Initial dual surface intersection test localised to current processor. 2011-03-29 17:00:49 +01:00
a03404b068 ENH: Using two stage referring process to avoid over-referring.
Use the dual edge intersection method to get a sane set of initial referred
vertices, then the stricter circumsphere test to ensure completeness.

Fixing referring bug where the processor loop was bailing out after the first
processor found.

Returning to 8 procs.
2011-03-28 17:36:50 +01:00
e4397535ac BUG: autoLayerDriver.C : mapping meshPhi after adding proc boundaries. TBD. 2011-03-28 12:46:36 +01:00
f81c0abef7 Merge branch 'master' into cvm 2011-03-28 12:06:56 +01:00