- 21 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
Various helpful tools for grids.
-
- 04 Jun, 2017 1 commit
-
-
Kirill Terekhov authored
+switch off Octree example - not compiling on windows
-
- 14 Apr, 2017 1 commit
-
-
Kirill Terekhov authored
Added test for MFD scheme as projection step for Navier-Stokes problem with analytic solution of Ethier-Steinman
-
- 29 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Fixes for mesh modification algorithms A lib for general adaptive mesh
-
- 06 Mar, 2017 1 commit
-
-
Kirill Terekhov authored
Fix errors when any of USE_AUTODIFF, USE_SOLVER, USE_MESH or USE_PARTITIONER are disabled.
-
- 22 Feb, 2017 1 commit
-
-
Kirill Terekhov authored
Silence solvers complaints about parameters. Updates for Tests/solver_test001 Disable TagVariable and TagVariableArray when USE_AUTODIFF is disabled. Fixes for Octree example.
-
- 28 Oct, 2016 1 commit
-
-
Dmitry Bagaev authored
1) Condest added to final solver interface 2) SolverMaster hided from user 3) Examples fixed with new Solver Class 4) Examples using LLVM coding standarts
-
- 08 Oct, 2016 1 commit
-
-
Kirill Terekhov authored
FixEdgeOrder() would now recompute connections to cells after correcting order of edges. Update XML writer according to specification. Fix edge order for 2d cells. Updated DrawGrid example for current version of INMOST.
-
- 30 Sep, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 19 Jul, 2016 1 commit
-
-
Kirill Terekhov authored
-
- 27 May, 2016 3 commits
-
-
Alexander Danilov authored
-
Alexander Danilov authored
-
Alexander Danilov authored
-
- 12 May, 2016 1 commit
-
-
Dmitry Bagaev authored
-
- 24 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
Removed local ctest configuration and one example. Modified stencil expression and variable for more comfortable use. Replaced code of newer C++ standard in xml.cpp. Modified functions for adjacency retrieval to accept private markers in parallel shared run.
-
- 08 Apr, 2016 1 commit
-
-
Kirill Terekhov authored
Still testing xml reader. Preparations for NMPFA example.
-
- 24 Nov, 2015 3 commits
-
-
Alexander Danilov authored
-
Kirill Terekhov authored
-
Kirill Terekhov authored
-
- 26 Jun, 2015 1 commit
-
-
Igor Konshin authored
-
- 28 Mar, 2015 1 commit
-
-
Kirill Terekhov authored
Restored OctreeCutcell example; Added FixEdgeOrder, CheckEdgeOrder algorithms to check of consistency of 2d elements; Element::Connect now uses FixEdgeOrder for faces; Automatic grid dimension detection for vtk; Fixed bug that sets may contain invalid links to elements even after ApplyModification; Corrected condition estimator in ddpqiluc; Switched off pseudoinverse in bicgstab(l) since svd algorithm is bad.
-
- 11 Feb, 2015 1 commit
-
-
Kirill Terekhov authored
Don't write markers in internal mesh format. Fixed bug in EndModification.
-
- 29 Jan, 2015 1 commit
-
-
Alexander Danilov authored
Disable OldDrawGrid and DrawMatrix examples.
-
- 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.
-
- 07 Jan, 2015 1 commit
-
-
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.
-
- 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)
-
- 11 Nov, 2014 1 commit
-
-
Kirill Nikitin authored
Added GridGen – simple parallel mesh generator Added FVDiscr – simple two-point FVM scheme
-
- 19 Mar, 2014 1 commit
-
-
Kirill Terekhov authored
-