- Sep 17, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The function can decide this on its own now.
-
Dmitri Naumov authored
This is similar to the staggered scheme implementation.
-
Dmitri Naumov authored
Avoid use of independent process_id variable in the loop, reuse the process_data.process_id.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Split into isMonolithicProcess(pcs_data) query and the staggered scheme coupled solutions preparations.
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
- Aug 29, 2019
-
-
For very small dt other checks fail.
-
- Aug 26, 2019
-
-
Dmitri Naumov authored
-
- Aug 02, 2019
-
-
Dmitri Naumov authored
This seems to be unused. At least the current benchmarks do not need this special cases.
-
- Jun 15, 2019
-
-
Dmitri Naumov authored
CPPCheck warning type: variableScope.
-
- Jun 06, 2019
-
-
- May 20, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- May 17, 2019
-
-
Introduced information flow whether the timestep was accepted or not. This prevents the times in the timestepper and the external loop to diverge which causes two issues otherwise: 1.) Endless loop at t --> t_end, if max_iter > largest multiplier 2.) Endless loop at t --> t_end, if nonlinear solver fails during execution
-
- Feb 18, 2019
-
-
renchao.lu authored
-
- Jan 21, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
First removal force the convergence checks to be executed. Last two changes handle the t being (almost) equal to the end time.
-
Dmitri Naumov authored
-
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
-
- Jan 08, 2019
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 18, 2018
-
-
Tom Fischer authored
-
- Dec 05, 2018
-
-
Tom Fischer authored
If 'old' prj-file is used abort with OGS_FATAL.
-
- Dec 04, 2018
-
-
Dmitri Naumov authored
Otherwise in the staggered scheme a wrong DOF table is used.
-
- Sep 17, 2018
-
-
Christoph Lehmann authored
-
- Aug 22, 2018
-
-
Dmitri Naumov authored
-
- Jul 13, 2018
-
-
Dmitri Naumov authored
-
- Jun 20, 2018
-
-
Dmitri Naumov authored
New versions of logog do not have an implicit ; after the macros.
-
-
- May 30, 2018
-
-
Tom Fischer authored
Needed for the description of the balance data.
-
- Mar 20, 2018
- Mar 06, 2018
-
-
Staggered coupling convergence check is only enforced at the last process id.
-
-