OpenFOAM-5.x/src/OpenFOAM
Henry Weller 1bc9ff44e1 Legacy solver wrappers ICCG and BICCG removed
Instead of ICCG use PCG with the DIC preconditioner
Instead of BICCG use PBiCG with the DILU preconditioner
2016-06-14 14:53:28 +01:00
..
algorithms Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
containers foamDebugSwitches -> foamList -debug 2016-06-10 13:34:58 +01:00
db Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
dimensionedTypes src/OpenFOAM: Use Zero rather than pTraits<Type> 2016-03-22 10:38:30 +00:00
dimensionSet Added forward declaration of friend functions 2016-05-29 22:28:37 +01:00
fields postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
global foamDebugSwitches -> foamList -debug 2016-06-10 13:34:58 +01:00
graph Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
include postProcess: Added '-list' option to list the available configured functionObjects 2016-06-01 16:28:07 +01:00
interpolations Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
Make Legacy solver wrappers ICCG and BICCG removed 2016-06-14 14:53:28 +01:00
matrices Legacy solver wrappers ICCG and BICCG removed 2016-06-14 14:53:28 +01:00
memory tmp: Added 'move' constructor to simplify return of unchanged 'tmp' arguments. 2016-05-23 12:01:36 +01:00
meshes checkMesh: Added writing of faceSets and cellSets containing errors 2016-06-12 20:51:07 +01:00
primitives Added forward declaration of friend functions 2016-05-29 22:28:37 +01:00