Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexproject.c198 … 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()
[all …]
H A Dplexfem.c2716 DMEnclosureType encAux; in DMPlexComputeBdIntegral_Internal() local
2753 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexComputeBdIntegral_Internal()
2784 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, support[0], &subp)); in DMPlexComputeBdIntegral_Internal()
3754 DMEnclosureType encAux; in DMPlexGetCellFields() local
3778 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexGetCellFields()
3806 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, cell, &subcell)); in DMPlexGetCellFields()
3849 DMEnclosureType encAux; in DMPlexGetHybridCellFields() local
3876 PetscCall(DMGetEnclosureRelation(dmAux, dm, &encAux)); in DMPlexGetHybridCellFields()
3962 PetscCall(DMGetEnclosurePoint(plexA, dm, encAux, cell, &subcell)); in DMPlexGetHybridCellFields()
4923 DMEnclosureType encAux; in DMPlexComputeBdResidualSingleByKey() local
[all …]