Searched refs:cell_type (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 4 "cell_type": "markdown", 14 "cell_type": "code", 27 "cell_type": "markdown", 34 "cell_type": "code", 56 "cell_type": "markdown", 63 "cell_type": "code", 72 "cell_type": "markdown", 79 "cell_type": "code", 88 "cell_type": "markdown", 100 "cell_type": "code", [all …]
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 16 static PetscErrorCode DMPlexCGNSGetPermutation_Internal(DMPolytopeType cell_type, PetscInt closure_… in DMPlexCGNSGetPermutation_Internal() argument 79 switch (cell_type) { in DMPlexCGNSGetPermutation_Internal() 99 …RR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], closure_size); in DMPlexCGNSGetPermutation_Internal() 117 …RR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], closure_size); in DMPlexCGNSGetPermutation_Internal() 139 …RR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], closure_size); in DMPlexCGNSGetPermutation_Internal() 157 …RR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], closure_size); in DMPlexCGNSGetPermutation_Internal() 175 …RR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], closure_size); in DMPlexCGNSGetPermutation_Internal() 179 …RR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], closure_size); in DMPlexCGNSGetPermutation_Internal() 2140 DMPolytopeType cell_type; in DMView_PlexCGNS() local 2142 PetscCall(DMPlexGetCellType(dm, cStart, &cell_type)); in DMView_PlexCGNS() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 791 DMPolytopeType cell_type; in DMPlexCorrectOrientationForIsoperiodic() local 793 PetscCall(DMPlexGetCellType(dm, periodic_point, &cell_type)); in DMPlexCorrectOrientationForIsoperiodic() 794 … PetscCall(DMPolytopeMatchOrientation(cell_type, donor_cone, p2d_cone, &ornt, &found)); in DMPlexCorrectOrientationForIsoperiodic()
|