- Sep 21, 2021
-
-
- Sep 07, 2021
-
-
Tom Fischer authored
-
Tom Fischer authored
-
- Sep 03, 2021
-
-
- Jul 29, 2021
-
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
-
- Jan 11, 2021
-
-
Dmitri Naumov authored
Use const references where necessary.
-
- Jan 04, 2021
-
-
renchao.lu authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 30, 2020
-
-
renchao.lu authored
-
- Dec 23, 2020
-
-
renchao.lu authored
-
renchao.lu authored
-
- Nov 17, 2020
-
-
- Oct 27, 2020
-
-
- Oct 26, 2020
-
-
Dominik Kern authored
-
- Oct 16, 2020
-
-
wenqing authored
-
- Sep 09, 2020
-
-
wenqing authored
-
- Jul 02, 2020
-
-
- Jun 25, 2020
-
-
renchao.lu authored
-
- May 07, 2020
-
-
Dmitri Naumov authored
Interface and time loop changes. Processes are in the next commit.
-
- Apr 21, 2020
-
-
Dmitri Naumov authored
The integration point writer are defined only on the bulk mesh of a process. If other meshes (observation, boundary, etc.) are given for output, the integration point data must be output only on the main mesh of a process.
-
- Feb 12, 2020
-
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Jan 02, 2020
-
-
Dmitri Naumov authored
Name time increment as everywhere else 'dt'.
-
- Nov 03, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Oct 22, 2019
-
-
Dmitri Naumov authored
Main reason for modification is the getFlux function, which for particular processes (ComponentTransport) relies on all solutions being available. This modification ripples through all of the code, especially through the boundary conditions. Modified `applyNaturalBC`, `preTimestep`, `integrate`, and `assemble` functions.
-
- Oct 13, 2019
-
-
Dmitri Naumov authored
-
- Oct 10, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Oct 09, 2019
-
-
Dmitri Naumov authored
preTimestep now accepts a vector of solution together with a process_id. In postTimestep only the vector of solutions has been changed.
-
- Sep 24, 2019
-
-
Dmitri Naumov authored
Pass process_id to FEM::assemble calls.
-
- Sep 23, 2019
-
-
Dmitri Naumov authored
Drop dt where used together with it's updates etc.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Exemplary on SmallDeformationProcess, storage of dt is no longer required and the assembly can be repeated without dependency on the t/dt values.
-
- 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/'
-
- Aug 07, 2019
-
-
Tom Fischer authored
-
- Aug 06, 2019
-
-
wenqing authored
-
- Jun 25, 2019
-
-