Lines Matching refs:inp

209   PetscInt           numConstants, Nf, NfIn, NfAux = 0, f, spDim, d, v, inp, tp = 0;  in DMProjectPoint_Field_Private()  local
226 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, p, &inp)); in DMProjectPoint_Field_Private()
229 PetscCall(DMPlexGetCellType(dmIn, inp, &qct)); in DMProjectPoint_Field_Private()
235 PetscCall(DMPlexGetSupport(dmIn, inp, &support)); in DMProjectPoint_Field_Private()
236 PetscCall(DMPlexGetSupportSize(dmIn, inp, &Ns)); in DMProjectPoint_Field_Private()
240 inp = support[s]; in DMProjectPoint_Field_Private()
244 …Ns, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Cohesive cell not found from face %" PetscInt_FMT, inp); in DMProjectPoint_Field_Private()
246 PetscCall(DMPlexGetOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_Field_Private()
251 if (localU) PetscCall(DMPlexVecGetClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_Field_Private()
351 if (localU) PetscCall(DMPlexVecRestoreClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_Field_Private()
353 if (isCohesiveIn) PetscCall(DMPlexRestoreOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_Field_Private()
368 PetscInt numConstants, Nf, NfIn, NfAux = 0, f, spDim, d, v, inp, tp = 0; in DMProjectPoint_BdField_Private() local
385 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, p, &inp)); in DMProjectPoint_BdField_Private()
388 PetscCall(DMPlexGetCellType(dmIn, inp, &qct)); in DMProjectPoint_BdField_Private()
394 PetscCall(DMPlexGetSupport(dmIn, inp, &support)); in DMProjectPoint_BdField_Private()
395 PetscCall(DMPlexGetSupportSize(dmIn, inp, &Ns)); in DMProjectPoint_BdField_Private()
399 inp = support[s]; in DMProjectPoint_BdField_Private()
403 …Ns, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Cohesive cell not found from face %" PetscInt_FMT, inp); in DMProjectPoint_BdField_Private()
405 PetscCall(DMPlexGetOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_BdField_Private()
410 if (localU) PetscCall(DMPlexVecGetClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_BdField_Private()
527 if (localU) PetscCall(DMPlexVecRestoreClosure(dmIn, section, localU, inp, NULL, &coefficients)); in DMProjectPoint_BdField_Private()
529 if (isCohesiveIn) PetscCall(DMPlexRestoreOrientedCone(dmIn, inp, &cone, &ornt)); in DMProjectPoint_BdField_Private()