KASKADE 7 development version
Classes
Kaskade::AssemblyDetail Namespace Reference

Classes

struct  Fill
 Specialize this template for your matrix type in order to use it with VariationalFunctionalAssembler::template get<Matrix>() or MatrixRepresentedOperator::template get<Matrix>() More...
 
struct  Fill< Dune::BCRSMatrix< Dune::FieldMatrix< Scalar, 1, 1 >, Allocator > >
 Allows to use Dune::BCRSMatrix with VariationalFunctionalAssembler and classes satisfying the Kaskade::MatrixRepresentedOperator concept. More...
 
struct  Fill< MatrixAsTriplet< Scalar, SparseIndexInt > >
 Allows to use Kaskade::MatrixAsTriplet with VariationalFunctionalAssembler and classes satisfying the Kaskade::MatrixRepresentedOperator concept. More...
 
struct  Fill< NumaBCRSMatrix< Dune::FieldMatrix< Scalar, 1, 1 >, Index > >
 Allows to use NumaBCRSMatrix with VariationalFunctionalAssembler and classes satisfying the Kaskade::MatrixRepresentedOperator concept. More...