Commit Graph

1325 Commits

Author SHA1 Message Date
89619c5015 Revert "ENH: Copyright dates to allow a push."
This reverts commit c5bea5242b.
2011-01-19 10:26:24 +00:00
c5bea5242b ENH: Copyright dates to allow a push. 2011-01-07 15:09:52 +00:00
2135f644d1 Merge branch 'master' into cvm 2011-01-07 14:50:43 +00:00
14d1300a36 Revert "STyLE: More 2011 copyright dates (non-code)."
This reverts commit 2e1e671d96.
2011-01-05 18:25:32 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
8c04b4e692 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/meshes/boundBox/boundBox.H
2011-01-05 11:53:37 +00:00
2e1e671d96 STyLE: More 2011 copyright dates (non-code). 2011-01-05 11:48:24 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
875a035147 STYLE: date 2011-01-04 18:26:00 +00:00
cab83f794a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-01-04 16:09:20 +00:00
ac64e72c53 Merge branch 'olesenm' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev into olesenm 2011-01-04 10:52:58 +00:00
b50395b846 STYLE: Minor code formatting changes 2011-01-04 10:52:17 +00:00
e14521b5b3 ENH: add SHA1 comparison to text representations from a string
- eases management/control of previously calculated sums
- add empty() member function to SHA1Digest
- adjust Copyright dates
2011-01-04 09:31:55 +01:00
086c1c0fe1 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-03 14:01:16 +01:00
b227751efe BUG: cyclicPolyPatch: transformPosition did not assign 2010-12-30 21:28:39 +00:00
a78fa5add5 STYLE: remove trailing ';' after '{ ... }' compound 2010-12-30 17:50:47 +01:00
372fcb4305 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveShapes/tetrahedron/tetrahedronI.H
2010-12-30 12:48:20 +00:00
54e9622e95 ENH: add Foam::domainName(), implemented as per 'hostname -d' from net-tools 2010-12-30 13:19:36 +01:00
4eb5e673e1 ENH: mapDistribute: allow -1 as global element 2010-12-30 08:38:18 +00:00
da439f5484 STYLE: consistent naming for templated/non-templated patch field construction
eg,
    - makePatchTypeField -> makeTemplatePatchTypeField
    - makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
9552221daf STLYE: Making triangle and tetrahedron less verbose.
No warnings on recoverable degeneracies.
2010-12-22 14:25:33 +00:00
9cef74b796 ENH: optional argument to hostName() to return full hostname
- value as reported by gethostbyname
2010-12-21 18:27:17 +01:00
cff8f87f9e ENH: tetrahedronI: comment out warning - too noisy when snappyHexMeshing 2010-12-21 16:04:38 +00:00
9e069522b8 STYLE: globalIndex : extraneous comment 2010-12-21 16:02:28 +00:00
f3b95df7b9 COMP: undefined operator==(const objectHit&, const objectHit&) with clang
- real bug or compiler bug?
2010-12-21 15:43:07 +01:00
29e06d366b STYLE: use faceUList typedef instead of unallocFaceList 2010-12-21 13:06:17 +01:00
ee9d95f49f COMP: use objectHit.H instead of forward declarations 2010-12-21 10:56:15 +01:00
881b3dafa2 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
	applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
	applications/utilities/surface/surfaceCheck/surfaceCheck.C
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
	src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C

NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
6abfeb88ba COMP: unneeded conversion method to base class
- conversion still needed in the specializations for primitives but
  not in the generic case
2010-12-21 09:54:22 +01:00
7901ce1c37 COMP: add 'this->' qualifier to find methods in base case 2010-12-21 09:41:09 +01:00
e2285169d5 Merge branch 'master' into cvm 2010-12-20 17:23:38 +00:00
f46446f1b1 ENH: boundBox : test after ascii io 2010-12-20 17:13:13 +00:00
a8727486a4 ENH: Do not modify the face centres when overriding cell centres. 2010-12-20 11:43:21 +00:00
283f4fab77 ENH: string : recursive variable substitution 2010-12-19 18:30:52 +00:00
fb92bdb5fe ENH: SHA1Digest : Istream construction 2010-12-19 18:30:27 +00:00
1917487365 COMP: remove constructor for UniformDimensionedField - body was missing 2010-12-17 18:55:16 +01:00
cf4bde4936 COMP: avoid ambiguous construct from tmp - src/OpenFOAM 2010-12-17 16:33:09 +01:00
5e4c5c9469 COMP: macros for non-templated boundary conditions 2010-12-17 16:05:22 +01:00
f729c75bd8 COMP: new defineTemplate2TypeNameAndDebug macros
- apparently needed to specialize a templated sub-class of a template
  class
  Normal:
      template<>
      defineDebugSwitchWithName(Type, Name, DebugSwitch)
  New for sub-classes:
      template<>
      template<>
      defineDebugSwitchWithName(Type, Name, DebugSwitch)
2010-12-17 15:51:09 +01:00
97517208ad COMP: drop construct Field from SubField for non-Intel
- duplicates existing SubField -> Field conversion method
- retain for Intel until we confirm it works there too
2010-12-17 15:46:56 +01:00
9224daad7b COMP: add 'this->' qualifier to find methods in base case 2010-12-17 15:39:50 +01:00
90ea219f77 COMP: 'template' keyword for specialization with '.' or '->' 2010-12-17 15:24:15 +01:00
5f9d20e1d8 STYLE: add Foam:: qualifier to some method names 2010-12-17 15:15:08 +01:00
85bae17943 STYLE: add formatting of NamedEnum template arguments 2010-12-17 14:36:13 +01:00
e53c41418e COMP: avoid bind to temporary 2010-12-16 08:08:20 +01:00
e1b537a057 Merge branch 'master' into cvm 2010-12-15 17:54:08 +00:00
7bcd87eb86 ENH: triangle and tetrahedron robustness improvements.
Currently very verbose when a degenerate shape is encountered.
2010-12-15 17:50:32 +00:00
518f7487cf ENH: triangle and tetrahedron robustness improvements.
Currently very verbose when a degenerate shape is encountered.
2010-12-15 17:50:32 +00:00
aa15f4479c ENH: Transferring momentOfInertia calc from utils to meshTools lib.
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
1f20976f2a ENH: Transferring momentOfInertia calc from utils to meshTools lib.
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00