Searched refs:fe_coord (Results 1 – 1 of 1) sorted by relevance
2039 PetscFE fe, fe_coord; in DMView_PlexCGNS() local2059 PetscCall(DMGetField(cdm, 0, NULL, (PetscObject *)&fe_coord)); in DMView_PlexCGNS()2062 PetscCall(PetscObjectGetClassId((PetscObject)fe_coord, &id)); in DMView_PlexCGNS()2063 if (id != PETSCFE_CLASSID) fe_coord = NULL; in DMView_PlexCGNS()2065 if (fe_coord) { in DMView_PlexCGNS()2066 PetscCall(PetscFEGetDualSpace(fe_coord, &dual_space_coord)); in DMView_PlexCGNS()