Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c1063 PetscInt offset = -1, ctS, ctE, ctO = 0, ctTmp, rtS; in DMPlexTransformGetSourcePoint() local
1118 for (rtS = ctS; rtS < ctE; ++rtS) { in DMPlexTransformGetSourcePoint()
1120 PetscCall(DMLabelGetValue(trType, rtS, &val)); in DMPlexTransformGetSourcePoint()
1123 …PetscCheck(rtS < ctE, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not find point of type %s with … in DMPlexTransformGetSourcePoint()
1124 } else rtS = ctS; in DMPlexTransformGetSourcePoint()
1125 …PetscCall(DMPlexTransformCellTransform(tr, (DMPolytopeType)ctO, rtS, &rtTmp, &Nct, &rct, &rsize, &… in DMPlexTransformGetSourcePoint()
1126 …FMT " != %" PetscInt_FMT " refine type which produced point %" PetscInt_FMT, rtS, rtTmp, rt, pNew); in DMPlexTransformGetSourcePoint()