Commit Graph

53 Commits

Author SHA1 Message Date
b5d50b94e7 STYLE: autoSnapDriver: spelling 2014-04-22 10:40:05 +01:00
98cabc2efb ENH: snappyHexMesh: added debug switch 2014-01-21 16:25:15 +00:00
238c8b234d COMP: autoSnapDriver: compiler warning 2014-01-14 15:52:29 +00:00
f2500a3df5 ENH: snappyHexMesh: snap region edges to region feature edges 2014-01-10 14:36:07 +00:00
202d7c1ad3 ENH: snappyHexMesh: fix growing of attraction. Split off debug/writing/output 2013-11-12 09:00:04 +00:00
71c0a5d1d7 ENH: autoHexMesh: parallel consistency, fix curvature refinement 2013-10-18 11:52:38 +01:00
18ddc0edcd ENH: snappyHexMesh: more strict gap detection 2013-10-04 11:19:55 +01:00
ea8f8a242e BUG: autoHexMesh: parallel sync 2013-10-03 10:51:28 +01:00
70b3209bd6 ENH: autoHexMesh: handle patch face merging across boundary type 2013-10-01 09:23:29 +01:00
1a0a6b51dd ENH: snappyHexMesh: detect small distance snapping 2013-09-13 16:18:04 +01:00
25a7353329 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-09-04 12:34:36 +01:00
f41faf5fcf STYLE: autoSnapDriver: message indenting 2013-09-04 12:33:47 +01:00
eaad256f31 face/cell zoning: Create new class surfaceZonesInfo 2013-09-03 11:09:16 +01:00
df508a6db6 STYLE: autoSnapDriver: added comment, changed names 2013-08-07 11:40:06 +01:00
37b33d084a ENH: snappy - do not merge patch faces on either side of nelwy created baffles 2013-08-05 15:22:25 +01:00
15fed04026 ENH: autoHexMesh: added geometric problem cell removal 2013-06-03 13:33:02 +01:00
4435d64047 STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
50c820c330 ENH: snappyHexMesh: do not stop with single mesh error 2013-04-02 15:19:37 +01:00
6bf17082e1 STYLE: snappyHexMesh: comment 2013-03-26 14:57:21 +00:00
e2d2f505fb ENH: snappyHexMesh: keep orientation of baffle 2012-12-05 15:50:56 +00:00
725a1b3eb0 BUG: snappyHexMesh: multi-patch from surrounding regions, not raw patchIDs 2012-10-26 16:47:04 +01:00
e7a548d8f9 ENH: snappyHexMesh: split debug 2012-10-17 18:08:31 +01:00
e07309eea3 BUG: layering: disable mesh movement if extrusion disabled 2012-09-14 13:30:59 +01:00
5fb4fb855c ENH: snappyHexMesh: implicit feature edge snapping 2012-09-10 17:36:29 +01:00
9470100570 STYLE: autoHexMesh: various messges 2012-08-24 12:51:53 +01:00
124295b3c9 ENH: autoSnapDriver: preserve baffles on faceZone surfaces 2012-04-02 18:02:16 +01:00
17a38cff7c ENH: mergePoints: new API, now templated 2011-12-08 16:32:46 +00:00
d3fa9e0aae Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-11-28 13:03:03 +00:00
000ea6b8aa ENH: autoSnapDriver: improved debug writing 2011-11-28 12:59:39 +00:00
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
8961e44dc5 COMP: clang caught ambiguous constructions from tmp. 2011-06-06 14:35:07 +01:00
386dd53f44 ENH:autoSnapDriver: added support for facezones 2011-04-08 15:09:19 +01:00
3e71574d8a ENH: snappyHexMesh: initial feature-line support 2011-04-05 11:56:57 +01:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
fa6b1157f2 COMP: avoid ambiguous construct from tmp - mesh, meshTools 2010-12-17 17:10:18 +01:00
5f43ae45ec ENH: allow patch specification; have conforming faceZones after layering 2010-09-30 14:13:46 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
f84a91d7ce Merge commit 'origin/master' into splitCyclic
Conflicts:
	applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
	applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C
	src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
	src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C
	src/dynamicMesh/motionSmoother/motionSmoother.C
	src/dynamicMesh/motionSmoother/motionSmoother.H
	src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
2010-05-18 13:28:21 +01:00
72f7d46f23 ENH: add operator[](const word&) as "find-by-name" to some classes
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces

  before:
      const label zoneI = mesh.cellZones().findZoneID(zoneName);
      const cellZone& cz = mesh.cellZones()[zoneI];
  after:
      const cellZone& cz = mesh.cellZones()[zoneName];
2010-04-29 10:12:35 +02:00
cff2580336 Merge branch 'master' into splitCyclic
Conflicts:
	applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C
	applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
	src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
	src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C
	src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
	src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
	src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
	src/meshTools/sets/topoSets/faceSet.C
	src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C
2010-04-16 12:09:34 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
89c7523c72 Merge branch 'master' into splitCyclic
Conflicts:
	src/OpenFOAM/meshes/polyMesh/polyPatches/basic/coupled/coupledPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
	src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
	src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
	src/parallel/decompose/scotchDecomp/scotchDecomp.C
	src/parallel/parMetisDecomp/parMetisDecomp.C
	src/sampling/sampledSurface/isoSurface/isoSurfaceCell.C
2010-03-25 13:54:12 +00:00
f5322b0bed STYLE: Corrected error message 2010-03-19 10:32:18 +00:00
5ece14ec6f BUG: finite volume did not work before. 2010-03-03 10:12:35 +00:00
46ad2e55d6 Merge branch 'master' into splitCyclic
Conflicts:
	applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
	applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
	applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
	src/OpenFOAM/algorithms/MeshWave/FaceCellWave.C
	src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterfaceFields/cyclicLduInterfaceField/cyclicLduInterfaceField.C
	src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C
	src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
	src/OpenFOAM/meshes/polyMesh/syncTools/dummyTransform.H
	src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
	src/edgeMesh/edgeFormats/vtk/VTKedgeFormat.H
	src/mesh/blockMesh/curvedEdges/spline.H
	src/meshTools/PointEdgeWave/PointEdgeWave.C
	src/meshTools/sets/topoSets/faceSet.C
2010-01-26 17:11:18 +00:00
e8b1f746dd Disabled moving internal points since not proven to be benificial 2009-12-17 15:54:41 +00:00
41fc71458b Use the PackedList unset() method in a few places
- also PackedBoolList.get(x) == 1 can be written without the ==
  comparison since the unsigned -> bool conversion is fast
2009-12-08 11:16:43 +01:00