Lines Matching refs:isDG

274   PetscBool          isDG;  in DMPlexGetPlaneSimplexIntersection_Internal()  local
280 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexGetPlaneSimplexIntersection_Internal()
286 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexGetPlaneSimplexIntersection_Internal()
295 PetscBool isDG; in DMPlexGetPlaneQuadIntersection_Internal() local
305 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexGetPlaneQuadIntersection_Internal()
317 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexGetPlaneQuadIntersection_Internal()
326 PetscBool isDG; in DMPlexGetPlaneHexIntersection_Internal() local
341 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexGetPlaneHexIntersection_Internal()
371 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexGetPlaneHexIntersection_Internal()
490 PetscBool isDG; in DMPlexLocatePoint_Quad_2D_Linear_Internal() local
493 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexLocatePoint_Quad_2D_Linear_Internal()
520 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexLocatePoint_Quad_2D_Linear_Internal()
600 PetscBool isDG; in DMPlexLocatePoint_Hex_3D_Linear_Internal() local
603 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexLocatePoint_Hex_3D_Linear_Internal()
636 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexLocatePoint_Hex_3D_Linear_Internal()
736 PetscBool isDG; in DMPlexCreateGridHash() local
738 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexCreateGridHash()
740 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexCreateGridHash()
1025 PetscBool isDG, lower[3], upper[3]; in DMPlexComputeGridHash_Internal() local
1030 PetscCall(DMPlexGetCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexComputeGridHash_Internal()
1032 PetscCall(DMPlexRestoreCellCoordinates(dm, c, &isDG, &numCoords, &array, &coords)); in DMPlexComputeGridHash_Internal()
1717 PetscErrorCode DMPlexGetCellCoordinates(DM dm, PetscInt cell, PetscBool *isDG, PetscInt *Nc, const … in DMPlexGetCellCoordinates() argument
1726 *isDG = PETSC_FALSE; in DMPlexGetCellCoordinates()
1749 *isDG = PETSC_TRUE; in DMPlexGetCellCoordinates()
1779 PetscErrorCode DMPlexRestoreCellCoordinates(DM dm, PetscInt cell, PetscBool *isDG, PetscInt *Nc, co… in DMPlexRestoreCellCoordinates() argument
1786 if (*isDG) { in DMPlexRestoreCellCoordinates()
1803 PetscBool isDG; in DMPlexComputeLineGeometry_Internal() local
1806 PetscCall(DMPlexGetCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeLineGeometry_Internal()
1864 PetscCall(DMPlexRestoreCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeLineGeometry_Internal()
1873 PetscBool isDG; in DMPlexComputeTriangleGeometry_Internal() local
1876 PetscCall(DMPlexGetCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeTriangleGeometry_Internal()
1919 PetscCall(DMPlexRestoreCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeTriangleGeometry_Internal()
1928 PetscBool isDG; in DMPlexComputeRectangleGeometry_Internal() local
1931 PetscCall(DMPlexGetCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeRectangleGeometry_Internal()
2074 PetscCall(DMPlexRestoreCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeRectangleGeometry_Internal()
2084 PetscBool isDG; in DMPlexComputeTetrahedronGeometry_Internal() local
2087 PetscCall(DMPlexGetCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeTetrahedronGeometry_Internal()
2104 PetscCall(DMPlexRestoreCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeTetrahedronGeometry_Internal()
2114 PetscBool isDG; in DMPlexComputeHexahedronGeometry_Internal() local
2117 PetscCall(DMPlexGetCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeHexahedronGeometry_Internal()
2220 PetscCall(DMPlexRestoreCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeHexahedronGeometry_Internal()
2230 PetscBool isDG; in DMPlexComputeTriangularPrismGeometry_Internal() local
2233 PetscCall(DMPlexGetCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeTriangularPrismGeometry_Internal()
2361 PetscCall(DMPlexRestoreCellCoordinates(dm, e, &isDG, &numCoords, &array, &coords)); in DMPlexComputeTriangularPrismGeometry_Internal()
2494 PetscBool isDG; in DMPlexComputeCellGeometryFEM_FE() local
2503 PetscCall(DMPlexGetCellCoordinates(dm, point, &isDG, &numCoords, &array, &coords)); in DMPlexComputeCellGeometryFEM_FE()
2581 PetscCall(DMPlexRestoreCellCoordinates(dm, point, &isDG, &numCoords, &array, &coords)); in DMPlexComputeCellGeometryFEM_FE()
2692 PetscBool isDG; in DMPlexComputeGeometryFVM_1D_Internal() local
2696 PetscCall(DMPlexGetCellCoordinates(dm, cell, &isDG, &coordSize, &array, &coords)); in DMPlexComputeGeometryFVM_1D_Internal()
2725 PetscCall(DMPlexRestoreCellCoordinates(dm, cell, &isDG, &coordSize, &array, &coords)); in DMPlexComputeGeometryFVM_1D_Internal()
2736 PetscBool isDG; in DMPlexComputeGeometryFVM_2D_Internal() local
2753 PetscCall(DMPlexGetCellCoordinates(dm, cell, &isDG, &coordSize, &array, &coords)); in DMPlexComputeGeometryFVM_2D_Internal()
2790 PetscCall(DMPlexRestoreCellCoordinates(dm, cell, &isDG, &coordSize, &array, &coords)); in DMPlexComputeGeometryFVM_2D_Internal()
2801 PetscBool isDG; in DMPlexComputeGeometryFVM_3D_Internal() local
2829 PetscCall(DMPlexGetCellCoordinates(dm, cell, &isDG, &coordSize, &array, &coords)); in DMPlexComputeGeometryFVM_3D_Internal()
2900 PetscCall(DMPlexRestoreCellCoordinates(dm, cell, &isDG, &coordSize, &array, &coords)); in DMPlexComputeGeometryFVM_3D_Internal()