Implement ILU and ILDL preconditioners for scalar matrix entries
This merge request shifts to a new implementation strategy: There are methods toVector
and toMatrix
now that interpret scalars as FieldVector
or FieldMatrix
objects, respectively. That allows to get rid of the Hybrid::ifElse
pattern, which is legible but longer.