Searched refs:refGeom (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmplextransformimpl.h | 49 PetscFEGeom **refGeom; /* Geometry of the reference cell for each cell type */ member
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 171 PetscCall(PetscCalloc2(DM_NUM_POLYTOPES, &t->coordFE, DM_NUM_POLYTOPES, &t->refGeom)); in DMPlexTransformCreate() 417 PetscCall(PetscFEGeomDestroy(&(*tr)->refGeom[c])); in DMPlexTransformDestroy() 437 PetscCall(PetscFree2((*tr)->coordFE, (*tr)->refGeom)); in DMPlexTransformDestroy() 841 PetscCall(PetscFEGeomCreate(quad, 1, cdim, PETSC_FEGEOM_BASIC, &tr->refGeom[ct])); in DMPlexTransformGetCoordinateFE() 842 cg = tr->refGeom[ct]; in DMPlexTransformGetCoordinateFE() 2157 …GetNumVertices(rct); ++v) PetscCall(PetscFEInterpolate_Static(fe, x, tr->refGeom[ct], subcellV[v],… in DMPlexTransformMapLocalizedCoordinates()
|