Lines Matching refs:dmIn

70 static PetscErrorCode DMProjectPoint_Func_Private(DM dm, PetscDS ds, DM dmIn, PetscDS dsIn, PetscRe…  in DMProjectPoint_Func_Private()  argument
77 PetscCall(DMGetCoordinateDim(dmIn, &coordDim)); in DMProjectPoint_Func_Private()
78 PetscCall(DMHasBasisTransform(dmIn, &transform)); in DMProjectPoint_Func_Private()
125 …PetscCall(DMPlexBasisTransformApplyReal_Internal(dmIn, v0, PETSC_TRUE, coordDim, v0, x, dm->transf… in DMProjectPoint_Func_Private()
198 static PetscErrorCode DMProjectPoint_Field_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encI… in DMProjectPoint_Field_Private() argument
224 PetscCall(DMHasBasisTransform(dmIn, &transform)); in DMProjectPoint_Field_Private()
225 PetscCall(DMGetLocalSection(dmIn, &section)); in DMProjectPoint_Field_Private()
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()
238 PetscCall(DMPlexGetCellType(dmIn, support[s], &ct)); 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()
340 …if (transform) PetscCall(DMPlexBasisTransformApplyReal_Internal(dmIn, fegeom.v, PETSC_TRUE, dE, fe… 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()
357 static PetscErrorCode DMProjectPoint_BdField_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType en… in DMProjectPoint_BdField_Private() argument
383 PetscCall(DMHasBasisTransform(dmIn, &transform)); in DMProjectPoint_BdField_Private()
384 PetscCall(DMGetLocalSection(dmIn, &section)); in DMProjectPoint_BdField_Private()
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()
397 PetscCall(DMPlexGetCellType(dmIn, support[s], &ct)); 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()
516 …if (transform) PetscCall(DMPlexBasisTransformApplyReal_Internal(dmIn, fegeom.v, PETSC_TRUE, dE, fe… 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()
533 static PetscErrorCode DMProjectPoint_Private(DM dm, PetscDS ds, DM dmIn, DMEnclosureType encIn, Pet… in DMProjectPoint_Private() argument
545 …PetscCall(DMProjectPoint_Func_Private(dm, ds, dmIn, dsIn, time, fegeom, &fvgeom, isFE, sp, (PetscE… in DMProjectPoint_Private()
549 …PetscCall(DMProjectPoint_Field_Private(dm, ds, dmIn, encIn, dsIn, dmAux, encAux, dsAux, time, loca… in DMProjectPoint_Private()
552 …PetscCall(DMProjectPoint_BdField_Private(dm, ds, dmIn, encIn, dsIn, dmAux, encAux, dsAux, time, lo… in DMProjectPoint_Private()
715 DM plex, dmIn, plexIn, dmAux = NULL, plexAux = NULL, tdm; in DMProjectLocal_Generic_Plex() local
731 if (localU) PetscCall(VecGetDM(localU, &dmIn)); in DMProjectLocal_Generic_Plex()
732 else dmIn = dm; in DMProjectLocal_Generic_Plex()
737 PetscCall(DMConvert(dmIn, DMPLEX, &plexIn)); in DMProjectLocal_Generic_Plex()
738 PetscCall(DMGetEnclosureRelation(dmIn, dm, &encIn)); in DMProjectLocal_Generic_Plex()
813 PetscCall(DMGetFirstLabeledPoint(dmIn, dm, label, numIds, ids, minHeight, NULL, &dsIn)); in DMProjectLocal_Generic_Plex()
814 if (!dsIn) PetscCall(DMGetDS(dmIn, &dsIn)); in DMProjectLocal_Generic_Plex()
819 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? p : lStart, &pIn)); in DMProjectLocal_Generic_Plex()
822 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? p : lStart, &pIn)); in DMProjectLocal_Generic_Plex()
823 PetscCall(DMGetCellDS(dmIn, pIn, &dsIn, NULL)); in DMProjectLocal_Generic_Plex()
824 } else PetscCall(DMGetDS(dmIn, &dsIn)); in DMProjectLocal_Generic_Plex()
993 PetscCall(DMGetEnclosurePoint(dmIn, dm, encIn, lStart < 0 ? pStart : lStart, &pIn)); in DMProjectLocal_Generic_Plex()