- 11 Dec, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 10 Dec, 2016 2 commits
-
-
Dmitry Bagaev authored
1)SetParameter for fcbiilu2 2) deleted void*
-
Kirill Terekhov authored
Fix for procedure merging hessians and multiplication of jacobins Few more unit tests for hessian
-
- 01 Dec, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 30 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 27 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 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
-
- 11 Nov, 2016 1 commit
-
-
Dmitry Bagaev authored
Basic functionality
-
- 28 Oct, 2016 1 commit
-
-
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
-
- 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.
-
- 12 Oct, 2016 2 commits
-
-
Dmitry Bagaev authored
1) Cleaning up 2) Parameters refactored
-
Dmitry Bagaev authored
-
- 10 Oct, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 08 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
No std::is_sorted on cluster.
-
- 07 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
Added Reverse-Cuthill-McKee reordering into INNER_MPTILUC preconditioner as default reordering when Metis_NodeND is not provided. On the tests RCM shows 10% more fill-in in inverse factors then with Metis_NodeND, but the RCM reordering procedure is 4 times faster then Metis_NodeND and overall computational time decreases with RCM. Fix type mismatch warnings in autodiff.cpp
-
- 06 Oct, 2016 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
RowMerger can now remap global indices that do not belong to initial interval span into local indices and back. This leads to important memory optimization in Automatizator, which now do not require RowMerger interval to span over entire range of global indices on each processor, but require only a small extension. Added calculation of nonlocal indices of ghost elements in Automatizator::EnumerateDynamicTags Fixed a warning in mesh_ecl_file.cpp Fixed SVG output in OldDrawGrid example that was not sorting correctly the faces, leaded to visual artifacts.
-
- 05 Oct, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 02 Oct, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 01 Oct, 2016 3 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 30 Sep, 2016 9 commits
-
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
Dmitry Bagaev authored
-
- 28 Sep, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 02 Sep, 2016 1 commit
-
-
Igor Konshin authored
-
- 13 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
OldDrawGrid example: mesh slicing algorithm can now correctly resolve multiple slices on single cell. USE_AUTODIFF do not require USE_SOLVER and USE_MESH: If USE_MESH is not activated, class Automatizator and algebra for abstract variables is not compiled. If USE_SOLVER is not activated, class Residual is not compiled. Fixed reverse_iterator::operator- in ElementArray. class incident_matrix that computes closed loops out of set of edges or faces can now work on coordinates other then physical coordinates. Fixed Face::SplitFace() was not connecting newly created faces to cells. Cell::Volume() now uses algorithm working correctly on non-convex cells. Face::CheckNormalOrientation() will now use volume calculation algorithm for non-convex cells to correctly orient faces. Face::FixNormalOrientation() will now use Face::SwapCells() instead of Face::ReorderEdges() on internal faces. New version is thread-safe with respect to Face::CheckNormalOrientation(). Improved algorithm for loading eclipse meshes.
-
- 02 Aug, 2016 1 commit
-
-
Kirill Terekhov authored
Thanks to Olga Fuks
-
- 08 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
-