|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
numpyoperator.hh
Go to the documentation of this file.
30 typedef SparseRowMatrix< double, size_t, pybind11::array_t< double >, pybind11::array_t<size_t> > Matrix;
static constexpr bool assembled
Definition numpyoperator.hh:33
SparseRowMatrixObject< DomainSpaceType, RangeSpaceType, Matrix > BaseType
Definition numpyoperator.hh:31
RangeFunction::DiscreteFunctionSpaceType RangeSpaceType
Definition numpyoperator.hh:27
DomainFunction::DiscreteFunctionSpaceType DomainSpaceType
Definition numpyoperator.hh:26
void apply(const DomainFunction &arg, RangeFunction &dest) const
apply matrix to discrete function
Definition spmatrix.hh:835
SparseRowMatrix< double, size_t, pybind11::array_t< double >, pybind11::array_t< size_t > > Matrix
Definition numpyoperator.hh:30
NumpyLinearOperator< DomainFunction, RangeFunction > ThisType
Definition numpyoperator.hh:28
const BaseType & systemMatrix() const
Definition numpyoperator.hh:51
NumpyLinearOperator(const std::string &, const DomainSpaceType &domainSpace, const RangeSpaceType &rangeSpace, const SolverParameter ¶m=SolverParameter())
Definition numpyoperator.hh:37
virtual void operator()(const DomainFunction &arg, RangeFunction &dest) const
application operator
Definition numpyoperator.hh:46
const DomainSpaceType & domainSpace() const
get domain space (i.e. space that builds the rows)
Definition spmatrix.hh:637
void apply(const DomainFunction &arg, RangeFunction &dest) const
apply matrix to discrete function
Definition spmatrix.hh:835
const RangeSpaceType & rangeSpace() const
get range space (i.e. space that builds the columns)
Definition spmatrix.hh:643
Definition solver/parameter.hh:25
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8