Searched refs:vloc (Results 1 – 2 of 2) sorted by relevance
114 PetscInt val, vloc; in DMPlexGetOrdering() local118 PetscCall(PetscFindInt(val, numValues, values, &vloc)); in DMPlexGetOrdering()119 …PetscCheck(vloc >= 0, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Value %" PetscInt_FMT " not pres… in DMPlexGetOrdering()120 sperm[voff[vloc + 1]++] = oldc; in DMPlexGetOrdering()
2854 PetscErrorCode DMNetworkGetVertexLocalToGlobalOrdering(DM dm, PetscInt vloc, PetscInt *vg) in DMNetworkGetVertexLocalToGlobalOrdering() argument2861 *vg = vltog[vloc]; in DMNetworkGetVertexLocalToGlobalOrdering()