- 05 Feb, 2015 5 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
-
Kirill Terekhov authored
Fix error in solver option name Fix newer version of autodiff
-
- 04 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 03 Feb, 2015 1 commit
-
-
Alexander Danilov authored
-
- 02 Feb, 2015 2 commits
-
-
Alexander Danilov authored
-
Alexander Danilov authored
Remove full path names from include files. Enable DOT for better depgraph visualization.
-
- 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.
-
- 31 Jan, 2015 5 commits
-
-
Alexander Danilov authored
Added missing files from ani3D-3.0/aniILU. Update SOLVER_ANI code.
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
Maybe fixes VS2005/VS2008 compilation. Should fix old gcc.
-
Igor Konshin authored
Update INMOST description
-
- 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 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 2 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
solver_test000 now provides nonzero initial solution
-