No description
This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Vanja Skuric e3115846f5 New feature: generalization of storage for solverPerformanceDict based on templated BlockSolverPerformance (by Pascal Beckstein)
To correct the previous commit, the BlockSolverPerformance has been enhanced
by a replace(...) and max(...) memeber function.
The matrix solve functions of fvMatrix, faMatrix and tetFemMatrix now store
solver performance data for all components in the solverPerformance dictionary
of solution. However, they will still return a scalar-valued
lduSolverPerformance based on the component with the max residual.
This is necessary as otherwise the type of a non-scalar field, which may be
specified in fvSolution::residualControl does not match the type which is
written to and read from the solverPerformance dictionary in the
maxTypeResidual(...) from solutionControl. If e.g. the field U is given
in fvSolution::residualControl of solutionControl, the constructor of
BlockSolverPerformance in the maxTypeResidual(...) from solutionControl
expects to read a vector ( u1 u2 u3 ) from the dictionary and not just one
component.
The changes are inspired and directly related to the following vanilla
commit:
1944b09bb5
2018-02-11 18:59:15 +01:00
applications Merge commit '9fbf8f1bfce0b178d61be485fac02007bf9c8b77' into nextRelease 2018-02-07 12:14:10 +00:00
bin Windows RunFunctions update. 2017-04-17 15:23:30 +02:00
doc Build instructions and VagrantBoxes: Dropped dependency on binutils-dev(el), which was only needed for libiberty.a. 2016-08-25 23:14:44 +01:00
etc Adding a new processor configuration for ARM v8 2018-02-07 12:02:39 +00:00
extend-bazaar Fixed FSI library version in extend-bazaar (Ticket #6 by Adam Vandergriff) 2017-05-12 14:00:22 +02:00
Macros Bump version in headers 2016-06-21 15:04:12 +02:00
src New feature: generalization of storage for solverPerformanceDict based on templated BlockSolverPerformance (by Pascal Beckstein) 2018-02-11 18:59:15 +01:00
testHarness Update test harness to 4.0. Cesare Guardino 2016-06-07 16:28:09 +01:00
ThirdParty Merge commit '084a033843ed2e8693454de9760c8cb98952bf72' into nextRelease 2018-02-09 13:48:18 +00:00
tutorials Merge commit '4be7661f1d586bad69ddad93b4463cc683b7f671' into nextRelease 2018-02-07 12:09:04 +00:00
vagrantSandbox Build instructions and VagrantBoxes: Dropped dependency on binutils-dev(el), which was only needed for libiberty.a. 2016-08-25 23:14:44 +01:00
validationAndVerificationSuite Validation suite update: 2017-04-27 15:00:44 +02:00
wmake Adding a new processor configuration for ARM v8 2018-02-07 12:02:39 +00:00
.gitattributes Add .gitattributes for custom gitlab language highlighting 2018-02-07 12:02:39 +00:00
.gitignore Correctly ignore changes to the configuration and include files from KDevelop 2016-06-29 02:29:03 +02:00
.hgignore Fixes and a script to compile Foam in one go 2014-02-10 15:12:04 +01:00
Allclean Added Allclean and Allwmake.firstInstall 2013-09-23 16:08:50 +01:00
Allwmake Compilation update 2013-09-18 14:24:15 +01:00
Allwmake.firstInstall Added bazaar packages 2014-06-17 11:35:58 +02:00
Allwmake.mingw Bump version in headers 2016-06-21 15:04:12 +02:00
Changelog.current Removing trailing whitespace 2015-05-17 15:27:49 +02:00
CMakeLists.txt Bump version in headers 2016-06-21 15:04:12 +02:00
COPYING Changed v2 to v3 in remaining text files 2014-04-03 15:54:00 +01:00
CTestConfig.cmake Bugfix: Corrected CDDash repo to 4.0. Martin Beaudoin 2016-08-01 16:45:37 +01:00
DraftReleaseNotes-nextRelease Draft for next release notes 2016-01-05 14:43:11 +00:00
ExtendProjectPreamble Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
ListOfContributors Bugfix: updated list of contributors 2017-02-09 13:40:12 +00:00
README_RealGasBranch Removing trailing whitespace, tabs and DOS CR & Fixing some indentation 2016-06-21 12:03:31 +02:00
ReleaseNotes Updated ReleaseNotes for foam-extend-4.0 2016-12-13 11:08:49 +01:00
ReleaseNotes.html Updated ReleaseNotes for foam-extend-4.0 2016-12-13 11:08:49 +01:00
ReleaseNotes.txt Updated ReleaseNotes for foam-extend-4.0 2016-12-13 11:08:49 +01:00