Lisa Wimmer
Lisa Wimmer
Thanks a lot for your idea! I did catch what you suggested but I'm not quite sure yet how to realise that.
Since the timeout seems to be *artifically* exceeded only by the MPI tests, we can remove this timeout only for this particular test. I learnt that tests are usually written...
Does someone say "documentation"? At this moment I'd be fine with merging the ``DAEMesh``, and I agree that we need a detailed documentation for the multi-component stuff here for more...
Such stacking of components could be very interesting for different cases, I like the idea! For DAEs, it would also be interesting to stack the different components. Thinking of _SDC...
In order to follow the suggestion of @brownbaerchen I moved problem classes from simple_DAE.py into separate files so that each file only contains one problem class which is cleaner. First...
This probably works now..
Not from my side.
That's a good idea! For DAEs, BDF methods are very familiar for solving them. I want to add an important thing: For implementing multistep methods, one also have to think...