Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1763 static PetscErrorCode MatDestroy_Harmonic(Mat);
2533 …PetscCall(MatShellSetOperation(data->aux, MATOP_DESTROY, (PetscErrorCodeFn *)MatDestroy_Harmonic)); in PCSetUp_HPDDM()
3486 static PetscErrorCode MatDestroy_Harmonic(Mat A) in MatDestroy_Harmonic() function