mattijs
|
ca4b8c347c
|
ENH: polyMesh,meshSearch: default value on findCell, pointInCell
|
2011-11-08 17:03:54 +00:00 |
|
mattijs
|
ee11f9c0e8
|
ENH: pointInCell, findCell: switchable in-cell algorithm
|
2011-10-28 11:33:30 +01:00 |
|
Henry
|
c2dd153a14
|
Copyright transfered to the OpenFOAM Foundation
|
2011-08-14 12:17:30 +01:00 |
|
OpenFOAM-admin
|
c720299876
|
ENH: Reverted back to version dev
|
2011-06-17 10:08:20 +01:00 |
|
mattijs
|
4f47ff0219
|
STYLE: dictionaries: update version number
|
2011-06-10 17:22:56 +01:00 |
|
mattijs
|
19332dc06e
|
STYLE: fixed headers.
|
2011-04-06 19:20:36 +01:00 |
|
mattijs
|
acd7554ae0
|
STYLE: dictionaries in $FOAM_UTILITIES: header
|
2011-04-06 19:15:15 +01:00 |
|
mattijs
|
35e9958de6
|
ENH: selectCells: parallel running
|
2011-04-06 10:38:18 +01:00 |
|
mattijs
|
b1ce027774
|
ENH: cellClassification: parallel running
|
2011-04-06 10:36:00 +01:00 |
|
Mark Olesen
|
923e17b1e5
|
Merge remote branch 'OpenCFD/master' into olesenm
Also with trailing space cleanups!!
|
2011-03-07 17:02:37 +01:00 |
|
sergio
|
e95597a2c5
|
ENH: PDRMesh
|
2011-03-07 13:19:37 +00:00 |
|
andy
|
eaef8d482b
|
STYLE: Updated 1991 start copyright year to 2004
|
2011-01-14 16:08:00 +00:00 |
|
andy
|
099cc39e2e
|
Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce .
|
2011-01-05 18:24:29 +00:00 |
|
graham
|
b18f6cc1ce
|
STYLE: 2011 copyright date.
|
2011-01-05 11:14:26 +00:00 |
|
Mark Olesen
|
25951c0f74
|
COMP: avoid ambiguous construct from tmp - utils/ mesh
|
2010-12-20 10:36:59 +01:00 |
|
mattijs
|
1aea998bbe
|
ENH: FaceCellWave : additional trackData like argument for passing in non-cell data
|
2010-11-24 11:48:04 +00:00 |
|
mattijs
|
17c42465b1
|
ENH: selectCells : add one offset to number of cells
|
2010-10-19 17:45:51 +01:00 |
|
mattijs
|
51b8a7367c
|
ENH: MeshWave: allow 1 cells cases.
|
2010-10-19 17:40:36 +01:00 |
|
graham
|
012494fdb5
|
STYLE: Fixing code style requirements for all apps.
Exception: applyWallFunctionBoundaryConditions.C cannot split #include
directives.
|
2010-07-27 15:27:05 +01:00 |
|
henry
|
ccfb6e32a6
|
Corrected headers.
|
2010-06-23 16:54:54 +01:00 |
|
andy
|
28b1a9e2c6
|
Merge branch 'olesenm'
|
2010-06-03 10:25:03 +01:00 |
|
mattijs
|
c51a2b0f63
|
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
|
2010-06-02 09:48:07 +01:00 |
|
mattijs
|
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 |
|
Mark Olesen
|
895a077cb1
|
STYLE: fixup some dictionary headers
|
2010-05-18 11:38:07 +02:00 |
|
Mark Olesen
|
147fa2a75d
|
STYLE: add notes to some (most) command-line options
- mapFields and splitMeshRegions need more clarification
|
2010-04-27 10:50:15 +02:00 |
|
mattijs
|
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 |
|
Mark Olesen
|
b6f3bd4c23
|
STYLE: follow coding guide recommendation for '//- Destructor'
|
2010-04-12 11:55:52 +02:00 |
|
Mark Olesen
|
a50f01b079
|
STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
|
2010-04-12 11:18:38 +02:00 |
|
Mark Olesen
|
d29c438657
|
STYLE: use url for FSF license instead of postal address, switch to GPL v3
|
2010-03-29 14:07:56 +02:00 |
|
mattijs
|
49fb39e8f3
|
Merge commit 'origin/master' into splitCyclic
Conflicts:
applications/utilities/parallelProcessing/decomposePar/decomposePar.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C
applications/utilities/parallelProcessing/decomposePar/domainDecomposition.H
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.C
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalPoints.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/processor/processorPolyPatch.C
|
2010-03-09 21:28:53 +00:00 |
|
mattijs
|
5ece14ec6f
|
BUG: finite volume did not work before.
|
2010-03-03 10:12:35 +00:00 |
|
Mark Olesen
|
a3fec987a8
|
CLEANUP: remove most references to (deprecated) .ftr file format
- use .obj files for debugging purposes instead.
|
2010-02-17 13:56:56 +01:00 |
|
Mark Olesen
|
689d4b2860
|
ENH: provide operator[] for accessing argList options.
- operator[] with label -> get args at index
- operator[] with word -> get named option
|
2010-02-17 11:43:42 +01:00 |
|
Mark Olesen
|
d857d671ac
|
STYLE: use new argList argRead() method and operator[] for cleaner code.
- deprecate argList::additionalArgs() method and remove uses of it
|
2010-02-16 17:57:49 +01:00 |
|
Mark Olesen
|
ee293cde8e
|
ENH: add usage information for '-overwrite' option.
- make centrally available via #include "addOverwriteOption.H"
|
2010-02-16 11:44:27 +01:00 |
|
mattijs
|
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 |
|
Mark Olesen
|
a694f6e374
|
Replace a few uses of triSurface with the more general meshedSurface.
|
2010-01-15 17:27:03 +01:00 |
|
Mark Olesen
|
37c4f2f375
|
remove empty 'Description' from various .C files
|
2009-12-04 14:11:33 +01:00 |
|
Mark Olesen
|
5e972c772f
|
remove trailing space from some files
|
2009-12-04 13:39:35 +01:00 |
|
Mark Olesen
|
c091d856ae
|
pedantic changes: 'forAll (' -> 'forAll(' in applications/
- to match coding guidelines
|
2009-12-03 14:12:08 +01:00 |
|
Mark Olesen
|
58b7e64185
|
Use argList::addOption, argList::addBoolOption (almost) everywhere
- ensure that the standard options (eg, from timeSelector) also have
some usage information
|
2009-12-03 13:32:12 +01:00 |
|
Mark Olesen
|
c3457b5152
|
argList - specializations for optionRead<string> etc.
- new optionLookupOrDefault and additional form of optionReadIfPresent
with a default value
|
2009-12-02 13:45:11 +01:00 |
|
mattijs
|
be1b1ceefc
|
Merge branch 'master' into splitCyclic
Conflicts:
applications/utilities/mesh/generation/blockMesh/blockMeshApp.C
applications/utilities/parallelProcessing/decomposePar/decomposeMesh.C
etc/bashrc
etc/cshrc
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
src/decompositionMethods/parMetisDecomp/parMetisDecomp.C
src/dynamicMesh/Make/files
src/dynamicMesh/fvMeshDistribute/fvMeshDistribute.C
src/dynamicMesh/perfectInterface/perfectInterface.C
src/dynamicMesh/polyTopoChange/polyTopoChange/addPatchCellLayer.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.C
src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H
src/finiteVolume/Make/files
src/mesh/blockMesh/blockMesh/blockMesh.C
src/mesh/blockMesh/blockMesh/blockMeshTopology.C
src/meshTools/Make/files
src/meshTools/sets/topoSets/faceSet.C
|
2009-11-30 15:20:52 +00:00 |
|
Mark Olesen
|
fa93ce8cd7
|
coding style adherence
- markup codingStyleGuide.org examples so they actually indent correctly
- use 'Info<<' as per codingStyleGuide instead of 'Info <<'
|
2009-11-27 15:39:14 +01:00 |
|
Mark Olesen
|
d17d015f88
|
Use new last() method for List-type classes
- use first() method in some places as well where it helps clarity
- there are a few remaining cases: git grep 'size()-1]'
|
2009-11-26 13:35:57 +01:00 |
|
Mark Olesen
|
b3cdac4baf
|
remove unused (and duplicate) Tuple.H in applications/utilities/mesh/advanced/modifyMesh/
|
2009-11-25 12:07:03 +01:00 |
|
mattijs
|
19359869f4
|
use degToRad
|
2009-10-22 13:05:26 +01:00 |
|
mattijs
|
9120e00a59
|
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
|
2009-10-22 11:59:45 +01:00 |
|
henry
|
d6a278f2b2
|
Introduced the new file unitConversion.H to hold degToRad, radToDeg
and other unit conversion functions as they are required e.g. slug <-> kg.
|
2009-10-21 10:55:00 +01:00 |
|
mattijs
|
10dd3ea2a4
|
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
|
2009-10-20 22:15:23 +01:00 |
|