Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmnetworkimpl.h129 PetscHMapI svtable; /* hash table for finding shared vertex info */ member
/petsc/src/dm/impls/network/
H A Dnetwork.c312 PetscCall(PetscHMapIGetWithDefault(network->cloneshared->svtable, gidx_tmp + 1, 0, &i)); in DMNetworkSharedVertexGetInfo()
466 PetscCall(PetscHMapICreateWithSize(nta, &network->cloneshared->svtable)); in SharedVtxCreate()
503 PetscCall(PetscHMapISet(network->cloneshared->svtable, svtx[nsv].gidx + 1, nsv + 1)); in SharedVtxCreate()
684 PetscCall(PetscHMapICreate(&network->cloneshared->svtable)); in DMNetworkLayoutSetUp()
776 …PetscCall(PetscHMapIGetWithDefault(network->cloneshared->svtable, network->header[v].index + 1, 0,… in DMNetworkLayoutSetUp()
1817 newDMnetwork->cloneshared->svtable = oldDMnetwork->cloneshared->svtable; /* global table! */ in DMNetworkDistribute()
1818 oldDMnetwork->cloneshared->svtable = NULL; in DMNetworkDistribute()
1873 PetscCall(PetscHMapIGetWithDefault(newDMnetwork->cloneshared->svtable, gidx + 1, 0, &svtx_idx)); in DMNetworkDistribute()
1924 …PetscCall(PetscHMapIGetWithDefault(newDMnetwork->cloneshared->svtable, header->index + 1, 0, &svtx… in DMNetworkDistribute()
2102 PetscCall(PetscHMapIHas(network->cloneshared->svtable, gidx + 1, flag)); in DMNetworkIsSharedVertex()
[all …]
H A Dnetworkcreate.c312 cloneshared->svtable = NULL; in DMNetworkInitializeToDefault()