- 03 Feb, 2023 1 commit
-
-
Christophe Geuzaine authored
Seg. fault when reusing the factorization See merge request !62
-
- 16 Jan, 2023 1 commit
-
-
Nicolas Marsic authored
Commit 49a1a43e introduced a seg. fault when reusing the factorization in Solver::solve(true) --> remove calls to removePetscData(): it seems to be already handled by MatrixFactory<>::~MatrixFactory()
-
- 13 Dec, 2022 2 commits
-
-
Anthony Royer authored
add FieldInterface<>::numberOfLinkedDofs() See merge request !61
-
Nicolas Marsic authored
-
- 08 Dec, 2022 2 commits
-
-
Anthony Royer authored
Added warning when trying to use high order Lagrange elements See merge request !59
-
-
- 07 Dec, 2022 4 commits
-
-
Anthony Royer authored
New example: Helmholtz reflection of a plane wave See merge request !58
-
-
Anthony Royer authored
Win32: CYGWIN/MSYS flag not set by the Ninja CMake Generator --> check for WIN32 only... See merge request !57
-
Anthony Royer authored
Vibro-elastic first example See merge request !56
-
- 01 Dec, 2022 1 commit
-
-
Nicolas Marsic authored
CYGWIN/MSYS flag not set by the Ninja CMake Generator: checking for WIN32 only seems however sufficient
-
- 30 Nov, 2022 1 commit
-
-
Boris Martin authored
-
- 29 Nov, 2022 5 commits
-
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
- 28 Nov, 2022 2 commits
-
-
Boris Martin authored
-
Boris Martin authored
-
- 27 Nov, 2022 6 commits
-
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
Boris Martin authored
-
- 25 Nov, 2022 2 commits
-
-
Anthony Royer authored
removeConstraints See merge request !55
-
Anthony Royer authored
-
- 24 Nov, 2022 3 commits
-
-
Boris Martin authored
-
Tim Gabriel authored
-
Boris Martin authored
-
- 10 Nov, 2022 1 commit
-
-
Anthony Royer authored
-
- 27 Oct, 2022 3 commits
-
-
Anthony Royer authored
std::aligned_alloc() and ms-windows See merge request !54
-
Nicolas Marsic authored
std::aligned_alloc() is not available with ms-windows (at least with msvc and mingw): use _aligned_malloc()/_aligned_free() in that case
-
Nicolas Marsic authored
-
- 18 Oct, 2022 6 commits
-
-
Anthony Royer authored
call Vector::removePetsc() inside Vector::clear() See merge request !53
-
Nicolas Marsic authored
-
Anthony Royer authored
This reverts commit afa4dbfa.
-
Anthony Royer authored
-
Anthony Royer authored
-
Anthony Royer authored
compute eigenvectors in algebra::eigenvalues() See merge request !52
-