Timo Heister
Timo Heister
Plugin configuration currently automatically creates a symbolic link to aspect (the debug build). We forgot to also create a link to the release version.
- [x] allow a mixture of continuous and DG fields - [x] specify FE degree for each field separately - [ ] reuse matrix block even if not consecutive in...
This introduces a new setting to decide what should happen if the nonlinear solver fails to converge. The old behavior was to "just continue", which is an unsafe choice. Therefor,...
1. It creates 100,000 particles with uniform radial, which takes a very long time to initialize. 2. It crashes after some time with ``` Number of active cells: 14,778 (on...
- including simulator.h just for that is wasteful - it is currently a member of Simulator, so the qualified name is ``typename Simulator::AdvectionField`` which is annoying and verbose. see https://github.com/geodynamics/aspect/pull/5802#discussion_r1636524141
Perplex produces tables in ascii format that are not quite readable by StructuredData loader as they contain extra headers. They are also currently put into a different data structure MaterialLookup...
closes #5706
fixes #1455 Sadly, this is used all over the place in tests/cookbooks/etc.
As reported by @naliboff : Convergence behavior of a model with AMG an defect correction takes many more iterations to converge on current main compared to 2.5. Let's investigate. [continental_extension_iterated-defect-correction-stokes.prm.txt](https://github.com/user-attachments/files/15526798/continental_extension_iterated-defect-correction-stokes.prm.txt)
I vote to remove cmake support for the QT based parameter GUI https://github.com/dealii/parameter_gui. Or is anyone using it?