Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-istl
Source project has a limited visibility.
  • Carsten Gräser's avatar
    fe3dccab
    [bugfix] Add missing specialization FieldTraits<MultiTypeBlockMatrix> · fe3dccab
    Carsten Gräser authored
    Notice that this also fixes an incorrect `MultiTypeBlockMatrix::field_type`
    in a special setting: If you have a nested matrix
    `MultiTypeBlockMatrix< MultiTypeBlockVector<MultiTypeBlockMatrix<...>>>`,
    the outer `MultiTypeBlockMatrix::field_type` forwards to the `MultiTypeBlockVector::field_type`
    which forwards to the inner `FieldTraits<MultiTypeBlockMatrix>::field_type`.
    fe3dccab
    History
    [bugfix] Add missing specialization FieldTraits<MultiTypeBlockMatrix>
    Carsten Gräser authored
    Notice that this also fixes an incorrect `MultiTypeBlockMatrix::field_type`
    in a special setting: If you have a nested matrix
    `MultiTypeBlockMatrix< MultiTypeBlockVector<MultiTypeBlockMatrix<...>>>`,
    the outer `MultiTypeBlockMatrix::field_type` forwards to the `MultiTypeBlockVector::field_type`
    which forwards to the inner `FieldTraits<MultiTypeBlockMatrix>::field_type`.