- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 21 Oct, 2015 1 commit
-
-
Igor Konshin authored
-
- 26 Jun, 2015 1 commit
-
-
Igor Konshin authored
-
- 18 Apr, 2015 1 commit
-
-
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.
-
- 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
-
- 05 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 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.
-
- 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.
-
- 03 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Install instructions from readme file were tested on Linux machine.
-
- 11 Nov, 2014 1 commit
-
-
Igor Konshin authored
Added code comments, small fixes and improvements.
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-