|
|
7fa53d700e
|
STYLE: minor code formatting
|
2013-07-29 12:26:36 +01:00 |
|
|
|
76fb7f8f71
|
ENH: Simplify code by using demandDrivenData functions
|
2013-07-24 12:46:36 +01:00 |
|
|
|
68167d2373
|
ENH: searchableSurface: added boundingSphere member function
|
2013-07-19 11:24:50 +01:00 |
|
|
|
57c46a6fce
|
REVERT: surfaceFeatures: Undo marking of open or non-manifold edges as NONE
|
2013-07-16 08:55:43 +01:00 |
|
|
|
00c663bca4
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-07-11 11:29:58 +01:00 |
|
|
|
8973ce9b88
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-07-11 11:28:48 +01:00 |
|
|
|
6b91eb3bae
|
BUG: searchableSphere: findNearest
|
2013-07-11 11:28:15 +01:00 |
|
|
|
35487d3bd3
|
ENH: Adding flaf for re-start to loop over uncover faces in AMI method faceAreaWeight
|
2013-07-10 12:45:12 +01:00 |
|
|
|
a11a6867c7
|
BUG: wallPoint: I/O operators missing space
|
2013-07-10 12:28:18 +01:00 |
|
|
|
5e4c161100
|
BUG: foamyHexMesh surface region names: Do not use global patch names
|
2013-07-04 12:34:25 +01:00 |
|
|
|
7f21cc34cc
|
BUG: searachableSphere: handle point on centre
|
2013-06-20 11:46:18 +01:00 |
|
|
|
6dec0262bc
|
ENH: facePointPatch: derive coupled() from polyPatch
|
2013-06-20 10:43:45 +01:00 |
|
|
|
ea94da2168
|
ENH: Documentation updates
|
2013-06-13 12:58:03 +01:00 |
|
|
|
1c68aa43fd
|
STYLE: Updated debug message
|
2013-06-12 17:34:39 +01:00 |
|
|
|
04f649f9bb
|
COMP: treeDataEdge: unused member data
|
2013-06-11 08:48:20 +01:00 |
|
|
|
707fa19e39
|
ENH: treeDataPrimitivePatch: exposed findIntersection
|
2013-06-10 11:22:24 +01:00 |
|
|
|
6e857fc8dc
|
ENH: treDataPrimitivePatch: added self intersection operator
|
2013-06-07 14:36:04 +01:00 |
|
|
|
d5414b12b6
|
ENH: PointEdgeWave: handle collocated points in new structure
|
2013-06-05 09:19:58 +01:00 |
|
|
|
2323876fb0
|
ENH: tetOverlapVolume - no overelap when volumes are zero
|
2013-06-04 12:34:50 +01:00 |
|
|
|
c644cb680b
|
Merge branch 'master' into feature/cvMesh
Conflicts:
applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
|
2013-06-03 16:27:14 +01:00 |
|
|
|
9dec55b535
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-05-31 16:40:43 +01:00 |
|
|
|
bd65c6e8be
|
ENH: Added error message if ACMI non-overlap patch is defined prior to ACMI patch
|
2013-05-31 16:16:12 +01:00 |
|
|
|
207c893a37
|
ENH: surfaceFeatures: Add feature points with 2 edges given the angle
|
2013-05-30 16:44:20 +01:00 |
|
|
|
399c65f963
|
Merge branch 'master' into feature/cvMesh
|
2013-05-30 10:34:49 +01:00 |
|
|
|
213d409f2e
|
ENH: PatchEdgeWave: new patchEdgeFaceRegions functionality
|
2013-05-28 17:27:08 +01:00 |
|
|
|
bd110e12c8
|
Merge branch 'ACMI'
|
2013-05-28 15:56:26 +01:00 |
|
|
|
0aa5613dcf
|
ENH: AMI - refactored partialFaceAreaWeightAMI to derive from faceAreaWeightAMI
|
2013-05-28 15:06:33 +01:00 |
|
|
|
16b2973fab
|
ENH: AMI - refactored normalise->conformal
|
2013-05-28 15:05:41 +01:00 |
|
|
|
0158cc6134
|
ENH: AMI - added supporting ACMI patches and boundary conditions
|
2013-05-28 12:45:16 +01:00 |
|
|
|
2f8f797134
|
ENH: AMI - added new partialFaceAreaWeightAMI option
|
2013-05-28 12:34:44 +01:00 |
|
|
|
8205da653a
|
ENH: AMI - added optional normailisation flag/function
|
2013-05-28 12:31:47 +01:00 |
|
|
|
a5a15f29c5
|
ENH: Moved cyclicAMI patches into cyclicAMI sub-folder
|
2013-05-22 18:27:36 +01:00 |
|
|
|
3a845d5192
|
ENH: Fix initial point insertion
|
2013-05-16 11:20:28 +01:00 |
|
|
|
fe32d73d5a
|
BUG: distributedTriSurfaceMesh: handle zero sized local surfaces
|
2013-05-16 11:17:54 +01:00 |
|
|
|
143a43836f
|
REVERT: Remove findNearestOpSubset from treeDataEdge and add to the application
|
2013-05-16 10:43:44 +01:00 |
|
|
|
57329f290f
|
BUG: If point is outside octree need to call getVolumeType explicitly
instead of via the octree
|
2013-05-16 10:42:25 +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 |
|
|
|
ac07dcc8a9
|
BUG: Corrected AMI nbr search across features
|
2013-05-08 11:37:33 +01:00 |
|
|
|
c87f83dc46
|
STYLE: code clean-up
|
2013-05-08 11:36:38 +01:00 |
|
|
|
9ebd8a851a
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-05-03 17:33:37 +01:00 |
|
|
|
ab48ce46ce
|
ENH: Add functor to mask the lookup of edges in an octree
|
2013-05-03 12:20:13 +01:00 |
|
|
|
7927ed2769
|
ENH: Add functor to mask the lookup of edges in an octree
|
2013-05-03 12:20:13 +01:00 |
|
|
|
02119af2c6
|
STYLE: Updated copyright year
|
2013-05-03 10:36:30 +01:00 |
|
|
|
96977d4b18
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-05-02 14:45:54 +01:00 |
|
|
|
4bcbb39c3b
|
ENH: triSurfaceSearch: Use enum
|
2013-05-02 14:31:02 +01:00 |
|
|
|
e6c9be7d61
|
ENH: triSurfaceSearch: findLineAll returns 1 hit if line goes through a surface point
|
2013-05-02 14:23:25 +01:00 |
|
|
|
7cd501f5ee
|
ENH: triSurfaceSearch: findLineAll returns 1 hit if line goes through a surface point
|
2013-05-02 14:23:25 +01:00 |
|
|
|
c3737a206b
|
Merge remote-tracking branch 'origin/master' into feature/procAgglom
|
2013-05-02 12:38:25 +01:00 |
|
|
|
c7dbe491c6
|
REVERT: Remove orientAll method
|
2013-05-02 12:07:18 +01:00 |
|
|
|
c6180019d9
|
BUG: Update AMIMethod tree to use new constructor
|
2013-05-02 12:06:58 +01:00 |
|