- Jan 15, 2020
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Jul 14, 2019
-
-
Tomáš Oberhuber authored
-
- Sep 20, 2018
-
-
Jakub Klinkovský authored
-
- Sep 15, 2018
-
-
Jakub Klinkovský authored
The std::isnan method can be safely used in host code (if the compiler is not moron). There is no device code which uses isnan so the TNL::isNan function is useless. This reverts commit 0eff2f63.
-
- Sep 12, 2018
-
-
Tomáš Oberhuber authored
-
- Sep 05, 2018
-
-
Jakub Klinkovský authored
-
- Sep 03, 2018
-
-
Jakub Klinkovský authored
Works fine with g++ 5.5 and nvcc 8.0 in Arch Linux. File a bug report on Gitlab if you have problems.
-
- Sep 02, 2018
-
-
Tomáš Oberhuber authored
-
- Jul 22, 2018
-
-
Tomáš Oberhuber authored
-
- Dec 05, 2017
-
-
Tomáš Oberhuber authored
-
- Aug 04, 2017
-
-
Jakub Klinkovský authored
-
- Oct 07, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 02, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
Plus the associated revamping of the SolverStarter. Also ODESolverMonitor has been removed as its functionality has been merged into the IterativeSolverMonitor.
-
- Aug 17, 2016
-
-
Jakub Klinkovský authored
-
- Aug 08, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 07, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 27, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 20, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 19, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 16, 2016
-
-
Tomáš Oberhuber authored
-
- Jul 11, 2016
-
-
Tomáš Oberhuber authored
-
- May 10, 2016
-
-
Jakub Klinkovský authored
The call to the nextIteration() method must occur exactly once per iteration, otherwise incrementing the total iterations counter in wrong places might cause serious bugs. For example if minIterations is equal to 1 and the initial residue is smaller than convergenceResidue, the loop on line 154 in tnlGMRESSolver_impl.h will be entered, but the m-loop on line 179 will be skipped and on line 263 update() will be called with empty vectors, which will lead to division by zero.
-
- Apr 04, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 17, 2016
-
-
Tomáš Oberhuber authored
-
- Mar 06, 2016
-
-
Tomáš Oberhuber authored
Implemeting heat equation benchmark.
-
- Mar 05, 2016
-
-
Tomas Sobotik authored
-
- Dec 27, 2015
-
-
Jakub Klinkovský authored
The condition substituting nextIteration() is different than in the method itself, because incrementing the iteration counter is avoided.
-
- Nov 14, 2015
-
-
Jakub Klinkovský authored
This will ensure that in verbose mode, the final state of the linear system solvers is always printed. Previously this was the case only when refresh rate was equal to 1.
-
- Jun 21, 2015
-
-
Tomáš Oberhuber authored
-
- May 06, 2015
-
-
Tomáš Oberhuber authored
-
- May 03, 2015
-
-
Tomáš Oberhuber authored
Scripts tnl-compile and tnl-link were added.
-
- May 01, 2015
-
-
Tomáš Oberhuber authored
Parallel reduction in CUDA fixed. Boundary conditions in linear system assembler fixed. Min. iterations for linear solvers fixed.
-
- Apr 01, 2015
-
-
Tomas Sobotik authored
-
- Jan 13, 2015
-
-
Tomáš Oberhuber authored
-
- Jan 11, 2015
-
-
Tomáš Oberhuber authored
-
- Nov 23, 2014
-
-
Tomáš Oberhuber authored
-