Searched defs:_p_DMPlexTransform (Results 1 – 1 of 1) sorted by relevance
27 struct _p_DMPlexTransform { struct29 void *data;31 DM dm; /* This is the DM for which the transform has been computed */32 …el active; /* If not NULL, indicates points that are participating in the transform */33 DMLabel trType; /* If not NULL, this holds the transformation type for each point */34 PetscBool setupcalled; /* true if setup has been called */35 PetscInt *ctOrderOld; /* [i] = ct: An array with original cell types in depth order */36 …t *ctOrderInvOld; /* [ct] = i: An array with the ordinal numbers for each original cell type */37 …ctStart; /* [ct]: The number for the first cell of each polytope type in the original mesh */38 PetscInt *ctOrderNew; /* [i] = ct: An array with produced cell types in depth order */[all …]