- Apr 12, 2017
-
-
Vít Hanousek authored
úprava distribuovaného gridu, okrajové nody již nemají přesahy ve směru kde není soused Kód obsahuje BUG pro jedořádkové/jednosloupcové distribuce nodů, myslím.
-
- Apr 05, 2017
-
-
Vít Hanousek authored
-
- Nov 30, 2016
-
-
Jakub Klinkovský authored
-
- Nov 29, 2016
-
-
Tomáš Oberhuber authored
-
- Nov 10, 2016
-
-
Jakub Klinkovský authored
-
- Oct 15, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
Entity basis and orientation is passed only to faces and edges.
-
Jakub Klinkovský authored
-
- Oct 12, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 09, 2016
-
-
Tomáš Oberhuber authored
-
- Oct 08, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Oct 06, 2016
-
-
Jakub Klinkovský authored
-
- Oct 02, 2016
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Sep 28, 2016
-
-
Jakub Klinkovský authored
This reverts commit 40379dcf.
-
- Sep 27, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
- base class with non-virtual destructor causes undefined behaviour - missing return statements at the end of non-void functions - missing const before char* function argument - reordered initialization of class members - misleading indentation after for statement - fixed use of uninitialized variables - fixed unsequenced modification and access to variables (the C++ standard does not define the evaluation order of operands, so expressions with side-effects such as j++ cause undefined behaviour)
-
Jakub Klinkovský authored
Apart from squashing begin, end, entityOrientation and entityBasis parameters into TraverserKernelData, this does not improve performance of the LinearSystemAssembler, ExplicitUpdater etc., but in tnl-mhfem it allows us to pass MeshDependentData, which is already available as a SharedPointer, directly to the grid traverser without duplicating the transfer to GPU.
-
- Sep 13, 2016
-
-
Tomáš Oberhuber authored
-
- Sep 08, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 21, 2016
-
-
Jakub Klinkovský authored
-
- Aug 20, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 19, 2016
-
-
Jakub Klinkovský authored
-
- Aug 18, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 17, 2016
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Aug 11, 2016
-
-
Tomáš Oberhuber authored
-
- Aug 10, 2016
-
-
Tomáš Oberhuber authored
-