- 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.
-
- 18 Jul, 2014 1 commit
-
-
Kirill Terekhov authored
some changes
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-