1. 10 Dec, 2016 5 commits
  2. 09 Dec, 2016 3 commits
  3. 08 Dec, 2016 2 commits
  4. 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
  5. 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
  6. 01 Dec, 2016 1 commit
  7. 30 Nov, 2016 1 commit
  8. 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
  9. 27 Nov, 2016 2 commits
  10. 25 Nov, 2016 1 commit
  11. 24 Nov, 2016 1 commit
  12. 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
  13. 15 Nov, 2016 1 commit
  14. 11 Nov, 2016 1 commit
  15. 08 Nov, 2016 1 commit
  16. 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
  17. 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
  18. 04 Nov, 2016 3 commits
  19. 02 Nov, 2016 1 commit
  20. 28 Oct, 2016 4 commits
  21. 27 Oct, 2016 2 commits
    • Kirill Terekhov's avatar
      Reduce verbosity · d295a732
      Kirill Terekhov authored
      In eclipse grid reader and in mptiluc2 solver.
      d295a732
    • Kirill Terekhov's avatar
      Fixes · 30b6bd6c
      Kirill Terekhov authored
      Fix a warning on apple’s llvm-gcc.
      
      Output a NaN instead of zero into vtk for missing entries.
      30b6bd6c
  22. 25 Oct, 2016 2 commits