Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan56 alignment:DMNetworkGetSubnetID
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h163 PETSC_INTERN PetscErrorCode DMNetworkGetSubnetID(DM, PetscInt, PetscInt *);
/petsc/src/dm/impls/network/
H A Dnetworkcreate.c360 PetscCall(DMNetworkGetSubnetID(dm, p, &subnetid)); in DMNetworkCopyHeaderTopological()
H A Dnetwork.c1101 PetscErrorCode DMNetworkGetSubnetID(DM dm, PetscInt p, PetscInt *subnetid) in DMNetworkGetSubnetID() function