Searched refs:computeoperators (Results 1 – 4 of 4) sorted by relevance
65 nkdm->ops->computeoperators = kdm->ops->computeoperators; in DMKSPCopy()214 if (func) kdm->ops->computeoperators = func; in DMKSPSetComputeOperators()242 if (func) *func = kdm->ops->computeoperators; in DMKSPGetComputeOperators()
376 …PetscCheck(kdm->ops->computeoperators, PetscObjectComm((PetscObject)ksp), PETSC_ERR_ARG_WRONGSTATE… in KSPSetUp()378 …PetscCallBack("KSP callback operators", (*kdm->ops->computeoperators)(ksp, A, B, kdm->operatorsctx… in KSPSetUp()
63 PetscErrorCode (*computeoperators)(KSP,Mat,Mat,void*);114 if (func) kdm->ops->computeoperators = func;
287 KSPComputeOperatorsFn *computeoperators; member