Hrvoje Jasak
327be98074
Bugfix: use optimised comm
2016-10-06 12:48:55 +01:00
Hrvoje Jasak
b514e95f1b
Activate local comms in GGI
2016-09-15 15:35:48 +01:00
Hrvoje Jasak
7bab48776c
Pstream with a single comm, updated parallel ops
2016-09-14 05:24:50 +01:00
Hrvoje Jasak
3143f456cc
Feature: Rewrite of GGI comms on AMG agglomeration
2016-08-11 15:08:53 +01:00
Henrik Rusche
07e9416f30
Bump version in headers
2016-06-21 15:04:12 +02:00
Hrvoje Jasak
5c380a6de7
Bugfix: stabilise division when the residual is zero
2016-05-06 09:20:09 +01:00
Hrvoje Jasak
bd97dba10b
GAMG to AMG
2016-03-17 11:42:49 +00:00
Hrvoje Jasak
20a8ffac25
Formatting
2016-03-17 11:41:33 +00:00
Hrvoje Jasak
1c1f3c1b2d
Bugfix: changed additive correction bounds in scalar AMG
2016-03-17 11:41:14 +00:00
Hrvoje Jasak
5766de6e54
Bugfix: Tmul instead of Amul
2016-03-16 11:55:24 +00:00
Hrvoje Jasak
9710a2246e
Bugfix: better signalling
2016-02-05 13:47:27 +00:00
Vuko Vukcevic
005ab7aa87
Minor extendedLdu matrices consistency rewrite compared to ldu matrices
2016-01-06 03:47:50 +00:00
Vuko Vukcevic
9135f079b8
First version of BlockILUCp preconditioner
2016-01-06 03:37:08 +00:00
Hrvoje Jasak
49d85398e8
Feature ILUCp and BlockILUCp preconditioning, extended addr update and clean-up
2016-01-06 03:27:19 +00:00
Hrvoje Jasak
d0cc0e512d
Formatting
2016-01-06 03:27:17 +00:00
Vuko Vukcevic
07432c2812
Removed unavailable aamgPolicy from Make/files in lduSolvers
2016-01-06 03:27:17 +00:00
Vuko Vukcevic
4507f15c8f
Minor extendedLdu matrices consistency rewrite compared to ldu matrices
2016-01-06 03:27:17 +00:00
Vuko Vukcevic
21793b443c
First version of BlockILUCp preconditioner
2016-01-06 03:26:28 +00:00
Vuko Vukcevic
0249bdfd65
ILUCp preconditioner - ILU with run-time selectable level of fill in
2016-01-06 03:26:28 +00:00
Vuko Vukcevic
ef2d2fa390
Performance tweak of ILUC0 algorithm
2016-01-06 03:26:28 +00:00
Vuko Vukcevic
398dd25b9b
Crout ILU0 algorithm: preparation for ILU1
2016-01-06 03:26:28 +00:00
Hrvoje Jasak
ce67a4d1ec
Feature: linear solver update: ILUp and two-level AMG smoothers
...
Conflicts:
src/foam/matrices/blockLduMatrix/BlockLduPrecons/BlockILUCpPrecon/BlockILUCpPrecon.H
src/foam/matrices/blockLduMatrix/BlockLduSmoothers/BlockLduSmoother/BlockLduSmoother.C
2016-01-05 20:27:45 +00:00
Vuko Vukcevic
b320555dce
Removed bPrime update on reverseSweep in symGaussSeidel preconditioner
2015-10-30 10:40:50 +00:00
Hrvoje Jasak
eecdea4535
Formatting
2015-08-26 10:45:51 +01:00
Dominik Christ
5d9f39d6f5
Adaptions necessary due to changes in foam-lib
2015-08-07 13:01:06 +01:00
Hrvoje Jasak
7f92fbcae4
Prevent copying of switches: this causes double deletion error
2015-06-04 18:04:33 +01:00
Henrik Rusche
0a02a92e53
Upgrade copyright notices & banner in source code
2015-05-17 15:58:16 +02:00
Hrvoje Jasak
e054cad9be
Global controlDict pre-merge.
2015-05-14 20:31:22 +01:00
Hrvoje Jasak
a2300be5f9
Formatting
2015-05-14 11:18:46 +01:00
Martin Beaudoin
4706995f5f
controlSwitches: updating after code merge. Minor correction for DimensionedConstants sigmaSB. Adapting foamDebugSwitches
2015-05-02 09:57:47 -04:00
Martin Beaudoin
e64704203c
Merge branch 'nextRelease' into nr/feature/changeGlobalControlDictParamsFromCmdLine
2014-12-24 11:59:55 -05:00
Hrvoje Jasak
d45105a082
Minor updates
2014-09-30 13:26:34 +01:00
Martin Beaudoin
b21d148a4f
Split the various controlSwitches derived classes under different filenames. Adjust the #include directives accordingly
2014-05-29 15:51:29 -04:00
Hrvoje Jasak
05dc011f83
Block AMG solver updates
2014-05-29 00:18:30 +01:00
Hrvoje Jasak
8a57bfe44d
Formatting
2014-05-28 20:19:15 +01:00
Martin Beaudoin
6f1102cb5d
Add options for modifying the global controlDict values/switches from the command-line
...
The following command-line options are available:
-DebugSwitches key=value
-DimensionedConstants key=value
-InfoSwitches key=value
-OptimisationSwitches key=value
-Tolerances key=value
In order to modify more than one key/value pair for a given category, you will
need to specify a given option more than once.
If an invalid/unknown key is specified, a complete list of valid keys for the
application will be written at the console.
Martin Beaudoin 05/2014
2014-05-28 01:11:17 -04:00
Bernhard F.W. Gschaider
c5268194fe
User the sortedToc on every runtime-selection table known to man
2014-05-27 15:54:52 +02:00
Hrvoje Jasak
aac5de5e16
Renamed and cleaned foam-extend
2013-12-11 16:09:41 +00:00
Dominik Christ
c046162390
Compilation update
2013-09-18 14:24:15 +01:00
Hrvoje Jasak
30b35bab83
gcc-4.8 compilation updates. Andreas Feymark
2013-09-18 09:19:52 +01:00
Henrik Rusche
9881701238
Reverting erroneous Make file
2013-08-29 15:22:29 +02:00
Hrvoje Jasak
244849fac2
Profiling update, Bernhard Gscheider
2013-08-26 12:00:13 +01:00
Dominik Christ
5d2e6afc90
bugfix in PAMG policy
2013-08-15 09:57:56 +01:00
Henrik Rusche
3241862b6c
Remove trailing whitespace systematically
2013-07-18 10:15:54 +02:00
Henrik Rusche
e394390d8f
Merge branch 'HJ/AdjointImmersedBoundary' into masterSF
...
Conflicts:
ThirdParty/AllMake.stage1
ThirdParty/AllMake.stage4
ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0
ThirdParty/rpmBuild/SPECS/ParaView-3.12.0.spec
ThirdParty/rpmBuild/SPECS/libccmio-2.6.1.spec
ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec
ThirdParty/rpmBuild/SPECS/qt-everywhere-opensource-src-4.7.4.spec
etc/prefs.csh-EXAMPLE
etc/prefs.sh-EXAMPLE
etc/settings.csh
etc/settings.sh
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C
src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/reconCentral/reconCentral.C
testHarness/OSIG/Turbomachinery/README.txt
testHarness/OpenFOAM/1.6-ext/CMakeFiles/CMakeLists.txt
2013-07-03 15:11:21 +02:00
Hrvoje Jasak
f6b896db76
Cut-off top-level solution if the number of equations is small
2013-06-28 17:11:41 +01:00
Hrvoje Jasak
75be6fb23e
AMG solver robustness improvements
2013-06-27 17:50:02 +01:00
Martin Beaudoin
3a7b0de428
Fixing compilation of lduSolvers following removal of files
2013-06-02 09:11:26 -04:00
Hrvoje Jasak
ba3d1e6dd1
Added handling for solo cells
2013-05-31 11:12:48 +01:00
Hrvoje Jasak
b23535ae7a
Changed handling of coupled interfaces for ldu - compilation update
2013-05-31 11:11:14 +01:00