Franco, 2016-12-02 10:57 GMT-05:00 Franco Milicchio <[email protected]>: > So can I use solvers as in Tutorial 3, for instance, and I'll be safe and > sound? Yes.
> However, is someone planning some additions to deal.II to make it less > verbose, as in, for example, providing a DSL for that? There are no plan to add DSL. There has been some work on LinearOperator that reduces the amount of work that needs to be written but there is nothing planned in the future. > And just in case, is there a default eigensolver that is shipped for sure > with the DMG? deal.II implements the power method and the inverse iteration method. I have never used them, though > That is reasonable. This is very good news to me. To what infrastructure are > you referring to? See tutorial 9 http://dealii.org/8.4.1/doxygen/deal.II/step_9.html Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
