This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Sep 07, 2021
-
-
Tom Fischer authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
-
- Jan 11, 2021
-
-
Dmitri Naumov authored
Use const references where necessary.
-
- Jan 01, 2021
-
-
Dmitri Naumov 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 17, 2020
-
-
renchao.lu authored
-
- Sep 09, 2020
- Aug 03, 2020
-
-
Tom Fischer authored
Rename a the method from getNumberOfComponents() to getNumberOfGlobalComponents() in class LocalToGlobalIndexMap.
-
- Jul 20, 2020
-
-
Tom Fischer authored
-
- Jun 11, 2020
-
-
- May 07, 2020
-
-
Dmitri Naumov authored
Interface and time loop changes. Processes are in the next commit.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
-
- Feb 12, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Nov 03, 2019
-
-
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 06, 2019
-
-
wenqing authored
-
- Jun 25, 2019
-
-
- Mar 11, 2019
-
-
Dmitri Naumov authored
-
- Jan 30, 2019
-
-
Dmitri Naumov authored
-
- Jan 29, 2019
-
-
Dmitri Naumov authored
Some processes might require setup of the initial conditions dependent variables in local assemblers. The new interface allows such implementations.
-
- Jan 17, 2019
-
-
The call was simply missing in the assembleWithJacobian().
-
- Jan 08, 2019
-
-
wenqing authored
-