1. 01 Mar, 2017 1 commit
    • Kirill Terekhov's avatar
      Some features for dense matrices · c84228af
      Kirill Terekhov authored
      Made all algorithms for matrices abstract from matrix implementation.
      
      Added few algorithms:
      Solve - find A*X=B with A and B matrices
      PseudoSolve - find X=A^+*B using singular value decomposition.
      Kronecker product
      operator / for B^{-1}*A
      operator *= for in-place multiplication
      
      Added ability to specify storage type for Matrix, allows for
      Matrix<Storage::real,Storage::real_array> or
      Matrix<Storage::var,Storage::var_array> to directly manipulate data
      stored in the mesh.
      
      Class SubMatrix with full matrix functionality to address and
      manipulate some submatrix in original matrix.
      
      Fully commented in doxygen inmost_dense.h.
      
      Silence solver initializer when database file provided as “”.
      c84228af
  2. 28 Feb, 2017 5 commits
  3. 26 Feb, 2017 3 commits
  4. 22 Feb, 2017 3 commits
  5. 17 Feb, 2017 1 commit
  6. 15 Feb, 2017 1 commit
    • Kirill Terekhov's avatar
      Feature · 031bc550
      Kirill Terekhov authored
      Added some doxygen comments into inmost_dense.h
      
      Added comments to Element::Boundary
      
      Handy replacement for Tag class that provide data access through square
      brackets.
      031bc550
  7. 07 Feb, 2017 1 commit
  8. 31 Jan, 2017 3 commits
  9. 29 Jan, 2017 1 commit
  10. 27 Jan, 2017 1 commit
  11. 24 Jan, 2017 1 commit
  12. 18 Jan, 2017 1 commit
  13. 03 Jan, 2017 1 commit
  14. 28 Dec, 2016 1 commit
  15. 27 Dec, 2016 3 commits
  16. 26 Dec, 2016 3 commits
  17. 22 Dec, 2016 1 commit
    • Kirill Terekhov's avatar
      Fixes and updates · 0e99faa2
      Kirill Terekhov authored
      Fix input/output of empty dense data with xml file format.
      
      Fix parsing empty parentheses as vector with zero entries in xml files.
      
      Fix modification algorithm.
      
      Fix vector graphics output in OldDrawGrid
      
      Add exposition of mesh by material in OldDrawGrid
      
      Few switches in solver to handle large mechanics matrices
      0e99faa2
  18. 19 Dec, 2016 1 commit
  19. 15 Dec, 2016 1 commit
  20. 14 Dec, 2016 1 commit
  21. 12 Dec, 2016 1 commit
  22. 11 Dec, 2016 1 commit
  23. 10 Dec, 2016 4 commits