1. 03 Mar, 2017 1 commit
  2. 02 Mar, 2017 1 commit
    • Kirill Terekhov's avatar
      Algorithm for test · fc985e27
      Kirill Terekhov authored
      Algorithm for parallel mesh test to pass part of the mesh to the next
      processor. Used to test issues in Octree example.
      fc985e27
  3. 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
  4. 28 Feb, 2017 5 commits
  5. 26 Feb, 2017 3 commits
  6. 22 Feb, 2017 3 commits
  7. 17 Feb, 2017 1 commit
  8. 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
  9. 07 Feb, 2017 1 commit
  10. 31 Jan, 2017 3 commits
  11. 29 Jan, 2017 1 commit
  12. 27 Jan, 2017 1 commit
  13. 24 Jan, 2017 1 commit
  14. 18 Jan, 2017 1 commit
  15. 03 Jan, 2017 1 commit
  16. 28 Dec, 2016 1 commit
  17. 27 Dec, 2016 3 commits
  18. 26 Dec, 2016 3 commits
  19. 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
  20. 19 Dec, 2016 1 commit
  21. 15 Dec, 2016 1 commit
  22. 14 Dec, 2016 1 commit
  23. 12 Dec, 2016 1 commit
  24. 11 Dec, 2016 1 commit
  25. 10 Dec, 2016 2 commits