DUNE-FEM (unstable)
spoperator.hh
19 class Matrix = SparseRowMatrix< typename DomainFunction::DiscreteFunctionSpaceType::RangeFieldType > >
const DomainSpaceType & domainSpace() const
get domain space (i.e. space that builds the rows)
Definition: spmatrix.hh:637
MatrixType & exportMatrix() const
get reference to storage object
Definition: spmatrix.hh:659
void apply(const DomainFunction &arg, RangeFunction &dest) const
apply matrix to discrete function
Definition: spmatrix.hh:835
void compress()
compress matrix to a real CRS format
Definition: spmatrix.hh:798
const RangeSpaceType & rangeSpace() const
get range space (i.e. space that builds the columns)
Definition: spmatrix.hh:643
virtual void finalize()
finalization of operator
Definition: spoperator.hh:53
void apply(const DomainFunction &arg, RangeFunction &dest) const
apply matrix to discrete function
Definition: spmatrix.hh:835
virtual void operator()(const DomainFunction &arg, RangeFunction &dest) const
application operator
Definition: spoperator.hh:48
