Commit Graph

1003 Commits

Author SHA1 Message Date
adc90617af Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-03-26 12:30:28 +00:00
59327e9170 BUG: faceZoneSet: ordering of zone faces 2013-03-25 17:02:45 +00:00
09ee234255 STYLE: Updated header documentation 2013-03-25 16:59:25 +00:00
ea9112b5c3 ENH: Added NamedEnum for triangulationMode 2013-03-22 15:29:53 +00:00
60c5940716 ENH: Minor code formatting 2013-03-22 15:28:32 +00:00
640b4e4325 ENH: Add construction of octree for each region of a triSurfaceMesh.
+ Remove tolerance based method for finding intersections and use the
  new method of masking previously hit shapes from the octree.
2013-03-21 10:13:13 +00:00
7db513e35e ENH: Add construction of octree for each region of a triSurfaceMesh.
+ Remove tolerance based method for finding intersections and use the
  new method of masking previously hit shapes from the octree.
2013-03-21 10:13:13 +00:00
10b2f07825 ENH: Add a diff function to triad and a tolerance to edgeDirections 2013-03-21 10:06:49 +00:00
0ba0ff841c ENH: Template writeOBJ functions on the face type 2013-03-21 09:45:05 +00:00
2d986f8028 ENH: Added new setAndNormalToFaceZone faceZone source 2013-03-18 12:03:01 +00:00
8ed95d4750 ENH: Add extra octree functionality
+ Make intersection and nearest functions functors. This makes adding
  different intersection and nearest routines easier.
+ treeDataPrimitivePatch takes its tolerance as a constructor argument
+ Make treeDataTriSurface a typedef of treeDataPrimitivePatch

Conflicts:
	src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
	src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
	src/meshTools/indexedOctree/treeDataTriSurface.C
2013-03-15 12:38:57 +00:00
9064e37da7 ENH: Add extra octree functionality
+ Make intersection and nearest functions functors. This makes adding
  different intersection and nearest routines easier.
+ treeDataPrimitivePatch takes its tolerance as a constructor argument
+ Make treeDataTriSurface a typedef of treeDataPrimitivePatch
2013-03-15 12:38:57 +00:00
0c58d7eaf5 BUG: syncTools: swap cell centres as positions 2013-03-14 11:25:16 +00:00
e4fc9807c3 STYLE: Updates to erroneous copyright dates 2013-03-13 09:32:03 +00:00
53df4289df ENH: Consistency updates - license text abnd code formatting 2013-03-12 15:40:03 +00:00
0eced35459 STYLE: targetVolumeToCell: extraneous code 2013-03-11 17:15:02 +00:00
62930bb4bf BUG: lduPrimitiveMesh: multi-agglomeration failing to create interfaces; memory leaks 2013-03-04 18:32:59 +00:00
448bd7be3e ENH: surfaceFeatures: Add an option to only extract features geometrically
If geometricTestOnly is set to true then edges will not be marked as region
edges, only as internal or external edges. If there are any edges still
marked as regions then this is because they are non-manifold.
2013-02-27 12:34:44 +00:00
2812024796 Update headers 2013-02-26 22:20:05 +00:00
0afb3ab1ac MeshObject: extended to support movePoints and updateMesh as an alternative to call-backs
All MeshObjects are now handled generically in polyMesh and fvMesh
See MeshObject.H for details
2013-02-26 22:19:28 +00:00
2a896ded9e ENH: GAMGInterfaceField: added construct from components 2013-02-22 17:23:54 +00:00
5ea4205493 ENH: cyclicAMI: add new construct from components 2013-02-22 17:22:00 +00:00
74e16d7729 Reformat "template <..." to template<"
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:50 +00:00
944b8d438b Reformat "template <..." to template<"
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:09 +00:00
065ebbf910 BUG: cyclicAMI: Mantis 740: using neighbourside geometry before it is updated 2013-02-11 13:31:01 +00:00
10baf6e666 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-02-08 11:33:12 +00:00
9e6202e4eb Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-02-08 11:21:05 +00:00
6e7caa069b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-02-08 09:37:05 +00:00
4e74c72e5d STYLE: Added to file header comment 2013-02-07 16:43:39 +00:00
20cfa7c6ae BUG: Correcting axesRotation.C virtual member functions and
tutorials using coordinates systems dictionary
2013-02-07 11:32:40 +00:00
bd1230eb87 ENH: GAMGInterface: added communicator to arguments.
Extended UIPstream,UOPstream for user defined communicators
2013-02-06 16:44:22 +00:00
d5ef310d43 ENH: timeVaryingMapped: added checking 2013-02-06 11:37:45 +00:00
4aa25f571e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-22 09:50:35 +00:00
f35b67eef7 ENH: meshStructure: detect mesh structure 2013-01-22 09:49:20 +00:00
1b4fb08626 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/meshTools/coordinateSystems/coordinateRotation/localAxesRotation.C
2013-01-21 17:13:37 +00:00
3ad8456ec7 Fixing return types in localAxesRotation.C 2013-01-21 17:10:51 +00:00
a07b59c279 STYLE: Updated copyright year 2013-01-21 16:49:49 +00:00
3bd9426bbd BUG: Corrected ambiguous construct from tmp 2013-01-21 16:48:34 +00:00
685635e6a3 ENH: Deleting parabolicCylindricalCS, sphericalCS and toroidalCS
coordinate systems
Modifying constructors from dictionary of coordinateSystem class (no
default type)
Adding localAxesRotation type. It constructs a axes-rotation tensor on each
cell centre.
Adding functionality to coordinateRotation blase class (transformTensor,
transformVector, etc)
2013-01-21 12:17:17 +00:00
3b637a0d54 BUG: PointEdgeWave: incorrect indexing in handleCollocatedPoints 2013-01-17 14:55:13 +00:00
868a090243 BUG: snappyHexMesh: synchronisation when patch edges align with processor edges 2013-01-16 17:08:26 +00:00
244f1d1163 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-11 16:35:54 +00:00
56c0d7ba50 ENH: pointEdgePoint: check for equal 2013-01-11 15:56:20 +00:00
384a6372cf ENH: use static lists for tetOverlapVolume 2013-01-11 12:44:47 +00:00
f85302c546 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-10 17:35:29 +00:00
0df4294536 STYLE: pointEdgePoint: improved comment 2013-01-10 12:28:10 +00:00
beeb2650f7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-09 17:21:01 +00:00
9bf0087fe4 ENH: Added intersection test to tetOverlapVolume 2013-01-09 11:47:25 +00:00
e5b4b6d9c0 ENH: Relocated tetOverlapVolume to meshTools 2013-01-09 11:19:37 +00:00
e0d1fe38c6 ENH: mappedPatchBase: added nearest-patch-point sampling 2013-01-09 11:09:38 +00:00