Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Christoph Gersbacher's avatar
    0725aff8
    [DenseMatrix] Introduce DenseMatrixAssigner for initializing dense matrices... · 0725aff8
    Christoph Gersbacher authored
    [DenseMatrix] Introduce DenseMatrixAssigner for initializing dense matrices from arbitrary right hand sides
    
    In order to overcome the deficiencies of istl_assign_to_fmatrix() we
    propose to always use a struct DenseMatrixAssigner for initializing a
    dense matrix. This class can be specialized by users for any right hand
    side to be used in an assignment.  The new mechanism can bei default
    implemented using existing implementations of istl_assign_to_fmatrix()
    as well.
    0725aff8
    History
    [DenseMatrix] Introduce DenseMatrixAssigner for initializing dense matrices...
    Christoph Gersbacher authored
    [DenseMatrix] Introduce DenseMatrixAssigner for initializing dense matrices from arbitrary right hand sides
    
    In order to overcome the deficiencies of istl_assign_to_fmatrix() we
    propose to always use a struct DenseMatrixAssigner for initializing a
    dense matrix. This class can be specialized by users for any right hand
    side to be used in an assignment.  The new mechanism can bei default
    implemented using existing implementations of istl_assign_to_fmatrix()
    as well.