Lines Matching refs:rw
179 PetscErrorCode VecWrapCholmod(Vec X, PetscInt rw, cholmod_dense *Y) in VecWrapCholmod() argument
186 switch (rw) { in VecWrapCholmod()
194 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Case %" PetscInt_FMT " not handled", rw); in VecWrapCholmod()
209 PetscErrorCode VecUnWrapCholmod(Vec X, PetscInt rw, cholmod_dense *Y) in VecUnWrapCholmod() argument
212 switch (rw) { in VecUnWrapCholmod()
220 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Case %" PetscInt_FMT " not handled", rw); in VecUnWrapCholmod()
226 PetscErrorCode MatDenseWrapCholmod(Mat X, PetscInt rw, cholmod_dense *Y) in MatDenseWrapCholmod() argument
233 switch (rw) { in MatDenseWrapCholmod()
241 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Case %" PetscInt_FMT " not handled", rw); in MatDenseWrapCholmod()
257 PetscErrorCode MatDenseUnWrapCholmod(Mat X, PetscInt rw, cholmod_dense *Y) in MatDenseUnWrapCholmod() argument
260 switch (rw) { in MatDenseUnWrapCholmod()
269 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Case %" PetscInt_FMT " not handled", rw); in MatDenseUnWrapCholmod()