Searched refs:PCComputeOperator (Results 1 – 4 of 4) sorted by relevance
123 PETSC_EXTERN PetscErrorCode PCComputeOperator(PC, MatType, Mat *);126 return PCComputeOperator(A, PETSC_NULLPTR, B); in PCComputeExplicitOperator()
148 - Renamed PCComputeExplicitOperator() into PCComputeOperator().
1973 PetscErrorCode PCComputeOperator(PC pc, MatType mattype, Mat *mat) in PCComputeOperator() function
313 PetscCall(PCComputeOperator(pc, MATDENSE, &Ainvd)); in PCBDDCComputeExplicitSchur()