Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hmg/
H A Dhmg.c33 static PetscErrorCode PCHMGExpandInterpolation_Private(Mat subinterp, Mat *interp, PetscInt blocksi… in PCHMGExpandInterpolation_Private() argument
42 PetscCall(PetscObjectGetComm((PetscObject)subinterp, &comm)); in PCHMGExpandInterpolation_Private()
43 PetscCall(MatGetOwnershipRange(subinterp, &subrstart, &subrend)); in PCHMGExpandInterpolation_Private()
47 PetscCall(MatGetOwnershipRangeColumn(subinterp, &subcstart, &subcend)); in PCHMGExpandInterpolation_Private()
52 PetscCall(MatGetRow(subinterp, subrow, &nz, &idx, NULL)); in PCHMGExpandInterpolation_Private()
64 PetscCall(MatRestoreRow(subinterp, subrow, &nz, &idx, NULL)); in PCHMGExpandInterpolation_Private()
76 PetscCall(MatGetRow(subinterp, subrow, &nz, &idx, &values)); in PCHMGExpandInterpolation_Private()
82 PetscCall(MatRestoreRow(subinterp, subrow, &nz, &idx, &values)); in PCHMGExpandInterpolation_Private()