Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gcr/pipegcr/ !
H A Dpipegcrimpl.h22 …PetscCtxDestroyFn *modifypc_destroy; /* function to destroy the user context for the modifypc … member
H A Dpipegcr.c388 if (pipegcr->modifypc_destroy) PetscCall((*pipegcr->modifypc_destroy)(&pipegcr->modifypc_ctx)); in KSPReset_PIPEGCR()
667 pipegcr->modifypc_destroy = destroy; in KSPFlexibleSetModifyPC_PIPEGCR()
/petsc/src/ksp/ksp/impls/gcr/ !
H A Dgcr.c11 …PetscCtxDestroyFn *modifypc_destroy; /* function to destroy the user context for the modifypc … member
161 if (ctx->modifypc_destroy) PetscCall((*ctx->modifypc_destroy)(&ctx->modifypc_ctx)); in KSPReset_GCR()
198 gcr->modifypc_destroy = destroy; in KSPFlexibleSetModifyPC_GCR()