- Nov 24, 2021
-
-
Update and unify documentation.
-
- Oct 06, 2021
-
-
Dmitri Naumov authored
From the documentation https://petsc.org/release/docs/manualpages/Vec/VecSetUp.html: "For basic use of the Vec classes the user need not explicitly call VecSetUp(), since these actions will happen automatically."
-
- May 17, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Mar 02, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jul 16, 2020
-
-
Dmitri Naumov authored
VecGetArray function requires the accessed vector not to be locked.
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 19, 2019
-
-
Tom Fischer authored
-
- Sep 11, 2019
-
-
Dmitri Naumov authored
If only file name is specified it causes a warning about the name not to be specific enough if there is another file with the same name, e.g.: the name `IdealGasLaw.h' supplied as the second argument in the \file statement matches the following input files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h ogs/MaterialLib/MPL/Properties/IdealGasLaw.h Please use a more specific name by including a (larger) part of the path! From now on only \file w/o a name or a full path will be allowed. find -type f | xargs sed -i 's%\(\\file\).*%\1%'
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Feb 21, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Jun 13, 2017
-
-
wenqing authored
-
- Jun 12, 2017
-
-
wenqing authored
-
- Jun 09, 2017
- Jun 07, 2017
- Jan 09, 2017
-
-
Dmitri Naumov authored
-
- Jun 14, 2016
-
-
Norihiro Watanabe authored
-
- Jun 10, 2016
-
-
Norihiro Watanabe authored
-
- Apr 25, 2016
-
-
Christoph Lehmann authored
-
- Mar 17, 2016
-
-
Christoph Lehmann authored
-
- Mar 16, 2016
-
-
Christoph Lehmann authored
-
- Mar 11, 2016
-
-
Christoph Lehmann authored
-
- Feb 19, 2016
-
-
Christoph Lehmann authored
-
- Feb 10, 2016
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Oct 07, 2015
-
-
wenqing authored
-
- Jan 20, 2015
-
-
Dmitri Naumov authored
-
- Jan 13, 2015
-
-
wenqing authored
Added linear solver time info. Matrix preallocation type. Change type of MatSetValues(). Collect finilize assembly calls in one place. Make PETScVector::viewer() a const method.
-