Skip to content
Snippets Groups Projects
  1. May 10, 2016
    • Jakub Klinkovský's avatar
      Fixed bug in GMRES solver · be9468dc
      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.
      be9468dc
    • Jakub Klinkovský's avatar
      11be86b5
  2. Feb 24, 2016
  3. Dec 28, 2015
  4. 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
  5. Dec 22, 2015
  6. Dec 15, 2015
  7. Dec 13, 2015
  8. Dec 12, 2015
  9. Dec 11, 2015
  10. Dec 10, 2015
  11. Dec 09, 2015
  12. Dec 01, 2015
  13. 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
  14. Nov 14, 2015
  15. 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
  16. Nov 09, 2015
Loading