Lines Matching refs:localU
198 …In, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, PetscReal time, Vec localU, Vec localA, Petsc… in DMProjectPoint_Field_Private() argument
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()
357 …In, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, PetscReal time, Vec localU, Vec localA, Petsc… in DMProjectPoint_BdField_Private() argument
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()
533 …sAux, PetscFEGeom *fegeom, PetscInt effectiveHeight, PetscReal time, Vec localU, Vec localA, Petsc… in DMProjectPoint_Private() argument
549 …int_Field_Private(dm, ds, dmIn, encIn, dsIn, dmAux, encAux, dsAux, time, localU, localA, fegeom, s… in DMProjectPoint_Private()
552 …t_BdField_Private(dm, ds, dmIn, encIn, dsIn, dmAux, encAux, dsAux, time, localU, localA, fegeom, s… in DMProjectPoint_Private()
713 static PetscErrorCode DMProjectLocal_Generic_Plex(DM dm, PetscReal time, Vec localU, PetscInt Ncc, … in DMProjectLocal_Generic_Plex() argument
731 if (localU) PetscCall(VecGetDM(localU, &dmIn)); in DMProjectLocal_Generic_Plex()
750 …if (localU && localU != localX) PetscCall(DMPlexInsertBoundaryValues(plexIn, PETSC_TRUE, localU, t… in DMProjectLocal_Generic_Plex()
980 if (localU) { in DMProjectLocal_Generic_Plex()
994 PetscCall(DMPlexVecGetClosure(plexIn, NULL, localU, pIn, &numValuesIn, NULL)); in DMProjectLocal_Generic_Plex()
1054 …exIn, encIn, dsEffIn, plexAux, encAux, dsEffAux, chunkgeom, htInc, time, localU, localA, hasFE, ha… in DMProjectLocal_Generic_Plex()
1085 …exIn, encIn, dsEffIn, plexAux, encAux, dsEffAux, chunkgeom, htInc, time, localU, localA, hasFE, ha… in DMProjectLocal_Generic_Plex()
1127 PetscErrorCode DMProjectFieldLocal_Plex(DM dm, PetscReal time, Vec localU, void (**funcs)(PetscInt,… in DMProjectFieldLocal_Plex() argument
1130 …PetscCall(DMProjectLocal_Generic_Plex(dm, time, localU, 0, NULL, NULL, 0, NULL, DM_BC_ESSENTIAL_FI… in DMProjectFieldLocal_Plex()
1134 … numIds, const PetscInt ids[], PetscInt Ncc, const PetscInt comps[], Vec localU, void (**funcs)(Pe… in DMProjectFieldLabelLocal_Plex() argument
1137 …PetscCall(DMProjectLocal_Generic_Plex(dm, time, localU, Ncc, comps, label, numIds, ids, DM_BC_ESSE… in DMProjectFieldLabelLocal_Plex()
1141 … numIds, const PetscInt ids[], PetscInt Ncc, const PetscInt comps[], Vec localU, void (**funcs)(Pe… in DMProjectBdFieldLabelLocal_Plex() argument
1144 …PetscCall(DMProjectLocal_Generic_Plex(dm, time, localU, Ncc, comps, label, numIds, ids, DM_BC_ESSE… in DMProjectBdFieldLabelLocal_Plex()