- Nov 29, 2024
-
-
Max Jaeschke authored
-
- Oct 18, 2024
-
-
Tom Fischer authored
-
-
- Aug 08, 2024
-
-
HBShaoUFZ authored
implementation, normalize A and rhs add feature in nonlinear solver Comment out of writing matrices for debugging Normalize linear equation system only for rectangular shaped A Matrix add the switch in NonlinearSolver add feature in matMultTranspose only when A is not square deactivate PETSc implementation add the check function in EquationSystem add override functions in ODE add override functions in TimeDiscretizedODESystem
-
- Jul 02, 2024
-
-
Dmitri Naumov authored
Instead of setting the solution in the Dirichlet nodes, the solution is enforced through the r.h.s. This usually saves one global iteration and more importantly avoids big jumps in the first iteration for mechanics processes.
-
Dmitri Naumov authored
-
- May 08, 2024
-
-
- 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
-