- Aug 26, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 25, 2018
-
-
Tomáš Oberhuber authored
Fixed handling of the boundary conditions for explicit solver - introduced a method Problem::applyBoundaryConditions.
-
- Aug 24, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 23, 2018
-
-
Tomáš Oberhuber authored
-
- Aug 22, 2018
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Aug 21, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
It is not needed, since CUSPARSE is included in all versions of CUDA since at least 7.0. Also note that CUSPARSE is needed only for some tests and legacy code (tnl-benchmark-spmv and wrappers in Matrices::CSR) and experimental code (Preconditioners::ILU0). Everything is still guarded by the HAVE_CUSPARSE macro, so the user can pass -DHAVE_CUSPARSE -lcusparse to the compiler to enable the features.
-
- Aug 06, 2018
-
-
Jakub Klinkovský authored
I don't understand how it could work on the small grids...
-
- Jul 15, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 14, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 07, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Why do problems have this method anyway? It was obviously never used...
-
- Jan 19, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Needs refactoring!
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The previous version was too complicated and even wrong as it did not allow to configure e.g. solvers with doubles and meshes with floats.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jan 09, 2018
-
-
Jakub Klinkovský authored
-
- Nov 12, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Implementation of TimeIndependentPDESolver.
-
- Nov 10, 2017
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Oct 17, 2017
-
-
Jakub Klinkovský authored
- separate data types for input arrays of binary operations (necessary for the equality comparison of two arrays of different type) - added separate template parameter for ResultType, which defaults to the RealType (the goal is to allow sum of bool vectors into int instead of bool)
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jul 31, 2017
-
-
Jakub Klinkovský authored
-
- Jul 30, 2017
-
-
Jakub Klinkovský authored
-
- Jul 27, 2017
-
-
Tomáš Oberhuber authored
-
- Jul 10, 2017
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-