Lines Matching refs:encAux

198 … DM dmIn, DMEnclosureType encIn, PetscDS dsIn, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, Pe…  in DMProjectPoint_Field_Private()  argument
255 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, p, &subp)); in DMProjectPoint_Field_Private()
357 … DM dmIn, DMEnclosureType encIn, PetscDS dsIn, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, Pe… in DMProjectPoint_BdField_Private() argument
414 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, p, &subp)); in DMProjectPoint_BdField_Private()
533 … DM dmIn, DMEnclosureType encIn, PetscDS dsIn, DM dmAux, DMEnclosureType encAux, PetscDS dsAux, Pe… in DMProjectPoint_Private() argument
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()
716 DMEnclosureType encIn, encAux; in DMProjectLocal_Generic_Plex() local
739 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMProjectLocal_Generic_Plex()
837 if (encAux == DM_ENC_SUPERMESH) { in DMProjectLocal_Generic_Plex()
842 PetscCall(DMGetEnclosurePoint(dmAux, dm, encAux, lStart < 0 ? p : lStart, &pAux)); in DMProjectLocal_Generic_Plex()
1054 …PetscCall(DMProjectPoint_Private(dm, dsEff, plexIn, encIn, dsEffIn, plexAux, encAux, dsEffAux, chu… in DMProjectLocal_Generic_Plex()
1085 …PetscCall(DMProjectPoint_Private(dm, dsEff, plexIn, encIn, dsEffIn, plexAux, encAux, dsEffAux, chu… in DMProjectLocal_Generic_Plex()