- 06 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Consistent checks for presence of global ids and use of global ids in communications between shared and ghost elements in parallel. Simplified octree example without GUI.
-
- 08 Nov, 2016 1 commit
-
-
Kirill Terekhov authored
Incorrect order of parameters to UnpackTagData called from UnpackElementsData.
-
- 07 Nov, 2016 2 commits
-
-
Kirill Terekhov authored
Parallel algorithm works incorrectly, when USE_OMP is on.
-
Kirill Terekhov authored
Fix a bug that lead to exception when packing variable-sized data with zero size. Do not shift cell centers for eclipse grids when edges are curvilinear. (another algorithm is needed to fix cell centers that are outside of cells)
-
- 05 Nov, 2016 2 commits
-
-
Kirill Terekhov authored
Better handling of bad xml files, avoid infinite loops. More verbosity in parallel part
-
Kirill Terekhov authored
Curvilinear edge treatment for eclipse grids to resolve nastry geometry. MPI-parallel loading of eclipse grids. Fix a bug of incorrect bounding box calculation in resolve shared. Still fixing send/recv synchronization issue.
-
- 02 Sep, 2016 1 commit
-
-
Igor Konshin authored
-
- 15 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 10 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 09 Jun, 2016 1 commit
-
-
Kirill Terekhov authored
Resolved call ambiguity with isValidElement. Added service for putting markers on true boundary faces in parallel. Added service to clean up markers from elements on marker release.
-
- 17 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 10 Mar, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 11 Jan, 2016 1 commit
-
-
Kirill Terekhov authored
Fix for possibility of race condition in point-to-point MPI communications. Fixes for warnings produced by clang.
-
- 20 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Including issue #15
-
- 03 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
XML format now can use Include attribute in any XML tag to address external files. Added mechanism to name meshes and retrive meshes by name. Added feature to store data of RemoteHandle type that allows to address elements on another mesh. Loading this data type from files is still awkward.
-
- 01 Dec, 2015 1 commit
-
-
Kirill Terekhov authored
Fixes for GCC. Moved functionality to operate with dense matrices as INMOST service. Added possibility to exchange data of type DATA_VARIABLE in parallel. Added possibility to include external content in xml format. Moved overloaded operators for variables from namespace INMOST into global scope to prevent possible ambiguities in compilers. Added perturbation algorithm for BCGS solver.
-
- 24 Nov, 2015 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov 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.
-
- 11 Jun, 2015 1 commit
-
-
Kirill Nikitin 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.
-
- 08 Jun, 2015 1 commit
-
-
Kirill Nikitin 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.
-
- 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
-