Searched refs:transformType (Results 1 – 3 of 3) sorted by relevance
123 PetscCall(PetscFree(mesh->transformType)); in DMPlexSetTransformType()124 PetscCall(PetscStrallocpy(type, &mesh->transformType)); in DMPlexSetTransformType()148 *type = mesh->transformType; in DMPlexGetTransformType()
2855 PetscCall(PetscFree(mesh->transformType)); in DMDestroy_Plex()
139 …char *transformType; /* Type of transform for uniform… member