- 24 Nov, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 21 Oct, 2015 1 commit
-
-
Igor Konshin authored
-
- 26 Jun, 2015 2 commits
-
-
Igor Konshin authored
-
Igor Konshin authored
-
- 17 Jun, 2015 1 commit
-
-
Kirill Terekhov authored
Improved automatic finalization of xml tags in debugging files when execution is halted. Fixed that internal file format may be read incorrectly.
-
- 13 Jun, 2015 1 commit
-
-
Alexander Danilov authored
Replace str.back() with *str.rbegin()
-
- 11 Jun, 2015 2 commits
-
-
Kirill Nikitin authored
-
Alexander Danilov authored
Comment out faulty unused code. Ensure dynarray<T,64>::iterator is parsed as a type.
-
- 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 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.
-
- 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
-
- 11 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Don't write markers in internal mesh format. Fixed bug in EndModification.
-
- 05 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
-
- 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.
-
- 30 Jan, 2015 2 commits
-
-
Igor Konshin authored
-
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
-
-
Alexander Danilov authored
Disable OldDrawGrid and DrawMatrix examples.
-
- 21 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Workaround for issue #9
-
- 17 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Added early exit for internal BiCGStab(l). Added test example based on #6. Resolved #6 for internal solvers.
-
- 16 Jan, 2015 2 commits
-
-
Alexander Danilov authored
Combined both mesh generators in one function. Added visual comments. Added option to save the mesh with specific file name.
-
Kirill Terekhov authored
Adapting mesh_file.cpp to new comparator's behavior.
-
- 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 2 commits
-
-
Kirill Terekhov authored
Tested automatic inmost with parmetis+zoltan+trilinos libraries linkage with external CMake project through find_package(inmost). Removed external dependency on io.hpp. Removed unnecessary link_directories calls from scripts in examples.
-
Kirill Terekhov authored
Adding CMake installation scripts for library and examples. find_package(inmost) was not tested.
-
- 11 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Added support of Trilinos: AztecOO, ML, Ifpack, Belos. Added Petsc divergence reasons. Described parameters, some parameters unified with Trilinos.
-
- 07 Jan, 2015 2 commits
-
-
Alexander Danilov authored
Perform partitioning only for serial meshes in parallel mode. Reorder rows in GeomParam table (Issue #3).
-
Kirill Terekhov authored
fixes for issue #1
-
- 03 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Install instructions from readme file were tested on Linux machine.
-
- 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)
-
- 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 2 commits
-
-
Igor Konshin authored
Added code comments, small fixes and improvements.
-
Kirill Nikitin authored
Added GridGen – simple parallel mesh generator Added FVDiscr – simple two-point FVM scheme
-
- 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
-
- 18 Jul, 2014 1 commit
-
-
Kirill Terekhov authored
some changes
-