- 22 Sep, 2015 1 commit
-
-
Kirill Terekhov authored
add cdash link
-
- 21 Aug, 2015 1 commit
-
-
Kirill Terekhov authored
BCGStab(L) solver: perturbation of r_tilde to avoid breakdown. Possibility to annotate matrix.
-
- 25 Jul, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed element removal algorithm during modification. Added features to RowMerger algorithm. Changed reported number of iterations for BiCGStab(L)
-
- 26 Jun, 2015 3 commits
-
-
Igor Konshin authored
-
-
Igor Konshin authored
-
- 22 Jun, 2015 1 commit
-
-
Alexander Danilov authored
We should trim spaces from the end of database line, otherwise file names may be illegal.
-
- 19 Jun, 2015 1 commit
-
-
Kirill Terekhov authored
Fix a problem in internal file format reading with MPI introduced in previous commit.
-
- 17 Jun, 2015 1 commit
-
-
Kirill Terekhov authored
Improved automatic finalization of xml tags in debugging files when execution is halted. Fixed that internal file format may be read incorrectly.
-
- 13 Jun, 2015 1 commit
-
-
Alexander Danilov authored
Replace str.back() with *str.rbegin()
-
- 11 Jun, 2015 2 commits
-
-
Kirill Nikitin authored
-
Alexander Danilov authored
Comment out faulty unused code. Ensure dynarray<T,64>::iterator is parsed as a type.
-
- 10 Jun, 2015 3 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Conflicts: solver_bcgsl.hpp
-
Kirill Terekhov authored
Added 2-clause bsd license for cmake files requested in cmake script for petsc. Introduced cmake option for Mondriaan matrix partitioning package for solvers. Changed reading of solver's parameters database to fix uninitialized access reported by dr.memory. Fixed bug in svdnxn with static std::vector allocation. Added features to OldDrawGrid example. Added solutions to problems described in issue #13.
-
- 08 Jun, 2015 1 commit
-
-
Kirill Nikitin authored
-
- 15 May, 2015 1 commit
-
-
Alexander Danilov authored
solver_bcgsl.hpp: jump crosses initialization of 'bool halt'
-
- 18 Apr, 2015 2 commits
-
-
Kirill Terekhov authored
Fix introduced problem with installation script.
-
Kirill Terekhov authored
Fixed bug in auto-differentiation that would calculate incorrect weights for derivatives in ad_val(). Adapted several geometrical and adjacency retrieval algorithms to handle broken conformity of the grid during modification, more attention to the problem is needed. Added visual studio debugger helpers. Fixed several issues with openmp support. Added openmp parallelization of BiCGStab(L) solver. Fixed issues that files overwritten with MPI_File* functionality may contain previous information. Fixed a bug in OctreeCutcell, added another example for it. Fixed a bug in collective operations in mesh class.
-
- 28 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Restored OctreeCutcell example; Added FixEdgeOrder, CheckEdgeOrder algorithms to check of consistency of 2d elements; Element::Connect now uses FixEdgeOrder for faces; Automatic grid dimension detection for vtk; Fixed bug that sets may contain invalid links to elements even after ApplyModification; Corrected condition estimator in ddpqiluc; Switched off pseudoinverse in bicgstab(l) since svd algorithm is bad.
-
- 21 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed svd for bcgstab(l); Transposed matvec; Interfaces for collective operations for Mesh class.
-
- 19 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Pseudoinverse for polynomial matrix in bicgstab(l) to improve stability (as in petsc); Added RowMerger class for sum of sparse rows.
-
- 13 Mar, 2015 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Synchronizing various changes
-
- 04 Mar, 2015 2 commits
-
-
Alexander Danilov authored
-
Igor Konshin authored
Added simple code to test solvers and tune parameters for on-the-fly generated matrices for 3D Poisson equation. Wiki page for this test: https://github.com/INMOST-DEV/INMOST/wiki/5402-Poisson-Equation
-
- 11 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Don't write markers in internal mesh format. Fixed bug in EndModification.
-
- 10 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 09 Feb, 2015 5 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Finished documentation for class Cell. Added algorithm for 2d case of Cell::Inside. Allowed to change mesh for reference_array class.
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Made database file case insensitive. Tinkered dropping rules in INNER_MLILUC. Added rule for git to ignore svn presence. Added google analytics pixel to main page.
-
- 07 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 06 Feb, 2015 4 commits
-
-
Alexander Danilov authored
There is no need to clear working arrays
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Removed option to compile projects. Added MPI libraries and flags to be exported for cmake.
-
- 05 Feb, 2015 2 commits
-
-
Alexander Danilov authored
-
Alexander Danilov authored
-