- 10 Dec, 2016 5 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
# Conflicts: # Examples/ADMFD/main.cpp # Examples/GridGen/main.cpp # Tests/solver_test000/CMakeLists.txt # Tests/solver_test002/CMakeLists.txt
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Fix for procedure merging hessians and multiplication of jacobins Few more unit tests for hessian
-
- 09 Dec, 2016 3 commits
-
-
Kirill Terekhov authored
Fix hessian calculation for sqrt and add unit test
-
Kirill Terekhov authored
Fix hessian calculation for sin and cos operations. Added few unit tests for automatic differentiation
-
Kirill Terekhov authored
-
- 08 Dec, 2016 2 commits
-
-
Kirill Terekhov authored
Member functions in iterators for remote_reference_array were private.
-
Kirill Terekhov authored
-
- 06 Dec, 2016 1 commit
-
-
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
-
- 03 Dec, 2016 1 commit
-
-
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
-
- 01 Dec, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 30 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 29 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Access to protected members of class when argument has different template parameter.
-
- 27 Nov, 2016 2 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
# Conflicts: # Examples/ADFVDiscr/main.cpp # Examples/ADMFD/main.cpp # Examples/DrawGrid/main.cpp # Examples/GridGen/main.cpp # Examples/OldDrawGrid/main.cpp # Source/Misc/xml.cpp # Source/Solver/solver_petsc.cpp # Source/Solver/sparse.cpp
-
- 25 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 24 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
1) SetParameter for each InnerSolver 2) Utils.h hided
-
- 21 Nov, 2016 2 commits
-
-
Dmitry Bagaev authored
1) XML Database parser 2) todo Solver::Solver(std::string solverName, std::string prefix, INMOST_MPI_Comm _comm)
-
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
-
- 15 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 11 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
Basic functionality
-
- 08 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Incorrect order of parameters to UnpackTagData called from UnpackElementsData.
-
- 07 Nov, 2016 2 commits
-
-
Kirill Terekhov authored
Parallel algorithm works incorrectly, when USE_OMP is on.
-
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)
-
- 05 Nov, 2016 2 commits
-
-
Kirill Terekhov authored
Better handling of bad xml files, avoid infinite loops. More verbosity in parallel part
-
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.
-
- 04 Nov, 2016 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Initial implementation of algorithms to make mesh edges curvilinear in eclipse grids.
-
Kirill Terekhov authored
Fix a bug in Face::FixEdgeOrder. Behavior change for Destroy function: it deletes only hidden adjacent elements of hidden element.
-
- 02 Nov, 2016 1 commit
-
-
tgaripov authored
-
- 28 Oct, 2016 4 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
1) Condest added to final solver interface 2) SolverMaster hided from user 3) Examples fixed with new Solver Class 4) Examples using LLVM coding standarts
-
Kirill Terekhov authored
Fix that wrong value for SetType in DataSet tag do not give warning. Address set by it’s name.
-
- 27 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
In eclipse grid reader and in mptiluc2 solver.
-
Kirill Terekhov authored
Fix a warning on apple’s llvm-gcc. Output a NaN instead of zero into vtk for missing entries.
-
- 25 Oct, 2016 2 commits