Searched refs:offsetp (Results 1 – 1 of 1) sorted by relevance
1091 PetscInt offsetp; in DMNetworkGetIndex() local1094 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetp)); in DMNetworkGetIndex()1095 header = (DMNetworkComponentHeader)(network->componentdataarray + offsetp); in DMNetworkGetIndex()1109 PetscInt offsetp; in DMNetworkGetSubnetID() local1112 PetscCall(PetscSectionGetOffset(network->DataSection, p, &offsetp)); in DMNetworkGetSubnetID()1113 header = (DMNetworkComponentHeader)(network->componentdataarray + offsetp); in DMNetworkGetSubnetID()1222 PetscInt offsetp, offsetd; in DMNetworkGetLocalVecOffset() local1226 PetscCall(PetscSectionGetOffset(network->plex->localSection, p, &offsetp)); in DMNetworkGetLocalVecOffset()1228 *offset = offsetp; in DMNetworkGetLocalVecOffset()1234 *offset = offsetp + header->offsetvarrel[compnum]; in DMNetworkGetLocalVecOffset()[all …]