Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/
H A Dpartition.c728 PetscCall(PetscMemzero(part->ops, sizeof(struct _MatPartitioningOps))); in MatPartitioningSetType()
/petsc/include/petsc/private/
H A Dmatimpl.h536 typedef struct _MatPartitioningOps *MatPartitioningOps;
537 struct _MatPartitioningOps { struct
547 PETSCHEADER(struct _MatPartitioningOps); argument