- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 10 Jun, 2015 1 commit
-
-
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.
-
- 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.
-
- 11 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Don't write markers in internal mesh format. Fixed bug in EndModification.
-
- 09 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Finished documentation for class Cell. Added algorithm for 2d case of Cell::Inside. Allowed to change mesh for reference_array class.
-
- 08 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Quick and dirty fix for #3
-
- 28 Dec, 2014 1 commit
-
-
Kirill Terekhov authored
Various fixes
-
- 25 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Cleaned bugs; added features.
-
- 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)
-
- 12 Nov, 2014 2 commits
-
-
Kirill Terekhov authored
Replacing dereference of zero'th element by data(); Fixed issues in GridGen that prevented compilation by microsoft visual studio compiler; Fixed small bug introduced by previous commit.
-
Kirill Terekhov authored
Moving connections, markers, geometric type, sparse data from Storage class to TagManager class by using standard handling of mesh data.
-
- 11 Nov, 2014 1 commit
-
-
Kirill Nikitin authored
Fix few compile warnings and a small bug in Element::Mean.
-
- 07 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Retrieval of elements by markers; Introduced options for loading of files; Fixed issues saving vtk format when not all topological tests are active; Introduced Connect / Disconnect functions for manipulations with mesh; DrawGrid example can now visualize array of entered cells/faces for debug purposes; OldDrawGrid example demonstrates fast interactive mesh slicing and onscreen element picking.
-
- 23 Oct, 2014 1 commit
-
-
Kirill Terekhov authored
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-