Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c62 static PetscErrorCode PetscCDGetNewNode(PetscCoarsenData *ail, PetscCDIntNd **a_out, PetscInt a_id) in PetscCDGetNewNode() argument
70 node->gid = a_id; in PetscCDGetNewNode()
90 ail->new_node->gid = a_id; in PetscCDGetNewNode()
100 PetscErrorCode PetscCDIntNdSetID(PetscCDIntNd *a_this, PetscInt a_id) in PetscCDIntNdSetID() argument
103 a_this->gid = a_id; in PetscCDIntNdSetID()
138 PetscErrorCode PetscCDAppendID(PetscCoarsenData *ail, PetscInt a_idx, PetscInt a_id) in PetscCDAppendID() argument
143 PetscCall(PetscCDGetNewNode(ail, &n, a_id)); in PetscCDAppendID()