| /petsc/src/dm/impls/plex/transform/impls/refine/regular/ |
| H A D | plexrefregular.c | 108 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Unsupported polytope type %s", DMPolytopeTypes[ct]); in DMPlexRefineRegularGetAffineFaceTransforms() 303 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Unsupported polytope type %s", DMPolytopeTypes[ct]); in DMPlexRefineRegularGetAffineTransforms() 334 …TERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "No subcell vertices for cell type %s", DMPolytopeTypes[ct]); 350 …PETSC_ERR_ARG_INCOMP, "Cell type %s does not produce %s", DMPolytopeTypes[ct], DMPolytopeTypes[rct… 357 …TERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "No subcell vertices for cell type %s", DMPolytopeTypes[ct]); 500 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Regular() 514 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Regular() 530 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Regular() 544 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Regular() 562 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Regular() [all …]
|
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ |
| H A D | plexreftobox.c | 98 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_ToBox() 113 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_ToBox() 133 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_ToBox() 153 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_ToBox() 171 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_ToBox() 189 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_ToBox() 193 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported cell type %s", DMPolytopeTypes[sct]); in DMPlexTransformGetSubcellOrientation_ToBox() 207 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported cell type %s", DMPolytopeTypes[sct]); in DMPlexTransformGetSubcellOrientation_ToBox() 561 …TSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "No refinement strategy for %s", DMPolytopeTypes[source]); in DMPlexTransformCellRefine_ToBox() 610 …TSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "No refinement strategy for %s", DMPolytopeTypes[source]); in DMPlexTransformCellRefine_ToBox()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ |
| H A D | plexrefalfeld.c | 69 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Alfeld() 88 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Alfeld()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex11.c | 86 …PetscInt_FMT " vertices in a %s", cell, Nv, DMPolytopeTypeGetNumVertices(ct), DMPolytopeTypes[ct]); in CheckCellVertices() 172 …>printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "Cayley Table for %s\n", DMPolytopeTypes[ct])); in VerifyCayleyTable() 189 …or for %s: %" PetscInt_FMT " * %" PetscInt_FMT " != %" PetscInt_FMT, DMPolytopeTypes[ct], o1, o2, … in VerifyCayleyTable() 195 …nt_FMT " * %" PetscInt_FMT " = %" PetscInt_FMT " != %" PetscInt_FMT, DMPolytopeTypes[ct], o1, o2, … in VerifyCayleyTable() 219 …printTable) PetscCall(PetscPrintf(PETSC_COMM_SELF, "Inverse table for %s\n", DMPolytopeTypes[ct])); in VerifyInverse() 234 …B, "Inverse error for %s: %" PetscInt_FMT " * %" PetscInt_FMT " != 0", DMPolytopeTypes[ct], o, oi); in VerifyInverse() 240 …%s: %" PetscInt_FMT " * %" PetscInt_FMT " = %" PetscInt_FMT " != 0", DMPolytopeTypes[ct], o, oi, o… in VerifyInverse() 282 …if (debug) PetscCall(PetscPrintf(PETSC_COMM_SELF, " Checking type %s\n", DMPolytopeTypes[ctNew])); in CheckSubcells() 336 … %" PetscInt_FMT " orientation for cell orientation %" PetscInt_FMT, DMPolytopeTypes[ctNew], r, o); in CheckSubcells()
|
| H A D | ex16.c | 66 …esh confirmed to be single topology degree %" PetscInt_FMT " %s\n", degree, DMPolytopeTypes[cti])); in ReadCGNSDM()
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 679 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Extrude() 691 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Extrude() 702 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Extrude() 706 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported cell type %s", DMPolytopeTypes[sct]); in DMPlexTransformGetSubcellOrientation_Extrude() 720 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Extrude() 731 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Extrude() 742 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Extrude() 746 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported cell type %s", DMPolytopeTypes[sct]); in DMPlexTransformGetSubcellOrientation_Extrude() 800 …YTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for parent point type %s", DMPolytopeTypes[pct]); in DMPlexTransformMapCoordinates_Extrude() 801 …YTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for refined point type %s", DMPolytopeTypes[ct]); in DMPlexTransformMapCoordinates_Extrude()
|
| H A D | plextrcohesive.c | 870 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Cohesive() 879 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported cell type %s", DMPolytopeTypes[sct]); in DMPlexTransformGetSubcellOrientation_Cohesive() 893 …ETSC_ERR_ARG_WRONG, "Cell type %s is not produced by %s", DMPolytopeTypes[tct], DMPolytopeTypes[sc… in DMPlexTransformGetSubcellOrientation_Cohesive() 902 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported cell type %s", DMPolytopeTypes[sct]); in DMPlexTransformGetSubcellOrientation_Cohesive() 994 …YTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for parent point type %s", DMPolytopeTypes[pct]); in DMPlexTransformMapCoordinates_Cohesive() 995 …YTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for refined point type %s", DMPolytopeTypes[ct]); in DMPlexTransformMapCoordinates_Cohesive()
|
| /petsc/include/ |
| H A D | petscdmtypes.h | 263 PETSC_EXTERN const char *const DMPolytopeTypes[]; variable
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ |
| H A D | plexref1d.c | 33 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot handle points of type %s", DMPolytopeTypes[ct]); in DMPlexTransformSetUp_1D() 76 …TSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "No refinement strategy for %s", DMPolytopeTypes[source]); in DMPlexTransformCellTransform_1D()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 252 for (g = 0; g <= cols; ++g) PetscCall(PetscViewerASCIIPrintf(v, " %14s", DMPolytopeTypes[g])); in DMPlexTransformView_Ascii() 257 for (g = 0; g <= cols; ++g) PetscCall(PetscViewerASCIIPrintf(v, " %14s", DMPolytopeTypes[g])); in DMPlexTransformView_Ascii() 269 for (g = 0; g < cols; ++g) PetscCall(PetscViewerASCIIPrintf(v, " %14s", DMPolytopeTypes[g])); in DMPlexTransformView_Ascii() 1011 …tscInt_FMT " is not a %s [%" PetscInt_FMT ", %" PetscInt_FMT ")", p, DMPolytopeTypes[ct], ctS, ctE… in DMPlexTransformGetTargetPoint() 1016 … %s point %" PetscInt_FMT " does not have refine type %" PetscInt_FMT, DMPolytopeTypes[ct], p, rt); in DMPlexTransformGetTargetPoint() 1022 …cInt_FMT " does not produce type %s for transform %s", DMPolytopeTypes[ct], rt, p, DMPolytopeTypes… in DMPlexTransformGetTargetPoint() 1027 …T ") for subcell type %s in cell type %s", r, rsize[n], DMPolytopeTypes[rct[n]], DMPolytopeTypes[c… in DMPlexTransformGetTargetPoint() 1033 …Int_FMT " is not a %s [%" PetscInt_FMT ", %" PetscInt_FMT ")", newp, DMPolytopeTypes[ctNew], ctSN,… in DMPlexTransformGetTargetPoint() 1123 …RONG, "Could not find point of type %s with refine type %" PetscInt_FMT, DMPolytopeTypes[ctO], rt); in DMPlexTransformGetSourcePoint() 1152 …scInt_FMT " is not a %s [%" PetscInt_FMT ", %" PetscInt_FMT ")", pO, DMPolytopeTypes[ctO], ctS, ct… in DMPlexTransformGetSourcePoint() [all …]
|
| /petsc/src/dm/impls/plex/transform/impls/refine/sbr/ |
| H A D | plexrefsbr.c | 264 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot handle points of type %s", DMPolytopeTypes[ct]); in DMPlexTransformSetUp_SBR() 557 …TSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "No refinement strategy for %s", DMPolytopeTypes[source]); in DMPlexTransformCellTransform_SBR()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 99 …ELF, PETSC_ERR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], c… in DMPlexCGNSGetPermutation_Internal() 117 …ELF, PETSC_ERR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], c… in DMPlexCGNSGetPermutation_Internal() 139 …ELF, PETSC_ERR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], c… in DMPlexCGNSGetPermutation_Internal() 157 …ELF, PETSC_ERR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], c… in DMPlexCGNSGetPermutation_Internal() 175 …ELF, PETSC_ERR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], c… in DMPlexCGNSGetPermutation_Internal() 179 …ELF, PETSC_ERR_SUP, "Cell type %s with closure size %" PetscInt_FMT, DMPolytopeTypes[cell_type], c… in DMPlexCGNSGetPermutation_Internal() 2267 … which is different than the previous type %s", face, DMPolytopeTypes[cell_type_f], DMPolytopeType… in DMView_PlexCGNS()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tests/ |
| H A D | ex1.c | 212 …T ", continuous %" PetscInt_FMT ", form degree %" PetscInt_FMT "\n", DMPolytopeTypes[type], order,… in testLagrange()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 513 …SELF, PETSC_ERR_ARG_WRONG, "Cell should be a tensor segment, but it is a %s", DMPolytopeTypes[ct]); in VecView_Plex_Local_Draw_2D() 518 …LF, PETSC_ERR_ARG_WRONG, "Cell should be a triangle or quad, but it is a %s", DMPolytopeTypes[ct]); in VecView_Plex_Local_Draw_2D() 523 …LF, PETSC_ERR_ARG_WRONG, "Cell should be a triangle or quad, but it is a %s", DMPolytopeTypes[ct]); in VecView_Plex_Local_Draw_2D() 934 …Printf(viewer, "Geometry for cell %" PetscInt_FMT " polytope type %s:\n", c, DMPolytopeTypes[ct])); in DMPlexView_Ascii_Geometry() 1884 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot draw cells of type %s", DMPolytopeTypes[ct]); in DMPlexDrawCell() 1936 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot draw cells of type %s", DMPolytopeTypes[ct]); in DMPlexDrawCellHighOrder() 4174 … [%" PetscInt_FMT ",%" PetscInt_FMT ") for %s %" PetscInt_FMT, o, -nO, nO, DMPolytopeTypes[qt], q); in DMPlexGetTransitiveClosure_Internal() 4807 …_SELF, PETSC_ERR_SUP, "Point %" PetscInt_FMT " has invalid celltype (%s)", p, DMPolytopeTypes[ct]); in DMPlexComputeCellTypes() 9520 … " of type %s has cone size %" PetscInt_FMT " != %" PetscInt_FMT, c, DMPolytopeTypes[ct], coneSize… in DMPlexCheckSkeleton() 9535 …T " of type %s has %" PetscInt_FMT " vertices != %" PetscInt_FMT, c, DMPolytopeTypes[ct], Nv, DMPo… in DMPlexCheckSkeleton() [all …]
|
| H A D | plexgeometry.c | 416 …TOFRANGE, "No plane intersection for cell %" PetscInt_FMT " with type %s", c, DMPolytopeTypes[ct]); in DMPlexGetPlaneCellIntersection_Internal() 914 …ANGE, "No point location for cell %" PetscInt_FMT " with type %s", cellStart, DMPolytopeTypes[ct]); in DMPlexLocatePoint_Internal() 941 …E, "No closest point location for cell %" PetscInt_FMT " with type %s", cell, DMPolytopeTypes[ct]); in DMPlexClosestPoint_Internal() 2420 …"No element geometry for cell %" PetscInt_FMT " with type %s", cell, DMPolytopeTypes[PetscMax(0, P… in DMPlexComputeCellGeometryFEM_Implicit() 2895 …R_ARG_OUTOFRANGE, "Cannot handle face %" PetscInt_FMT " of type %s", cone[f], DMPolytopeTypes[ct]); in DMPlexComputeGeometryFVM_3D_Internal() 3886 …_ARG_OUTOFRANGE, "point %" PetscInt_FMT " is unsupported cell type %s", cell, DMPolytopeTypes[ct]); in DMPlexCoordinatesToReference() 3969 …_ARG_OUTOFRANGE, "point %" PetscInt_FMT " is unsupported cell type %s", cell, DMPolytopeTypes[ct]); in DMPlexReferenceToCoordinates()
|
| H A D | plexinterpolate.c | 475 …Object)dm), PETSC_ERR_ARG_OUTOFRANGE, "No face description for cell type %s", DMPolytopeTypes[ct]); in DMPlexGetRawFaces_Internal() 623 …l type %s, %" PetscInt_FMT " != %" PetscInt_FMT " + %" PetscInt_FMT, DMPolytopeTypes[ct], faceType… in DMPlexInterpolateFaces_Internal()
|
| H A D | plexfluent.c | 620 … PetscCheck(0, PETSC_COMM_SELF, PETSC_ERR_SUP, "Celltype %s is unsupported", DMPolytopeTypes[ct]); in ReorderCell()
|
| H A D | plexorient.c | 43 …MT ",%" PetscInt_FMT ") for %s %" PetscInt_FMT, newornt[c], -nO, nO, DMPolytopeTypes[ft], cone[c]); in DMPlexOrientPoint()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ |
| H A D | plexrefbl.c | 497 …LYTOPE_POINT, PETSC_COMM_SELF, PETSC_ERR_SUP, "Not for target point type %s", DMPolytopeTypes[ct]); in DMPlexTransformMapCoordinates_BL()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 591 …points (dim %" PetscInt_FMT ") with %" PetscInt_FMT " components\n", DMPolytopeTypes[quad->ct], qu… in PetscQuadratureView_Ascii() 592 …tscInt_FMT " on %" PetscInt_FMT " points (dim %" PetscInt_FMT ")\n", DMPolytopeTypes[quad->ct], qu… in PetscQuadratureView_Ascii() 3472 …OMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "No quadrature for celltype %s", DMPolytopeTypes[PetscMin(ct, … in PetscDTCreateQuadratureByCell()
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 963 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "No support for cell type %s", DMPolytopeTypes[PetscMax(0,… in DMInterpolationEvaluate()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 686 …" (%" PetscInt_FMT ") (%" PetscInt_FMT ") perm %" PetscInt_FMT "\n", DMPolytopeTypes[ct], face[0],… in PetscFEIntegrateHybridResidual_Basic() 687 …" (%" PetscInt_FMT ") (%" PetscInt_FMT ") perm %" PetscInt_FMT "\n", DMPolytopeTypes[ct], face[1],… in PetscFEIntegrateHybridResidual_Basic()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 23 const char *const DMPolytopeTypes[] = variable 9516 …d, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not find orientation for %s", DMPolytopeTypes[ct]); in DMPolytopeGetOrientation() 9601 …d, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Could not find orientation for %s", DMPolytopeTypes[ct]); in DMPolytopeGetVertexOrientation() 9652 …SETERRQ(PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Unsupported polytope type %s", DMPolytopeTypes[ct]); in DMPolytopeInCellTest()
|
| /petsc/src/dm/dt/dualspace/interface/ |
| H A D | dualspace.c | 310 …_refcell", "Reference cell shape", "PetscDualSpaceSetReferenceCell", DMPolytopeTypes, (PetscEnum)r… in PetscDualSpaceSetFromOptions()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 1064 … SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Cell type %s not yet supported", DMPolytopeTypes[ct]); in DMFieldComputeFaceData_DS()
|