- Mar 31, 2022
-
-
Dmitri Naumov authored
-
-
-
- Feb 18, 2022
-
-
-
joergbuchwald authored
-
joergbuchwald authored
-
- Jan 27, 2022
- Jan 19, 2022
-
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Jan 06, 2022
-
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
Later on LisLinearSolver can be completly removed since it was only used from EigenLisLinearSolver that is still available.
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
Tom Fischer authored
-
- Dec 02, 2021
-
-
The definition of implicit copy assignment operator for a class is deprecated because it has a user-declared copy constructor as issued by -Wdeprecated-copy warning. Since the definitions of default copy constructors are implictly created by the compiler (as well as the copy assignments) the definitions are not needed.
-
- Nov 24, 2021
-
-
Update and unify documentation.
-
- Oct 06, 2021
-
-
Dmitri Naumov authored
This covers both, the serial and parallel cases: seqaij and mpiaij. The latter matrix type will not work for serial cases---#3203.
-
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."
-
Dmitri Naumov authored
The matrix type set through command line arguments was overriden by an extra call. Changing the orders assigns the command line options higher priority than the default aij matrix type.
-
- Aug 30, 2021
-
-
Dmitri Naumov authored
-
- Aug 27, 2021
-
-
-
Dmitri Naumov authored
-
- Jul 28, 2021
-
-
Lars Bilke authored
-
- Jun 15, 2021
-
-
Dmitri Naumov authored
-
- Jun 14, 2021
-
-
Dmitri Naumov authored
-
- May 17, 2021
-
-
Dmitri Naumov authored
-
- Apr 06, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
The Sparse' module parts are used also if unsupported module support is turned off.
-