1. 26 Dec, 2016 2 commits
  2. 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
  3. 19 Dec, 2016 1 commit
  4. 15 Dec, 2016 1 commit
  5. 14 Dec, 2016 1 commit
  6. 12 Dec, 2016 1 commit
  7. 11 Dec, 2016 1 commit
  8. 10 Dec, 2016 6 commits
  9. 09 Dec, 2016 3 commits
  10. 08 Dec, 2016 2 commits
  11. 06 Dec, 2016 1 commit
    • Kirill Terekhov's avatar
      Fixes and features · d9ce2066
      Kirill Terekhov authored
      Added operations for matrix with hessian calculation
      
      Fix a bug in submatrix calculation
      
      Fix a bug in reading data of dense type with variable size from files
      in xml format
      
      Fix an incorrect warning when reading variables with variations from
      files in xml format
      d9ce2066
  12. 03 Dec, 2016 1 commit
    • Kirill Terekhov's avatar
      Some updates · f6feda49
      Kirill Terekhov authored
      Remove dependence on mesh in Automatizator
      
      Fix few warnings on llvm-g++ in container.hpp
      
      Add converter from elasticity tensor into matrix
      
      Added separate hessian_variable that enables hessian calculation
      f6feda49
  13. 01 Dec, 2016 1 commit
  14. 30 Nov, 2016 1 commit
  15. 29 Nov, 2016 1 commit
    • Kirill Terekhov's avatar
      Fix a bug · 481d911b
      Kirill Terekhov authored
      Access to protected members of class when argument has different
      template parameter.
      481d911b
  16. 27 Nov, 2016 2 commits
  17. 25 Nov, 2016 1 commit
  18. 24 Nov, 2016 1 commit
  19. 21 Nov, 2016 2 commits
    • Dmitry Bagaev's avatar
      XML database parser · 948d7eb1
      Dmitry Bagaev authored
      1) XML Database parser
      2) todo Solver::Solver(std::string solverName, std::string prefix,
      INMOST_MPI_Comm _comm)
      948d7eb1
    • Dmitry Bagaev's avatar
      Improvements in Solver · 9915f5f8
      Dmitry Bagaev authored
      1) Parameters parsing in inner solvers
      2) Parameters parsing in trillions solvers
      3) Added xml parsing test
      4) Trilinos without mpi support will not compile, disable trillions
      solvers if compiling without mpi
      9915f5f8
  20. 15 Nov, 2016 1 commit
  21. 11 Nov, 2016 1 commit
  22. 08 Nov, 2016 1 commit
  23. 07 Nov, 2016 2 commits
    • Kirill Terekhov's avatar
      Fix a bug · 604f4aab
      Kirill Terekhov authored
      Parallel algorithm works incorrectly, when USE_OMP is on.
      604f4aab
    • Kirill Terekhov's avatar
      Bug fix · ec795ab1
      Kirill Terekhov authored
      Fix a bug that lead to exception when packing variable-sized data with
      zero size.
      
      Do not shift cell centers for eclipse grids when edges are curvilinear.
      (another algorithm is needed to fix cell centers that are outside of
      cells)
      ec795ab1
  24. 05 Nov, 2016 2 commits
    • Kirill Terekhov's avatar
      Features · 6326e7ba
      Kirill Terekhov authored
      Better handling of bad xml files, avoid infinite loops.
      
      More verbosity in parallel part
      6326e7ba
    • Kirill Terekhov's avatar
      Bug and features · 234b8df5
      Kirill Terekhov authored
      Curvilinear edge treatment for eclipse grids to resolve nastry geometry.
      
      MPI-parallel loading of eclipse grids.
      
      Fix a bug of incorrect bounding box calculation in resolve shared.
      
      Still fixing send/recv synchronization issue.
      234b8df5
  25. 04 Nov, 2016 3 commits