This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- Apr 04, 2021
-
-
Dmitri Naumov authored
Adding a single space in incorrectly broken lines.
-
Dmitri Naumov authored
-
- Mar 18, 2021
-
-
Tom Fischer authored
-
- Mar 08, 2021
-
-
Tom Fischer authored
-
- Jan 22, 2021
-
-
wenqing authored
-
- Jan 13, 2021
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 08, 2021
-
-
Dmitri Naumov authored
Especially useful when all nonlinear iterations should be output. See <output_iteration_results> tag.
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Dec 30, 2020
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
- Dec 23, 2020
-
-
renchao.lu authored
-
renchao.lu authored
-
- Dec 22, 2020
-
-
Tom Fischer authored
-
- Nov 18, 2020
-
-
Tom Fischer authored
-
- Nov 17, 2020
-
-
- Oct 16, 2020
-
-
wenqing authored
-
- Oct 08, 2020
-
-
renchao.lu authored
-
- Sep 09, 2020
-
-
wenqing authored
assembler member function.
-
- Sep 02, 2020
-
-
wenqing authored
-
- Aug 31, 2020
-
-
Tom Fischer authored
-
Tom Fischer authored
For the staggered coupling some additional work has to be done in the same scope of the remaining code. The call to preTimestep uses internally Process::_coupled_solutions which is a pointer to an object of type CoupledSolutionsForStaggeredScheme. This variable is set by setCoupledSolutionsForStaggeredScheme() using the address of a *local* variable that will be destroyed when the execution of the code is out of the scope. For this reason the call to preTimestep have to be inside the same scope.
-
- Aug 27, 2020
-
-
Dmitri Naumov authored
Fixing a matrix-vector provider warning for non-fr
-
Dmitri Naumov authored
Fixing a matrix-vector provider warning for non-freed vector.
-
- Aug 04, 2020
- Jul 16, 2020
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This is preparation for the PETSc nonlinear solver. There we need different (from Picard) behaviour in the Newton tag case.
-
- Jul 07, 2020
-
-
renchao.lu authored
-
renchao.lu authored
-
renchao.lu authored
-
- Jul 02, 2020
-
-
renchao.lu authored
-
renchao.lu authored
-
- May 29, 2020
-
-
renchao.lu authored
-
- May 20, 2020
-
-
Tom Fischer authored
-
- May 16, 2020
-
-
Tom Fischer authored
-
- May 12, 2020
-
-
Dmitri Naumov authored
In the processes the postTimestep is also used to store local variables for the next time step. Computation of secondary variables and other local quantities is done in the computeSecondaryVariables. Changing the order prevents that values from last iteration (not from final solution) are stored for the next timestep.
-
- May 07, 2020
-
-
Dmitri Naumov authored
Interface and time loop changes. Processes are in the next commit.
-