1. 27 May, 2016 1 commit
  2. 26 May, 2016 1 commit
    • Alexander Danilov's avatar
      Examples: MatSolve: minor fixes · eba0ad0d
      Alexander Danilov authored
      Support old C++ standards: use NULL instead of nullptr.
      Fix stdlib C headers names.
      Fix warning "comparison between signed and unsigned integer
      expressions".
      eba0ad0d
  3. 12 May, 2016 3 commits
  4. 30 Apr, 2016 1 commit
  5. 29 Apr, 2016 1 commit
  6. 24 Apr, 2016 1 commit
    • Kirill Terekhov's avatar
      Cleanup and fixes · fa59a2c1
      Kirill Terekhov authored
      Removed local ctest configuration and one example.
      
      Modified stencil expression and variable for more comfortable use.
      
      Replaced code of newer C++ standard in xml.cpp.
      
      Modified functions for adjacency retrieval to accept private markers in
      parallel shared run.
      fa59a2c1
  7. 17 Apr, 2016 1 commit
  8. 08 Apr, 2016 2 commits
  9. 26 Mar, 2016 2 commits
    • Kirill Terekhov's avatar
      Header file for DBL_MAX · 55b8f6aa
      Kirill Terekhov authored
      55b8f6aa
    • Kirill Terekhov's avatar
      Improvements · 2c0d9ac2
      Kirill Terekhov authored
      Corrected iteration over elements and calculation of number of elements
      during modification of the mesh.
      
      Corrected that saving meshes with infinity in data can produce bad vtk
      files.
      2c0d9ac2
  10. 25 Mar, 2016 1 commit
    • Kirill Terekhov's avatar
      Some tweaks · f2f0c34c
      Kirill Terekhov authored
      Cmake script for superlu will search for blas.
      
      Remove assertions for singular matrices in INNER_MPTILUC since they
      could be handled.
      f2f0c34c
  11. 22 Mar, 2016 1 commit
  12. 21 Mar, 2016 1 commit
  13. 19 Mar, 2016 4 commits
  14. 18 Mar, 2016 1 commit
  15. 17 Mar, 2016 2 commits
  16. 15 Mar, 2016 3 commits
  17. 14 Mar, 2016 1 commit
  18. 10 Mar, 2016 1 commit
  19. 08 Mar, 2016 1 commit
  20. 07 Mar, 2016 1 commit
  21. 05 Mar, 2016 1 commit
    • Kirill Terekhov's avatar
      Synchronize · 0dc79abf
      Kirill Terekhov authored
      Dense matrix concatenation.
      
      Joint diagonalization for a set of dense matrices.
      
      Suppression of warnings in automatic differentiation by visual studio.
      
      Backup for nodal and facial MFD methods.
      0dc79abf
  22. 03 Mar, 2016 1 commit
  23. 29 Feb, 2016 1 commit
  24. 18 Feb, 2016 1 commit
  25. 16 Feb, 2016 1 commit
  26. 13 Feb, 2016 1 commit
    • Kirill Terekhov's avatar
      Synchronize · e307df13
      Kirill Terekhov authored
      Some fixes for openmp in class residual.
      
      Several algorithms and implementations for hessian calculation.
      e307df13
  27. 12 Feb, 2016 3 commits
    • Kirill Terekhov's avatar
      Synchronize · 6bf3cf38
      Kirill Terekhov authored
      6bf3cf38
    • Kirill Terekhov's avatar
      Fixes · cb63bc0b
      Kirill Terekhov authored
      Fixes for the features introduced in 635cc476 in the case USE_OMP was
      not activated in cmake.
      cb63bc0b
    • Kirill Terekhov's avatar
      Synchronize · 635cc476
      Kirill Terekhov authored
      Cleanup of Row class and Matrix class.
      
      Significantly reduced memory required for Row class and consequently for
      multivar_expression class. Moved out openmp locks and row annotation as
      additional service classes.
      
      Introduced classes HessianRow and HessianMatrix for future possibility
      of hessian computation in automatic differentiation.
      635cc476
  28. 11 Feb, 2016 1 commit
    • Kirill Terekhov's avatar
      Synchronzie · e3333185
      Kirill Terekhov authored
      Added class used to store lambda-like expressions within automatic
      differentiation.
      
      Added assertions into workaround introduced in f8b3aca2 to check type
      sizes during compile time.
      e3333185