Commit Graph

227 Commits

Author SHA1 Message Date
4347659947 ENH: cyclicSlip: GAMG support 2013-07-18 13:05:57 +01:00
e82549728c ENH: GAMGAgglomeration: added profile printing 2013-07-17 11:05:55 +01:00
2496b4ed91 ENH: lduAddressing: added profile calculation 2013-07-16 21:29:41 +01:00
cf12df4564 Merge remote-tracking branch 'origin/master' into feature/procAgglom 2013-07-16 09:08:22 +01:00
d5d242a630 BUG: GAMG: revert to non-energy preserving when processor agglomerating 2013-07-16 09:07:38 +01:00
b38086352c Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-15 15:33:31 +01:00
b1025f1849 ENH: GAMG: support for cyclicSlip 2013-07-15 15:33:08 +01:00
0b7a873c07 fvMatrixSolve: print solver messages only if the SolverPerformance debug switch is set
etc/controlDict: Set SolverPerformance debug switch default to 1
2013-07-03 22:16:40 +01:00
2d124e8e8b Removed blank-line 2013-06-20 10:40:01 +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
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
fa45dde21d ENH: GAMGAgglomeration: use float for average in table 2013-06-03 13:30:14 +01:00
02f727c0eb ENH: GAMGAgglomeration: corrected message 2013-05-17 11:19:58 +01:00
153e0c690b ENH: GAMGAgglomeration: better printing 2013-05-16 20:28:47 +01:00
f3b7047a75 ENH: procFaces: new GAMGProcAgglomeration method 2013-05-14 20:50:33 +01:00
2f1b6d9e96 ENH: GAMGProcAgglomeration: use non-blocking transfers 2013-05-10 13:13:33 +01:00
929a92bf7d BUG: lduPrimitiveMesh: combining external patches in synchronised order 2013-05-08 12:51:39 +01:00
e0b972606b STYLE: GAMGAgglomeration: move starting mesh interface setting into base class 2013-05-03 09:27:26 +01:00
c4a4611b0f Merge remote-tracking branch 'origin/feature/procAgglom'
Conflicts:
	src/OpenFOAM/meshes/lduMesh/lduMesh.H
2013-05-02 14:44:59 +01:00
fa63ade137 STYLE: GAMGInterfaceField: clean up commented out code 2013-05-02 13:48:52 +01:00
6be54d77a1 ENH: lduPrimitiveMesh: remove stored patchAddr functionality 2013-05-02 12:37:09 +01:00
316cb8302f BUG: lduPrimitiveMesh: hold, not refer to, interfaces 2013-05-01 16:53:00 +01:00
d7cadf4937 Merge remote-tracking branch 'origin/master' into feature/procAgglom
Conflicts:
	src/OpenFOAM/db/IOstreams/Pstreams/Pstream.H
	src/OpenFOAM/db/IOstreams/Pstreams/UPstream.C
	src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
	src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C
	src/OpenFOAM/db/IOstreams/Pstreams/gatherScatter.C
	src/OpenFOAM/db/IOstreams/Pstreams/gatherScatterList.C
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.C
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaceFields/processorGAMGInterfaceField/processorGAMGInterfaceField.H
	src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/GAMGInterface/GAMGInterface.H
	src/finiteVolume/fvMesh/fvMesh.H
2013-04-23 09:41:15 +01:00
4c7c00b3c7 ENH: GAMGProcAgglomeration: added none method 2013-04-22 16:41:02 +01:00
c983a581d4 ENH: GAMGProcAgglomeration: check for parallel running 2013-04-20 20:59:24 +01:00
7c022605e7 ENH: manual: change syntax 2013-04-20 06:27:48 +01:00
1f5c928fd9 ENH: manualGAMGProcAgglometion: adapted comment 2013-04-19 21:07:41 +01:00
6cb2be20a3 ENH: GAMGProcAgglomeration methods 2013-04-19 21:02:14 +01:00
7927435a4b ENH: GAMG: cleanup 2013-04-17 10:26:55 +01:00
4869b59290 ENH: GAMGProcAgglomeration: cleanup 2013-04-17 09:07:33 +01:00
73b094c028 ENH: GAMGAgglomeration: cleanup 2013-04-16 15:39:38 +01:00
cf4e70612e BUG: LUscalarMatrix: incorrect debug control 2013-04-16 15:38:33 +01:00
dd4a5564a4 BUG: lduPrimitiveMesh: incorrect upper-triangular ordering 2013-04-16 11:03:42 +01:00
488cfd5946 ENH: dummy agglomeration method for testing: dummyAgglomeration 2013-04-16 10:40:16 +01:00
8acd81694e ENH: GAMGSolver: initial working version 2013-04-03 16:46:19 +01:00
f966d8a584 ENH: GAMGAgglomeration: initial working version 2013-04-03 16:43:49 +01:00
7b345de5a7 ENH: GAMGInterface: additional checking 2013-04-03 16:34:45 +01:00
9e3c5f3b30 ENH: GAMGInterfaceField: added access for interface 2013-04-03 16:33:07 +01:00
e34f60d9b1 STYLE: processorGAMGInterface: unused argument 2013-04-03 16:31:18 +01:00
450e9dfeb9 ENH: lduMatrix: added external resizing 2013-04-03 16:27:05 +01:00
e4fc9807c3 STYLE: Updates to erroneous copyright dates 2013-03-13 09:32:03 +00:00
f389b3e325 ENH: GAMGAgglomeration: moved processor agglomeration into GAMGAgglomeration 2013-03-06 13:59:01 +00:00
62930bb4bf BUG: lduPrimitiveMesh: multi-agglomeration failing to create interfaces; memory leaks 2013-03-04 18:32:59 +00:00
2007cc1c5f GAMGAgglomeration: set to be a GeometricMeshObject to ensure it is deleted in AMI cases when the mesh moves 2013-03-01 17:47:19 +00:00
bf07d6ba68 ENH: Add SymmetricSquareMatrix class and specialisations of LUDecompose and LUSolve. 2013-03-01 16:32:33 +00:00
549d26f307 ENH: GAMGAgglomeration: moved lduMesh agglomeration into GAMGAgglomeration 2013-03-01 06:03:10 +00:00
d9db5dc42d ENH: GAGMInterface: added construct from Istream 2013-03-01 06:01:03 +00:00
cfc708bc09 BUG: GAMGSolver: fixed solving on coarsest level 2013-02-27 16:13:57 +00:00