8e9d110a61
Merge branch 'master' into cvm
2009-09-15 15:19:29 +01:00
325e9e0ab0
Merge branch 'master' into cvm
2009-09-15 15:17:08 +01:00
e852355764
extra printing
2009-09-15 15:02:06 +01:00
da4337fcce
derive from wall patch instead of generic patch
2009-09-10 12:44:20 +01:00
fd1873fe4b
handling zero-sized triangles
2009-09-04 12:25:42 +01:00
56fb2b6db9
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-08-28 18:39:01 +01:00
8dcea0f8cd
using new constant definitions
2009-08-28 18:04:22 +01:00
a33fbc12b2
added error checking
2009-08-28 12:35:39 +01:00
91b0fcba61
changed cloud name to avoid clashes
2009-08-25 13:42:35 +01:00
2fca5550cd
Merge branch 'master' into cvm
2009-08-19 18:40:21 +01:00
ad5a8d8f23
Removing blank line to avoid master merge conflict
2009-08-19 18:40:16 +01:00
3e0ec9d835
code tidying
2009-08-18 10:43:51 +01:00
5c90c347f9
mapDistribute non-blocking of non-contiguous data
2009-08-13 17:28:33 +01:00
b31dc84dba
Merge branch 'master' into cvm
2009-08-11 11:21:23 +01:00
8d115b35c1
Merge branch 'master' into splitCyclic
...
Conflicts:
applications/utilities/mesh/advanced/modifyMesh/cellSplitter.C
applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L
applications/utilities/mesh/generation/blockMesh/blockMesh.C
applications/utilities/mesh/generation/blockMesh/createTopology.C
applications/utilities/mesh/generation/snappyHexMesh/Make/options
src/OpenFOAM/containers/Lists/ListOps/ListOps.H
src/OpenFOAM/containers/Lists/ListOps/ListOpsTemplates.C
src/OpenFOAM/containers/Lists/UList/UList.H
src/OpenFOAM/containers/Lists/UList/UListI.H
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
src/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C
src/decompositionAgglomeration/Allwmake
src/decompositionAgglomeration/decompositionMethods/Make/files
src/decompositionAgglomeration/decompositionMethods/Make/options
src/dynamicMesh/attachDetach/attachInterface.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.H
src/dynamicMesh/polyTopoChange/polyTopoChange/hexRef8.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
src/dynamicMesh/polyTopoChange/polyTopoChange/removePoints.H
src/dynamicMesh/slidingInterface/coupleSlidingInterface.C
src/finiteVolume/Make/files
tutorials/channelOodles/channel395/constant/polyMesh/blockMeshDict
tutorials/icoFoam/cavity/constant/polyMesh/blockMeshDict
wmake/rules/linux64Gcc/c++Opt
2009-08-07 08:19:53 +01:00
31c76da40f
Changed the runtime-selection tables to output a sorted toc.
2009-08-06 18:01:28 +01:00
3ca538421d
initial changes to compile src
2009-08-04 18:32:32 +01:00
f6b19e3699
Adding boolean to cellSizeFunctions to bail out quickly if told that operating
...
on a surface point.
Added tolerance static varible to cellSizeFunction and checks for points on or
very near to the surface and "snap" them to the surface to cell size.
Moved
scalar maxProtrusionDistance = maxSurfaceProtrusion(vert);
out of the for loop in dualCellLargestSurfaceProtrusion, shouldn't have been in
- erroneous and expensive to calculate.
Stablised triSurfaceTools normalisation of c and added more info to FatalError
message.
2009-07-09 20:25:25 +01:00
24b10b2e0b
WIP commit. Modification to triSurfaceTools for triangle edge/face finding
...
tolerance. Adding edgeDirection function to featureEdge to automatically
reverse direction if necessary. Feature point handling experiments.
2009-06-30 19:33:36 +01:00
f00b156252
Merge branch 'master' into cvm
2009-06-30 11:24:34 +01:00
1aab4aaec8
changed comment; added faceZoneToCell source
2009-06-25 16:24:26 +01:00
c6ee712a17
Merge branch 'master' into cvm
2009-06-24 16:00:19 +01:00
9d7e795414
Merge branch 'master' into cvm
2009-06-23 16:18:49 +01:00
9dba5f3e28
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-06-23 16:00:46 +01:00
c5c00b64ba
removed access to offsets from globalIndex
2009-06-23 13:15:19 +01:00
d17234707b
changed comment
2009-06-23 13:14:32 +01:00
1a439b02d0
Sorted warning message about the need for virtual destructor.
2009-06-23 12:14:03 +01:00
02ddfa98e1
Merging master, fixing conflict in searchableBox.C
2009-06-18 15:26:01 +01:00
c2c9681bff
optional merging of sub-regions
2009-06-01 16:25:24 +01:00
ed73a70b95
input checking
2009-06-01 13:24:38 +01:00
f191a42448
Merge branch 'master' into cvm
2009-05-24 12:07:45 +01:00
10c2f6bee0
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-05-21 10:13:42 +01:00
55e766bd67
Fix: edge lookup from edgeLabels_ by index rather than just from edges
2009-05-19 15:48:54 +01:00
63daefa829
Fix: edge lookup from edgeLabels_ by index rather than just from edges
2009-05-19 15:48:54 +01:00
f97e559be8
Merge branch 'master' into lagrangianDev
2009-05-18 17:10:02 +01:00
428d629d95
Merge branch 'master' into cvm
2009-05-18 11:59:50 +01:00
4366d8df2c
cosmetics - adjust copyright dates
2009-05-11 15:10:31 +02:00
28ef2fa2a7
Merge branch 'master' into lagrangianDev
2009-05-06 13:19:16 +01:00
3f41f77db3
tolerance tightened
2009-05-01 12:57:47 +01:00
d781dcf38c
Merge branch 'master' into cvm
2009-05-01 10:11:25 +01:00
cb97fa675e
use total number of cells/points in parallel
2009-04-30 15:43:20 +01:00
ff66dc68d4
Merge branch 'master' into cvm
2009-04-25 13:47:54 +01:00
ba540dcc86
name patch different from patchField; conflicting symbols
2009-04-24 17:44:42 +01:00
6543a38506
fix walking using edges
2009-04-20 17:50:06 +01:00
70b438dba2
Basic infrastructure for featureEdgeMesh.
2009-04-17 17:00:10 +01:00
a117c97e3b
Fixing conflict in triSurfaceMesh.C, committing failed automatic merge of master.
2009-04-17 14:46:33 +01:00
d55c97669a
directMapped extension for inter-region
2009-04-17 11:00:15 +01:00
c42f04e843
multi-region directMapped
2009-04-16 18:45:01 +01:00
25f0a4c01d
Merge branch 'master' into cvm
2009-04-13 13:11:00 +01:00
f0d3088592
added tolerance
2009-04-13 12:31:04 +01:00