- Dec 22, 2015
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
...and some simplifications in tnlSolverStarter - needs more!
-
- Dec 13, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 12, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 11, 2015
-
-
Tomáš Oberhuber authored
-
- Dec 10, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Dec 01, 2015
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
The system is actually solved for t+tau, not t.
-
Jakub Klinkovský authored
The nextIteration() method should not be called here because it increments the iteration counter.
-
Jakub Klinkovský authored
-
- Nov 26, 2015
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- 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.
-
Jakub Klinkovský authored
-
- Nov 09, 2015
-
-
Tomáš Oberhuber authored
-
- Nov 08, 2015
-
-
Tomáš Oberhuber authored
-
- Nov 07, 2015
-
-
Jakub Klinkovský authored
Moved tnlObject_impl.h back to tnlObject.cpp since function definitions in header files cause duplicates when building libtnl. The constructor of tnlObject is __cuda_callable__ so it's empty definition was moved directly to tnlObject.h to make it visible to nvcc.
-
Jakub Klinkovský authored
Problem with marking tnlObject's virtual destructor as __cuda_callable__ is yet to be solved...
-
- Nov 06, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 04, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Nov 03, 2015
-
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- Nov 01, 2015
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Oct 28, 2015
-
-
Tomáš Oberhuber authored
-
- Oct 25, 2015
-
-
Ondrej authored
-
- Oct 09, 2015
-
-
Jakub Klinkovský authored
-
- Oct 08, 2015
-
-
Jakub Klinkovský authored
Parentheses around operator& are necessary due to operator priority
-
- Oct 02, 2015
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Used shorter __cuda_callable__ instead of __host__ __device__ and testing if HAVE_CUDA is defined.
-
- Oct 01, 2015
-
-
Tomáš Oberhuber authored
-
Jakub Klinkovský authored
-