- Dec 10, 2015
-
-
Jakub Klinkovský authored
* master: Optimizing L1 and L2 norms in CUDA.
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
Tomáš Oberhuber authored
-
- Dec 09, 2015
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský 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
* master: (34 commits) Fixing compilation with nvcc. Fixing C++11 flag in CMakeLists. Refactoring tnlFunction. Refactoring system for function types. Debuging mesh. Renaming Ellpack network to indexed multimap. Implementing superentity indecis storage in storage network (=indexed multimap) Fixing missing superentities of vertices. Inserting the Ellpack network to the mesh. Renaming Ellpack graph to Ellpack network. Adding sparse Ellpack graph. Refactoring mesh entity. Refactoring the mesh. Refactoring the mesh. Refactoring the mesh. Refactoring the mesh. Refactoring the mesh. Refactoring the mesh. Refactoring the mesh. Fixing mesh config validator. Adding mesh simplex. ...
-
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
-
Jakub Klinkovský authored
-
- Nov 13, 2015
-
-
Tomáš Oberhuber authored
Conflicts: src/mesh/layers/tnlMeshStorageLayer.h src/mesh/layers/tnlMeshSubentityStorageLayer.h src/mesh/layers/tnlMeshSuperentityStorageLayer.h src/mesh/tnlMesh.h tests/unit-tests/mesh/tnlMeshTester.h
-
- Nov 09, 2015
-
-
Tomáš Oberhuber authored
-
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...
-
Jakub Klinkovský authored
It does not make sense to define e.g. HAVE_CUSPARSE when HAVE_CUDA is not defined. Otherwise it would be necessary to pass the CUDA's include path even when compiling with GCC without CUDA support.
-
- Nov 06, 2015
-
-
Jakub Klinkovský authored
* master: Name in tnlObject is deleted. Deleting name from tnlString. Deleting name from tnlObject. Deleting name from tnlObject. Deleting name from tnlObject. Deleting name in tnlObject. Adding problem dependent build config tag to tnl-quickstart. Fixing tnl-quickstart.
-
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
-
- Oct 16, 2015
-
-
Tomáš Oberhuber authored
-
- Oct 14, 2015
-
-
Jakub Klinkovský authored
(I've actually encountered such error...)
-
- Oct 13, 2015
-
-
Jakub Klinkovský authored
The CXX_FLAGS variable does not exist/is unused by cmake.
-
- 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
The problem is that for example Arch Linux symlinks python to python3, which has different syntax (e.g. print is a function instead of a statement).
-