- 29 Jan, 2015 4 commits
-
-
Alexander Danilov authored
Disable OldDrawGrid and DrawMatrix examples.
-
Alexander Danilov authored
Added link to online doxygen-generated documentation.
-
Alexander Danilov authored
Added simple Partitioner test. Initial mesh is partitioned using one of available partiioners. Then number of cell elements and connected components is computed. Wiki page for this test: https://github.com/INMOST-DEV/INMOST/wiki/5301-Partitioner-Components
-
Kirill Terekhov authored
Fixed incorrect writing of sets data. Returned ||Ax-b|| norm to solver.
-
- 27 Jan, 2015 1 commit
-
-
Kirill Terekhov authored
Changed default parameters. Fixed bug for trilinos-aztec, when non-converged solution was accepted. Enchanced dropping rules in INNER_MLILUC solver.
-
- 22 Jan, 2015 3 commits
-
-
Kirill Terekhov authored
Now internal solver uses ||Ax-b||/||b|| instead of ||Ax-b||.
-
-
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.
-
- 21 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Workaround for issue #9
-
- 20 Jan, 2015 3 commits
-
-
Alexander Danilov authored
Move installation guide from README to wiki pages.
-
Alexander Danilov authored
Add warning about new address. Move installation guide from README.md to wiki pages.
-
Kirill Terekhov authored
If library is compiled without certain module, tests corresponding to module should not be activated.
-
- 19 Jan, 2015 9 commits
-
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Should not pollute directory with files without need
-
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.
-
Alexander Danilov authored
-
Alexander Danilov authored
Handle trailing '\n' and empty variables on Linux
-
Alexander Danilov authored
mpio.h is only needed if USE_MPI_FILE is enabled mpio.h may be absent if MPICH is compiled without MPI-IO support mpio.h is not provided by Open MPI at all, is is already included in mpi.h
-
Alexander Danilov authored
solver_bcgsl.hpp: jump crosses initialization of 'unsigned int i'
-
Alexander Danilov authored
Added simple proof-of-concept Mesh::Redistribute() test. Initial box mesh is distributed in chess-board fashion shifting from one process to another several times. In case (np=2) also check that adding 1 layer of ghost cells will cover the whole mesh. Wiki page for this test: https://github.com/INMOST-DEV/INMOST/wiki/5300-Chessboard-Redistribute
-
Alexander Danilov authored
-
- 17 Jan, 2015 3 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
solver_test000 now provides nonzero initial solution
-
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 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 1 commit
-
-
Alexander Danilov authored
Perform partitioning only for serial meshes in parallel mode. Reorder rows in GeomParam table (Issue #3).
-