Home
last modified time | relevance | path

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

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/linear/
H A Dpetscoperator.hh864 …::Dune::Petsc::MatSetValue( petscMatrix(), globalRowIndex( localRow ), globalColIndex( localCol ) … in add()
872 …::Dune::Petsc::MatSetValue( petscMatrix(), globalRowIndex( localRow ), globalColIndex( localCol ) … in set()
882 const int globalRowIdx = globalRowIndex( localRow ); in clearRow()
895 const int r[] = {globalRowIndex( localRow )}; in get()
917 DofIndexType globalRowIndex( const int localRow ) const in globalRowIndex() function in Dune::Fem::PetscLinearOperator::LocalMatrix