- Mar 07, 2018
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
Added redirection from /downloads -> /releases.
-
Lars Bilke authored
-
Lars Bilke authored
Showing release notes of current release and links to older releases on GitHub.
-
Lars Bilke authored
- BMB 2 - BMB 3 - Groundwaterflow 1
-
* add the content of the benchmark buildup test * add the benchmark description. * remove tailing white space. * fix the table format. * fix figures * linking the figures * add input files to the Test data * move input files to the LFS * minor language and format issues fixed * add standard benchmark results. * activate the test * correct the file name. * fixing two issues raised by WW. 1) Fixing typo in the benchmark document; 2) Only print out the necessary time step for comparison.
-
Dmitri Naumov authored
Staggered PhaseField.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
-
Dmitri Naumov authored
-
The option has been added to input (none, static, or propagating).
-
-
Dmitri Naumov authored
-
Initial implementation of post coupled iteration integral for crack volume
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Mar 06, 2018
-
-
This is a specialized boundary condition used in the phase field process to set the damage.
-
-
-
-
-
-
Dmitri Naumov authored
[NL] TimeStepping. Explicit catch bad_alloc. When the time stepping vector is too large bad_alloc or length_error is thrown. It is catched only in the project data parser, too far away from the time stepper.
-
Dmitri Naumov authored
Small updates to coupled solutions
-
Staggered coupling convergence check is only enforced at the last process id.
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Same as in the getPreviousLocalSolutions().
-
- Mar 05, 2018
-
-
Dmitri Naumov authored
Enable extrapolation in PETSc
-
The default impl., which is not doing anything, is error prone, because passing an object of not matrix type, e.g. std::unique_ptr<PETScVector>, the default impl. will be taken.
-
-