Searched refs:a_id (Results 1 – 1 of 1) sorted by relevance
62 static PetscErrorCode PetscCDGetNewNode(PetscCoarsenData *ail, PetscCDIntNd **a_out, PetscInt a_id) in PetscCDGetNewNode() argument70 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() argument103 a_this->gid = a_id; in PetscCDIntNdSetID()138 PetscErrorCode PetscCDAppendID(PetscCoarsenData *ail, PetscInt a_idx, PetscInt a_id) in PetscCDAppendID() argument143 PetscCall(PetscCDGetNewNode(ail, &n, a_id)); in PetscCDAppendID()