Commit Graph

6422 Commits

Author SHA1 Message Date
37535ded29 COMP: NamedEnum specialization within 'Foam' namespace only 2010-12-20 14:27:03 +01:00
a3788fe854 COMP: avoid ambiguous construct from tmp - utils/ pre+post processing 2010-12-20 10:37:17 +01:00
25951c0f74 COMP: avoid ambiguous construct from tmp - utils/ mesh 2010-12-20 10:36:59 +01:00
5dc01ed6f0 COMP: avoid ambiguous construct from tmp - utils/ error estimation 2010-12-17 18:56:39 +01:00
54d02bd20c COMP: specialize NamedEnum within namespace Foam 2010-12-17 19:39:21 +01:00
1917487365 COMP: remove constructor for UniformDimensionedField - body was missing 2010-12-17 18:55:16 +01:00
92a3e2b56a COMP: lineEdge had disabled copy constructors 2010-12-17 18:21:23 +01:00
6777e02e75 BUG: typo in rotatedBoxToCell constructor caused uninitialized variable 2010-12-17 18:16:48 +01:00
d87a880ebc COMP: avoid ambiguous construct from tmp - postProcessing 2010-12-17 18:16:01 +01:00
3d3c95a37a COMP: avoid ambiguous construct from tmp - turbulenceModels/incompressible/RAS 2010-12-17 17:32:10 +01:00
e6dd7fddbe COMP: avoid ambiguous construct from tmp - turbulenceModels/incompressible/LES 2010-12-17 17:28:42 +01:00
0fcfc474d5 COMP: avoid ambiguous construct from tmp - turbulenceModels/compressible bcs 2010-12-17 17:27:39 +01:00
33321a14ce COMP: avoid ambiguous construct from tmp - turbulenceModels/compressible/RAS 2010-12-17 17:26:29 +01:00
3336f6ca2c COMP: avoid ambiguous construct from tmp - turbulenceModels/compressible/LES 2010-12-17 17:21:24 +01:00
26963715e5 COMP: avoid ambiguous construct from tmp - transportModels 2010-12-17 17:16:27 +01:00
fd9fd2c9cb COMP: avoid ambiguous construct from tmp - thermophysicalModels 2010-12-17 17:15:42 +01:00
329294b3cf COMP: avoid ambiguous construct from tmp - surfaceFilmModels 2010-12-17 17:14:43 +01:00
51798abad4 COMP: avoid ambiguous construct from tmp - sampling 2010-12-17 17:13:30 +01:00
f4a5bea2b9 COMP: avoid ambiguous construct from tmp - randomProcesses 2010-12-17 17:12:38 +01:00
8de19df4a7 COMP: avoid ambiguous construct from tmp - parallel 2010-12-17 17:11:57 +01:00
fa6b1157f2 COMP: avoid ambiguous construct from tmp - mesh, meshTools 2010-12-17 17:10:18 +01:00
ffa2836a75 COMP: avoid ambiguous construct from tmp - lagrangian 2010-12-17 17:05:38 +01:00
cc8ad42aa8 COMP: avoid ambiguous construct from tmp - fvMotionSolver 2010-12-17 17:02:42 +01:00
ee574dbbbd COMP: avoid ambiguous construct from tmp - surfaceInterpolation 2010-12-17 17:01:42 +01:00
c4bbc00dd3 COMP: avoid ambiguous construct from tmp - fvMatrices, fvMesh 2010-12-17 17:00:21 +01:00
d4560178e2 COMP: avoid ambiguous construct from tmp - gradSchemes 2010-12-17 16:58:09 +01:00
9d95a6f59d COMP: avoid ambiguous construct from tmp - ddtSchemes 2010-12-17 16:57:02 +01:00
4c5ce4c8fb COMP: avoid ambiguous construct from tmp - fvPatchFields/derived 2010-12-17 16:54:24 +01:00
881f0c03a7 COMP: avoid ambiguous construct from tmp - fvPatchFields/basic, constraint 2010-12-17 16:52:10 +01:00
e08395c045 COMP: avoid ambiguous construct from tmp - finiteVolume/cfdTools 2010-12-17 16:49:49 +01:00
bd7d27e622 COMP: avoid ambiguous construct from tmp - engine 2010-12-17 16:43:37 +01:00
7b1eb1ceb8 COMP: avoid ambiguous construct from tmp - dynamicFvMesh, dynamicMesh 2010-12-17 16:38:45 +01:00
cf4bde4936 COMP: avoid ambiguous construct from tmp - src/OpenFOAM 2010-12-17 16:33:09 +01:00
f883a3f136 COMP: incorrect constructor used in explicitSource 2010-12-17 16:50:14 +01:00
e09a227a48 COMP: qualify methods from surfaceFormatsCore 2010-12-17 16:20:17 +01:00
215450ccd1 STYLE: adjust copyright dates on scotch decompose 2010-12-17 16:17:42 +01:00
d5edc848e4 BUG: invalid expand() on const fileName& 2010-12-17 16:11:54 +01:00
5ddca2ee01 COMP: macros for non-templated chemistry readers 2010-12-17 16:11: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
3d2734f62b COMP: NamedEnum specialization within 'Foam' namespace only
- specializing within deeper nested namespaces is not allowed
2010-12-17 09:49:59 +01:00
ce7694efcc STYLE: add trailing ';' after makePatchTypeFieldTypedefs 2010-12-17 09:40:02 +01:00
e53c41418e COMP: avoid bind to temporary 2010-12-16 08:08:20 +01:00
4e5224f970 COMP: interpolation lookup table had fvMesh, but only needed objectRegistry 2010-12-15 14:17:58 +01:00
36509f045b BUG: typo in copy constructor for coordinateSystem 2010-12-15 10:17:37 +01:00