- May 13, 2024
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
- May 06, 2024
-
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#0 Run clang format. Lots of files modified as there was a missing space in new header guards closure.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
they need to get a definition. Unfortunately doxygen doesn't seem to provide an option to leverage a warning when one is missing.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
Currently everything compiles but some tests need to be adjusted.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
it proved to be a red herring. However the explicit check upon v1 and v3 which can' be the same and is specified in PETSc documentation has been kept.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
It is not entirely satisfactory, but with this additional safety it seems the crashes seen in CardiacMechanics are solved. I will let a comment explaining if this proves to be a performance issue later on.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
forbidden operation in MatMultTransposeAdd as we are investigating if the issue might not be due to management of Vec and Mat used by PETSc Snes.
-
GILLES Sebastien authored
#1901 Enrich new_file.py script by adding possibility to add a forward declaration block in cpp file. Also fix some queries for which an invalid answer was acceptable.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1895 Secure the use of MatMulTransposeAdd, by forbidding to reuse vector parameter at different positions. On the PETSc documentation only one combination is expressively forbidden, but a naughty crash I got in CardiacMechanics model seems to be directly related to the other possiblity of reusing vector argument.
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
-
GILLES Sebastien authored
#1901 Update model tutorial to use the newly introduced new_file.py script; few corrections in scripts provided in the process.
-
GILLES Sebastien authored
-