- 21 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed svd for bcgstab(l); Transposed matvec; Interfaces for collective operations for Mesh class.
-
- 31 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Maybe fixes VS2005/VS2008 compilation. Should fix old gcc.
-
- 22 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Activated checking for cell duplication by default to cure problem when loading distributed meshes with ghost cells on same processor. Fixed problem that vtk reader may delete some nodes that were there previously. Removed possibility to pass parameters directly to internal solvers through Solver::SetParameter* since they are overwritten later. Added but not yet activated solver_test001.
-
- 19 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Fixed tiny bug that resulted in #8. Fixed pmesh_test000 not compiling on windows. Fixed pmf format not properly saving number of tags.
-
- 07 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
fixes for issue #1
-
- 01 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Extra parentheses causes std::vector::resize(-1)
-
- 25 Nov, 2014 1 commit
-
-
Kirill Terekhov authored
Cleaned bugs; added features.
-
- 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 1 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.
-
- 10 Nov, 2014 1 commit
-
-
Kirill Nikitin authored
Added MPI_Allreduce wrapper with MPI_MAX operation.
-
- 24 Oct, 2014 1 commit
-
-
Kirill Terekhov authored
Attempt to get rid of undefined reference error for static const class variable on gcc compiler
-
- 18 Jul, 2014 1 commit
-
-
Kirill Terekhov authored
some changes
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-