Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan74 function:PCTFS_giop_hc
/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c258 PetscCall(PCTFS_giop_hc(&col, &work, 1, op2, dim)); in xxt_generate()
566 PetscCall(PCTFS_giop_hc(sum, w, 4, op, edge)); in det_separators()
644 PetscCall(PCTFS_giop_hc(sum, w, 4, op, edge)); in det_separators()
H A Dtfs.h141 PETSC_INTERN PetscErrorCode PCTFS_giop_hc(PetscInt *, PetscInt *, PetscInt, PetscInt *, PetscInt);
H A Dxyt.c327 PetscCall(PCTFS_giop_hc(&col, &work, 1, op2, dim)); in xyt_generate()
659 PetscCall(PCTFS_giop_hc(sum, w, 4, op, edge)); in det_separators()
H A Dcomm.c328 PetscErrorCode PCTFS_giop_hc(PetscInt *vals, PetscInt *work, PetscInt n, PetscInt *oprs, PetscInt d… in PCTFS_giop_hc() function