Searched refs:a_this (Results 1 – 1 of 1) sorted by relevance
100 PetscErrorCode PetscCDIntNdSetID(PetscCDIntNd *a_this, PetscInt a_id) in PetscCDIntNdSetID() argument103 a_this->gid = a_id; in PetscCDIntNdSetID()109 PetscErrorCode PetscCDIntNdGetID(const PetscCDIntNd *a_this, PetscInt *a_gid) in PetscCDIntNdGetID() argument112 *a_gid = a_this->gid; in PetscCDIntNdGetID()