- 15 Jan, 2015 2 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
Petsc understands common parameters. Support for different option files for Petsc and Trilinos. Please see files in examples/MatSolve.
-
- 14 Jan, 2015 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Updated petsc interface to petsc-3.5.2, fixed code returing converge reason. Tuned cmake scripts for petsc to work on windows.
-
- 12 Jan, 2015 4 commits
-
-
Kirill Terekhov authored
Now build directory and install directory of inmost should work equally well with find_package(inmost)
-
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.
-
Kirill Terekhov authored
Fix introduced bug - parameters are set after inner solvers were initialized.
-
- 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.
-
- 08 Jan, 2015 4 commits
-
-
Kirill Terekhov authored
Zoltan partitioner now works. Please refer to wiki for compilation with Zoltan on windows.
-
Kirill Terekhov authored
Quick and dirty fix for #3
-
-
Kirill Terekhov authored
Works on windows with parmetis-4.0.3. Added feature: INMOST can provide memory usage per element to ParMETIS.
-
- 07 Jan, 2015 3 commits
-
-
Alexander Danilov authored
Perform partitioning only for serial meshes in parallel mode. Reorder rows in GeomParam table (Issue #3).
-
Alexander Danilov authored
Fixed MPI_Gather* api with sequential write
-
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.
-
- 01 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Extra parentheses causes std::vector::resize(-1)
-
- 28 Dec, 2014 1 commit
-
-
Kirill Terekhov authored
Various fixes
-
- 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 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 4 commits
-
-
Igor Konshin authored
Added step-by-step install and examples guides
-
Igor Konshin authored
Added code comments, small fixes and improvements.
-
Kirill Nikitin authored
Fix few compile warnings and a small bug in Element::Mean.
-
Kirill Nikitin authored
Added GridGen – simple parallel mesh generator Added FVDiscr – simple two-point FVM scheme
-
- 10 Nov, 2014 1 commit
-
-
Kirill Nikitin authored
Added MPI_Allreduce wrapper with MPI_MAX operation.
-
- 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.
-
- 24 Oct, 2014 1 commit
-
-
Kirill Terekhov authored
Attempt to get rid of undefined reference error for static const class variable on gcc compiler
-
- 23 Oct, 2014 1 commit
-
-
Kirill Terekhov authored
-
- 06 Aug, 2014 1 commit
-
-
Kirill Terekhov authored
Fix crush - not properly freeing communicators.
-
- 05 Aug, 2014 4 commits
-
-
Igor Konshin authored
Added doxygen-style comments to common, partitione and solver headers
-
Alexander Danilov authored
-
Igor Konshin authored
Initial test of doxygen documentation tool
-
Alexander Danilov authored
Added Documentation directory with initial doxygen configuration file
-
- 18 Jul, 2014 1 commit
-
-
Kirill Terekhov authored
some changes
-
- 19 Mar, 2014 2 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-