Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/interface/
H A Dprecon.c1976 Mat A, Apc; in PCComputeOperator() local
1984 PetscCall(MatCreateShell(PetscObjectComm((PetscObject)pc), m, n, M, N, pc, &Apc)); in PCComputeOperator()
1985 PetscCall(MatShellSetOperation(Apc, MATOP_MULT, (PetscErrorCodeFn *)MatMult_PC)); in PCComputeOperator()
1986 PetscCall(MatComputeOperator(Apc, mattype, mat)); in PCComputeOperator()
1987 PetscCall(MatDestroy(&Apc)); in PCComputeOperator()