c2044d746a
ENH: udr_checker is the same for ensight82 and ensight90
2010-04-13 10:35:51 +02:00
874120350c
STYLE: use forAllIter, forAllConstIter in more places
...
ENH: change some iterator -> const_iterator access
BUG: found some places with forAllIter and ::iterator !
2010-04-13 09:10:36 +02:00
fb86371714
ENH: Test ListOps on DynamicList.
2010-04-12 17:18:46 +01:00
240c714aab
Merge branch 'master' into cvm
...
Conflicts:
etc/settings.csh
etc/settings.sh
wmake/rules/General/CGAL
2010-04-09 10:13:42 +01:00
94bab707d3
Merge branch 'master' into particleInteractions
2010-03-31 11:48:58 +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
5342baa2a7
Merge branch 'master' into cvm
...
Conflicts:
etc/settings.csh
etc/settings.sh
2010-03-23 11:43:17 +00:00
876f975c29
Merge branch 'master' into particleInteractions
2010-03-19 16:01:41 +00:00
f1ab396a66
STYLE: remove all references to wallPoint::greatPoint.
...
Replaced with point::max wherever possible. Is VGREAT, not GREAT so be
careful with calculations.
2010-03-17 11:48:44 +00:00
4bb3159323
Merge branch 'particleInteractions' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev into particleInteractions
2010-03-16 22:30:14 +00:00
4030fa7129
BUG: test/globalIndex. globalIndex.C no long needs compiled here.
2010-03-16 22:29:34 +00:00
8500a9caa6
BUG: Using FaceCellWave instead of MeshWave in testWallDist2.C. Does
...
not compile in old form.
2010-03-16 22:06:36 +00:00
e09a140a28
Merge branch 'master' into cvm
...
Conflicts:
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2010-02-22 13:59:07 +00:00
78e41f78bd
STYLE: avoid spaces around fileName::operator/ except when split across lines
2010-02-18 10:51:56 +01:00
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
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
abd1ee0f1d
ENH: Distribution. Adding operator+ to allow
...
reduce(dist, sumOp< Distribution<scalar> >());
operations for parallel data. Combines distributions using the
coarsest binWidth.
Changed write function to write normalised and raw to the same file.
BUG: Distribution. Corrected inaccurate median calculation.
2010-02-11 17:21:16 +00:00
867f419731
ENH: Distribution. Basing the Distribution class on a List instead of
...
a Map.
Resizing by doubling and mapping data when a new entry is added that
is outside of the current bounds. Trimming the output (normalised or
raw) to only the entries that contain data.
Overriding List clear method to enable the Distribution to be reset,
but retaining the correct number of components.
2010-02-10 17:50:31 +00:00
c91ffbdbe8
Merge branch 'master' into cvm
...
Conflicts:
src/OpenFOAM/meshes/primitiveShapes/plane/plane.C
src/edgeMesh/Make/options
2010-02-10 15:00:34 +00:00
7b3da686d8
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-08 19:13:37 +00:00
4e3efc9d0c
STYLE: explain only collocated points addressed
2010-02-08 17:35:39 +00:00
00616b72ff
ENH: Add functionEntry '#calc' to dictionary
...
- handles basic operations, references to other dictionary entries
(with '$name' syntax) and assorted mathematical functions:
pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
log10, mag, atan2, pow
The basic syntax: #calc{ ... };
NOTE the trailing ';' is required for the primitiveEntry to be
properly defined.
2010-02-07 13:58:10 +01:00
7dd1ad1e23
Adjust Make options for calcEntry.
2010-01-15 19:25:12 +01:00
6a8db69cf7
Merge remote branch 'bundle/olesenm' into home
2010-01-15 18:51:21 +01:00
cf3e2a8abf
Update calcEntry grammar to include copyright.
...
Include character class (wchar_t or char) as a template parameter in
CocoParserErrors.
2010-01-06 12:27:14 +01:00
58406da0a8
Merge branch 'master' into cvm
...
Conflicts:
src/parallel/decompositionMethods/Make/options
2010-01-04 16:45:54 +00:00
aac29d740a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-04 13:37:37 +00:00
c6d4035ced
Added master-slave addressing for coupled points.
...
- Rewrote globalPoints to use globalIndex class so now only transfers
single label instead of labelPair
- Added addressing in globalMeshData
- from coupled master points to slave points
- ,, edges ,, edges
- from coupled points (master or slave) to uncoupled boundary faces
- ,, ,, cells
- See test/globalMeshData for simple test
2010-01-04 13:25:30 +00:00
1fe32e3c48
Merge branch 'master' into cvm
2010-01-04 11:47:57 +00:00
e0ba4cbb02
Adjust line number before/after #calc{} scanner for improved error messages.
2010-01-03 21:45:32 +01:00
ebfdafad7f
Add preliminary wmake rule for using CoCo/R.
2010-01-03 00:39:28 +01:00
d1a2be7872
Reorganize runTimeSelection to include new macros from calcEntry.
...
Added globalFunctionSelectionTables, staticMemberFunctionSelectionTables
2010-01-02 16:09:08 +01:00
cf91174880
Use global lookup tables for the calcEntry scalar functions.
...
Handle leading signs on functions etc.
2010-01-02 15:09:17 +01:00
f8147f5bb5
Add basic scalar functions to calcEntry.
2010-01-02 13:01:37 +01:00
ff671ff1bb
Merge branch 'master' into cvm
...
Conflicts:
applications/utilities/surface/surfaceFeatureConvert/surfaceFeatureConvert.C
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
src/Allwmake
src/edgeMesh/Make/files
src/edgeMesh/edgeMesh.C
src/edgeMesh/edgeMesh.H
src/edgeMesh/edgeMeshI.H
src/edgeMesh/edgeMeshIO.C
src/edgeMesh/featureEdgeMesh.C
src/edgeMesh/featureEdgeMesh.H
src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
src/meshTools/searchableSurface/closedTriSurfaceMesh.C
src/meshTools/searchableSurface/closedTriSurfaceMesh.H
Merged Mark's work on edgeMesh with my featureEdgeMesh.
2009-12-21 15:52:03 +00:00
c0d37d9a6b
Merge commit 'OpenCFD/master' into olesenm
2009-12-21 15:06:31 +01:00
8bf3807c3e
Update dictionary calcEntry testing for updated CoCo/R
2009-12-21 15:02:33 +01:00
ccdbf4735f
Move CocoParserErrors.H template class into src/OpenFOAM/db/error
2009-12-21 14:14:30 +01:00
d241c43ac7
Adding hard-coded tetraherdal solid inertia calculation. Can be used
...
in a similar way to calculate the inertia of cells.
2009-12-21 10:29:05 +00:00
438a83fc81
Update experimental dictionary #calc for new Coco pragmas
2009-12-21 09:28:17 +01:00
3bfec62cee
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-12-17 15:55:21 +00:00
e434b51914
Add namespace qualifier to WarningIn, FatalErrorIn, etc. macros.
...
- Previously had just 'Warning' instead of '::Foam::Warning', which
meant that an identically named class method would inadvertently be
used - resulting in a compile failure.
2009-12-16 08:55:04 +01:00
a5217d7be3
Merge commit 'bundle/home' into olesenm
2009-12-16 08:08:23 +01:00
ad2204a818
Add in calcEntry as a very rough draft
...
- needs Coco/R 16 Dec 2009 version
2009-12-16 01:31:44 +01:00
e325814c80
Test application for syncTools functionality
2009-12-15 16:00:47 +00:00
2760c3db5f
Merge commit 'OpenCFD/master' into olesenm
2009-12-15 10:48:51 +01:00
bf2865a087
Add missing low-level peek() to ISstream.
2009-12-11 17:31:15 +01:00
497ec32ed8
Add missing low-level peek() to ISstream.
2009-12-11 17:31:15 +01:00
d058c7ceb8
Added Polynomial class test
2009-12-10 12:50:20 +00:00
d2d39c32be
HashSet and PackedList get an unset() method
...
- provides a convenient (and lazy) means of removing entries
2009-12-08 10:01:48 +01:00