Timo Heister
Timo Heister
- [ ] send out an email about problems or outstanding patches - [ ] go through the list of TODOs in the source code and see what can be...
Our readme and the website links to https://geodynamics.org/cig/events/calendar/2016-cig-all-hands-meeting/aspect-tutorial/tutorial/ which no longer exists.
Add constraints for systems with a rotational nullspace similar to what we do for translation. While it is not strictly required for AMG (we have done without), it is required...
I am confused by the following: https://github.com/geodynamics/aspect/blob/0bb443da15a5eaf96baaa5a382100a5c0d959a75/source/material_model/rheology/visco_plastic.cc#L121-L122 I think only a SymmetricTensor filled with NaN would make this condition true. Why do we catch this situation here? Do we forget...
We set the size of ``MaterialModelInputs::strain_rate`` to zero when it is not supplied, but it turns out that we ignore this fact and still access these entries. It seems that...
We should verify that the test project found the same deal.II installation by comparing directories (or DEAL_II_PATH). > I also had a change in here which made sure it is...
issue to track progress for GMG that @tcclevenger is working on: - [x] simple benchmark problems - [x] free slip - [x] spherical geometry and free slip (with deal.II master)...
Use compute_diagonal() inside deal.II instead of our own version. This needs to be tested more, but we would be able to get rid of a lot of code this way....
We have many duplicated lines of documentation, especially in the material models, that doesn't make a lot of sense. Example: simple.h is_compressible().
Fix the order of GMG correct_stokes_rhs() and make_pressure_rhs_compatible(). this is on top of #4324