- 10 Jun, 2015 2 commits
-
-
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 6 commits
-
-
Alexander Danilov authored
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
-
Kirill Terekhov authored
Fix error in solver option name Fix newer version of autodiff
-
- 04 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 03 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 02 Feb, 2015 2 commits
-
-
Alexander Danilov authored
-
Alexander Danilov authored
Remove full path names from include files. Enable DOT for better depgraph visualization.
-
- 01 Feb, 2015 1 commit
-
-
Alexander Danilov authored
Handle situations with no Fortran compiler and no BLAS library. Logic is moved upwards from ILU2 project, otherwise examples and tests will not link with fortran libraries.
-
- 31 Jan, 2015 4 commits
-
-
Alexander Danilov authored
Added missing files from ani3D-3.0/aniILU. Update SOLVER_ANI code.
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Maybe fixes VS2005/VS2008 compilation. Should fix old gcc.
-