Home
last modified time | relevance | path

Searched refs:petscLinearOperator_ (Results 1 – 1 of 1) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/linear/
H A Dpetscoperator.hh832 petscLinearOperator_( petscLinOp ) in LocalMatrix()
852 setupIndices( petscLinearOperator_.rangeMappers_, rangeEntity, rowIndices_ ); in init()
853 setupIndices( petscLinearOperator_.domainMappers_, domainEntity, colIndices_ ); in init()
856 petscLinearOperator_.setStatus(status_); in init()
863 petscLinearOperator_.setStatus(status_); in add()
871 petscLinearOperator_.setStatus(status_); in set()
880 petscLinearOperator_.setStatus(status_); in clearRow()
893 petscLinearOperator_.setStatus(status_); in get()
909 Mat& petscMatrix () { return petscLinearOperator_.petscMatrix_; } in petscMatrix()
910 const Mat& petscMatrix () const { return petscLinearOperator_.petscMatrix_; } in petscMatrix()
[all …]