Timo Heister

Results 351 comments of Timo Heister

> set Nonlinear solver scheme = single Advection, iterated Stokes I was reading through the defect correction algorithm but I only now realized that this is just iterated Stokes!

Instead of us bundling a patched fastscape or providing these complicated instructions, can you maybe fork fastscape into your own github repo and apply your patches?

I addressed all comments and added support for specifying a list of columns to load. This is ready for review again. Please note: there is still no way to call...

> I don't particularly like all the C-style arrays, You mean the ``int dim_ids[]`` and similar where we query information? One could replace them with ``std::array`` but I am not...

superseded by #5060 #5061 #5062

Let's check if this is still an issue.

I am curious if there are any updates regarding a ``software`` citation type. I found my way here from zenodo.org, which can not display the correct type and chooses to...

Going back to [v9.4.0-r2](https://github.com/dealii/candi/releases/tag/v9.4.0-r2) fixes the issue: ``` git checkout v9.4.0-r2 ``` It is not because of the update to 13.2, but related to explicit instantiations, I think.

> This solution doesn't work. I installed trilinos positively. However, i cannot install dealii now! I can confirm that deal.II and ASPECT work for me with my suggestion. Please try...