Commit Graph

2352 Commits

Author SHA1 Message Date
9991ac08bb ENH: PtrList: append function 2013-06-14 12:47:30 +01:00
104d262f8d ENH: faceZone: warn for illegal contents 2013-06-13 14:13:53 +01:00
180c59fbe2 BUG: argList: parRunControl_ destruction order (since does Pstream::exit) 2013-06-13 14:13:10 +01:00
846283d0c5 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-13 13:00:10 +01:00
15994afca1 ENH: Removed unused source file 2013-06-13 12:46:44 +01:00
b2b45d0a5e ENH: Removed unused source file 2013-06-13 12:40:57 +01:00
818f6a549f pairGAMGAgglomeration: Support reverse cell-scanning without reversing the order of the generated agglomeration
Gives better cache coherency
2013-06-12 12:57:50 +01:00
43ac607386 GAMGSolverInterpolate: Correct interpolate for conservation
such that the sum of the values in the fines cells is equal to the value in the coarse cell
2013-06-12 12:53:47 +01:00
f2daad4806 Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to spew-out hundreds of warning messages 2013-06-11 20:10:42 +01:00
d48c4423b4 git pushMerge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 14:30:48 +01:00
e6f58fa7b9 ENH: Added missing typedef 2013-06-11 13:16:44 +01:00
c19187c755 STYLE: Correct typo 2013-06-11 10:45:00 +01:00
fa8bb697b9 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 14:37:04 +01:00
745ca39fbe ENH: scalarField: added unit conversions on fields 2013-06-07 14:35:24 +01:00
0b6b2b0f53 STYLE: polyMeshTools: unused code 2013-06-07 12:13:49 +01:00
b5004453ae Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 11:36:51 +01:00
6f40272339 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 10:11:37 +01:00
a50d78ea93 EMH: Adding a hook to functionObject called 'timeSet' at the
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:11:07 +01:00
f5bfc5d2e7 ENH: scalarMatrices: Add determinant calculation 2013-06-07 08:57:04 +01:00
9ba219d0f3 ENH: MGridGen: enforce all coarse cells to be single connected region 2013-06-06 06:04:00 +01:00
f98d55fd47 TimeIO: write entries in <time>/uniform:time in userTime units 2013-06-04 15:16:47 +01:00
690b7e4ce4 ENH: cachedRandom: added support for global random numbers 2013-06-04 11:48:54 +01:00
c644cb680b Merge branch 'master' into feature/cvMesh
Conflicts:
	applications/utilities/mesh/generation/snappyHexMesh/snappyHexMesh.C
2013-06-03 16:27:14 +01:00
fa45dde21d ENH: GAMGAgglomeration: use float for average in table 2013-06-03 13:30:14 +01:00
4c70254450 ENH: polyMeshTools: abstract boundary skewness calc 2013-05-31 17:38:49 +01:00
55f55a2436 STYLE: Correct indentation 2013-05-31 09:38:39 +01:00
1f89e3b5d4 ENH: Add Field and IOField for quaternion 2013-05-31 09:34:22 +01:00
d66401c0be ENH: Move pointEdge sorting to PatchTools 2013-05-31 09:30:00 +01:00
399c65f963 Merge branch 'master' into feature/cvMesh 2013-05-30 10:34:49 +01:00
44e65ecc78 ENH: GeometricField: patch names override patch groups 2013-05-30 10:29:29 +01:00
f115890dba ENH: autoPtr: added reUse flag, improved error message 2013-05-21 14:22:43 +01:00
3cdc5d4085 STYLE: processorPatch: remove unused comm argument 2013-05-21 14:20:41 +01:00
02f727c0eb ENH: GAMGAgglomeration: corrected message 2013-05-17 11:19:58 +01:00
fc0120f9a0 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-05-16 20:29:05 +01:00
153e0c690b ENH: GAMGAgglomeration: better printing 2013-05-16 20:28:47 +01:00
e949a025f0 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-05-16 15:59:11 +01:00
0bf5772998 Merge remote-tracking branch 'origin/feature/procAgglom' 2013-05-14 20:59:57 +01:00
caebdcc895 STYLE: meshObject: fix start date 2013-05-14 20:56:13 +01:00
f3b7047a75 ENH: procFaces: new GAMGProcAgglomeration method 2013-05-14 20:50:33 +01:00
1df4f9e8f6 ENH: lduPrimitiveMesh: make constructor easier 2013-05-14 20:48:38 +01:00
8009617b23 ENH: wordIOList: return columnsizes when printing table 2013-05-14 20:44:40 +01:00
2c77f55d1d Merge branch 'master' into feature/cvMesh 2013-05-13 10:54:26 +01:00
c08917f196 STYLE: Code formatting 2013-05-13 09:38:54 +01:00
2f1b6d9e96 ENH: GAMGProcAgglomeration: use non-blocking transfers 2013-05-10 13:13:33 +01:00
ee145db19b Merge remote-tracking branch 'origin/master' into feature/procAgglom 2013-05-08 12:52:45 +01:00
929a92bf7d BUG: lduPrimitiveMesh: combining external patches in synchronised order 2013-05-08 12:51:39 +01:00
6f9823d0de Merge branch 'master' into feature/cvMesh
Conflicts:
	src/OpenFOAM/algorithms/indexedOctree/indexedOctree.C
	src/OpenFOAM/algorithms/indexedOctree/indexedOctree.H
	src/dynamicMesh/polyMeshFilter/polyMeshFilter.C
	src/meshTools/indexedOctree/treeDataPrimitivePatch.C
	src/meshTools/indexedOctree/treeDataTriSurface.C
	src/meshTools/triSurface/triSurfaceSearch/triSurfaceSearch.C
2013-05-08 12:20:52 +01:00
072c1b070b ENH: Added copy constructor to argList 2013-05-08 11:38:18 +01:00
0e7a8770b4 BUG: IOdictionary: account for communicator in OPstream call 2013-05-07 10:58:04 +01:00
9e60647c42 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-05-03 17:15:38 +01:00