Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscpc.h123 PETSC_EXTERN PetscErrorCode PCComputeOperator(PC, MatType, Mat *);
126 return PCComputeOperator(A, PETSC_NULLPTR, B); in PCComputeExplicitOperator()
/petsc/doc/changes/
H A D312.md148 - Renamed PCComputeExplicitOperator() into PCComputeOperator().
/petsc/src/ksp/pc/interface/
H A Dprecon.c1973 PetscErrorCode PCComputeOperator(PC pc, MatType mattype, Mat *mat) in PCComputeOperator() function
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcschurs.c313 PetscCall(PCComputeOperator(pc, MATDENSE, &Ainvd)); in PCBDDCComputeExplicitSchur()