KASKADE 7 development version
Classes
Matrix extraction from assembler

Classes

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

Detailed Description