- Apr 12, 2024
-
-
Tom Fischer authored
-
- Apr 11, 2024
-
-
Tom Fischer authored
-
- Feb 01, 2024
-
-
Lars Bilke authored
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Sep 25, 2023
-
-
Christoph Lehmann authored
-
- Jan 03, 2023
-
-
Dmitri Naumov authored
-
- Sep 17, 2022
-
-
Dmitri Naumov authored
-
- Aug 17, 2022
- Mar 31, 2022
- Feb 04, 2022
-
-
wenqing authored
which are associated with the equations that do not need initial residual compensation, to zero.
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Jul 28, 2021
-
-
Lars Bilke authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
Adding a single space in incorrectly broken lines.
-
Dmitri Naumov authored
-
- Mar 06, 2021
-
-
Tom Fischer authored
-
- Mar 02, 2021
-
-
Dmitri Naumov authored
-
- Mar 01, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Oct 01, 2020
-
-
Dmitri Naumov authored
This avoids a warning at the end for unused vectors.
-
- Jul 16, 2020
-
-
Dmitri Naumov authored
-
- May 07, 2020
-
-
Dmitri Naumov authored
This simplifies the TimeDiscretization interface: pushState and popState are no longer needed. The corresponding copies are done in the time loop. Since the previous time step solution is no longer stored in the time discretization, it is passed to all required functions like assemble, getRHS and the like.
-
- Apr 28, 2020
-
-
Dmitri Naumov authored
This are all but backward Euler. The few testcases in H2-pp were updated to backward Euler without loss of accuracy. - All processes using a Newton scheme are discretized for the backward Euler scheme only. They are not usable with other time discretizations. - Greatly simplifies code maintenance in this part.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Include spdlog via BaseLib/Logging.h, which provides macro replacements for ERR/DBUG/WARN/INFO...
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Dec 04, 2019
-
-
Dmitri Naumov authored
This causes the time step to fail and repeated if possible.
-
- Nov 06, 2019
-
-
Dmitri Naumov authored
To access the solution values a dof tables are passed too.
-
- Oct 24, 2019
-
-
Dmitri Naumov authored
Foob = out-of-balance forces.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Oct 10, 2019
-
-
Dmitri Naumov authored
-
- Sep 24, 2019
-
-
Dmitri Naumov authored
Pass process_id to FEM::assemble calls.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 21, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
It contains a boolean for met error norms and a number of iterations of the solver made. The number of iterations is needed for a timestepping scheme.
-
Dmitri Naumov authored
-