- 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 1 commit
-
-
Kirill Terekhov authored
Synchronizing various changes
-
- 30 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Replaced russian comments in doxygen. Examples with OpenGL would not lead to error in cmake if no library is found.
-
- 29 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed incorrect writing of sets data. Returned ||Ax-b|| norm to solver.
-
- 27 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Changed default parameters. Fixed bug for trilinos-aztec, when non-converged solution was accepted. Enchanced dropping rules in INNER_MLILUC solver.
-
- 22 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Now internal solver uses ||Ax-b||/||b|| instead of ||Ax-b||.
-
- 19 Jan, 2015 1 commit
-
-
Alexander Danilov authored
solver_bcgsl.hpp: jump crosses initialization of 'unsigned int i'
-
- 17 Jan, 2015 2 commits
-
-
Kirill Terekhov authored
solver_test000 now provides nonzero initial solution
-
Kirill Terekhov authored
Added early exit for internal BiCGStab(l). Added test example based on #6. Resolved #6 for internal solvers.
-
- 15 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Petsc understands common parameters. Support for different option files for Petsc and Trilinos. Please see files in examples/MatSolve.
-
- 12 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Adding CMake installation scripts for library and examples. find_package(inmost) was not tested.
-
- 21 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Fixes for gcc and intel compilers. gcc-4.1 clean with -Wall -Wextra intel 11.1 clean with -Wcheck -w1 msvc2010 gives one unrelated warning
-
- 20 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Huge update involving update of underlying data representation and elements management. Different interaction with iterators. New ElementSet representation. Some annotation for documentation is added. New data structures. Examples require update. (check examples/CMakeLists.txt)
-
- 18 Jul, 2014 1 commit
-
-
Kirill Terekhov authored
some changes
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-