Skip to content
Snippets Groups Projects
  1. Feb 24, 2016
  2. Dec 28, 2015
  3. Dec 27, 2015
    • Jakub Klinkovský's avatar
      Fixed bug in GMRES solver · bcc18528
      Jakub Klinkovský authored
      The condition substituting nextIteration() is different than in the
      method itself, because incrementing the iteration counter is avoided.
      bcc18528
  4. Dec 22, 2015
  5. Dec 15, 2015
  6. Dec 13, 2015
  7. Dec 12, 2015
  8. Dec 11, 2015
  9. Dec 10, 2015
  10. Dec 09, 2015
  11. Dec 01, 2015
  12. Nov 26, 2015
    • Jakub Klinkovský's avatar
      f9dc1e41
    • Jakub Klinkovský's avatar
      Merge branch 'master' into mhfem · b43f898b
      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.
        ...
      b43f898b
    • Jakub Klinkovský's avatar
      Fixed bug in GMRES · 54bf2923
      Jakub Klinkovský authored
      54bf2923
    • Tomáš Oberhuber's avatar
      Fixing compilation with nvcc. · e3eb673f
      Tomáš Oberhuber authored
      e3eb673f
  13. Nov 14, 2015
  14. Nov 13, 2015
    • Tomáš Oberhuber's avatar
      Merge branch 'mesh' · a91981b8
      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
      a91981b8
  15. Nov 09, 2015
  16. Nov 08, 2015
  17. Nov 07, 2015
    • Jakub Klinkovský's avatar
      Fixed broken build process · d89bb28f
      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.
      d89bb28f
Loading