Commit Graph

1003 Commits

Author SHA1 Message Date
fdeaf393d7 ENH: surfaceFeatures: special case for minCos=1 2012-05-29 10:37:56 +01:00
bfbb22d6d9 ENH: Updated templating in AMI code 2012-05-24 13:03:16 +01:00
7df32db65a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-14 09:54:47 +01:00
42cde11f03 ENH: topoSet: handle regions 2012-05-14 09:52:56 +01:00
8e91b8f0fd BUG: Corrected AMI when running in parallel 2012-05-11 14:24:22 +01:00
1f5f4579e5 BUG: Use combineOp not binary Op 2012-05-11 13:02:07 +01:00
69eebfc5d3 ENH: Corrected ambiguities between binary/combine ops for AMI 2012-05-11 12:32:10 +01:00
6da2bb9483 Updated headers 2012-04-26 15:17:50 +01:00
87dc042618 LduMatrix: Added support for AMI and jump conditions 2012-04-26 15:17:35 +01:00
2c9d42c9b0 Updated headers 2012-04-23 15:36:58 +01:00
8a41c1538c lduInterfaceField: Simplified arguments to initInterfaceMatrix and updateInterfaceMatrix 2012-04-23 15:36:33 +01:00
cd82a0f5f4 Remove trailing whitespace 2012-04-20 10:20:46 +01:00
8980559ecd ENH: meshTools: Add functions to write lines and vectors to .obj files 2012-04-20 09:18:46 +01:00
5682987dc7 Updated headers 2012-04-17 16:49:03 +01:00
cd51a5eea3 Consistency: Changed exponent FORTRAN style 'E' to C style 'e' 2012-04-17 16:48:27 +01:00
03c739f09e BUG: geompack.C: indexing error 2012-04-16 17:52:45 +01:00
c8af778231 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-04-16 11:37:21 +01:00
7435d65a60 ENH: Corrected ambiguous construction from tmp msgs (llvm/clang) 2012-04-16 10:05:13 +01:00
37de1d4bad ENH: timeVaryingMappedFixedValuePoint: pointField version of timeVaryingMapped 2012-04-12 17:40:05 +01:00
928d81c282 ENH: cvMeshSurfaceSimplify: make robust for open surfaces 2012-03-30 09:23:34 +01:00
138f149b47 ENH: surfaceFeatures: Add constructor that takes an edgeMesh 2012-03-20 17:43:27 +00:00
c440f4fbb9 ENH: topoSet: added pointToCell/Face with edge option 2012-03-20 14:12:51 +00:00
d85480969e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-03-16 12:13:01 +00:00
dbc7526abb ENH: surfaceFeatureExtract now builds with CGAL support for curvature
extendedFeatureEdgeMesh: Add function to find all feature points within a sphere
treeDataPoint: Add support for point overlap test
2012-03-16 11:21:43 +00:00
221f50566c ENH: AMIInterpolation: have access to non-overlapping faces 2012-03-15 15:45:29 +00:00
f82f5ff3fb BUG: wallPoint: initialise to -GREAT to handle ami interpolation 2012-03-05 11:03:40 +00:00
4f3b415bf6 ENH: searchableSurfacesQueries: added signed-distance calculation 2012-02-29 16:35:55 +00:00
26ee1bb51e BUG: mappedPatchBase: reverseDistribute using local, not remote size 2012-02-27 11:54:52 +00:00
3785ae0924 BUG: mappedPatchBase: consistent binary reading and writing. Now using Field syntax. 2012-02-24 12:17:34 +00:00
0d88bc8556 ENH: AMIinterpolation: allow construction of empty AMI 2012-02-17 15:08:25 +00:00
44cbea25e8 COMP: primitiveMeshGeometry: missing include 2012-02-14 18:17:04 +00:00
e36da730fe BUG: meshSearch: force early construction of face diagonals 2012-02-07 12:45:13 +00:00
7139eadffa BUG: Corrected valid() behaviour for wallPoint - mantis #405 2012-02-01 16:34:32 +00:00
5d41fc6ff3 STYLE: Minor coding comment corrections 2012-02-01 11:46:07 +00:00
036d5b9898 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-24 12:36:37 +00:00
1e7d220ebc STYLE: regionProperties: added line 2012-01-24 12:35:10 +00:00
101b5b6e91 ENH: regionSplit: work out globally consecutive regioning without global reductions 2012-01-24 12:34:30 +00:00
f2e98ffb26 BUG: Corrections to AMI patch output when projecting to intermediate surface 2012-01-18 11:53:41 +00:00
69ec8b054d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-17 10:38:04 +00:00
01f61f62bf ENH: treeDataEdge: Improved overlap accuracy of box and sphere.
Overlap of an edge with a boundBox is now evaluated using boundbox.intersect
2012-01-16 16:09:18 +00:00
d92a8c556b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-01-16 15:59:58 +00:00
515374726f STYLE: date 2012-01-16 15:50:47 +00:00
e2cc8830d4 ENH: tetrahedron: move slicing with plane. Removed tetPointRef.H 2012-01-16 15:48:15 +00:00
cb308ce790 ENH: Add sphere overlap function to treeDataEdge and a test. 2012-01-16 09:33:10 +00:00
f410060e38 ENH: AMI - passing startSeedI into function instead of using member data 2011-12-20 12:14:22 +00:00
b0e4892bb3 ENH: AMI - declaring functions const where appropriate 2011-12-20 11:43:07 +00:00
97e4abdc87 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-12-16 11:29:11 +00:00
af25e71e1c ENH: patchDist: helper class to determine distance on patch to neighbouring patches 2011-12-16 11:28:44 +00:00
aa96de0caa BUG: searchableSurfaceWithGaps did not initialise the boundbox 2011-12-15 14:30:02 +00:00
df5feff482 BUG: searchableSurfaceCollection: calculation of bounds, transformation of normal 2011-12-15 14:12:09 +00:00