Lines Matching refs:coordSize
541 PetscInt coordSize; in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal() local
571 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal()
574 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal()
598 PetscInt coordSize; in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() local
683 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
686 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
716 PetscInt coordSize; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() local
865 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
868 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
1307 PetscInt coordSize; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1412 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1415 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1568 PetscInt coordSize; in DMPlexCreateCubeMesh_Internal() local
1888 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateCubeMesh_Internal()
1891 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateCubeMesh_Internal()
2234 PetscInt cell = 0, coordSize, Nl = 0, Nl2 = 0; in DMPlexCreateHypercubicMesh_Internal() local
2349 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateHypercubicMesh_Internal()
2352 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateHypercubicMesh_Internal()
2803 PetscInt coordSize, v; in DMPlexCreateHexCylinderMesh_Internal() local
2817 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateHexCylinderMesh_Internal()
2820 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateHexCylinderMesh_Internal()
3077 PetscInt coordSize, c; in DMPlexCreateWedgeCylinderMesh_Internal() local
3089 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateWedgeCylinderMesh_Internal()
3092 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateWedgeCylinderMesh_Internal()
3184 PetscInt numCells, numEdges, numVerts = 0, firstVertex = 0, v, firstEdge, coordSize, d, e; in DMPlexCreateSphereMesh_Internal() local
3644 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateSphereMesh_Internal()
3648 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateSphereMesh_Internal()
6219 PetscInt numVertices, numVerticesAdj, coordSize, v, vStart, vEnd; in DMPlexBuildCoordinatesFromCellListParallel() local
6238 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexBuildCoordinatesFromCellListParallel()
6242 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexBuildCoordinatesFromCellListParallel()
6632 PetscInt coordSize, firstVertex = -1, pStart = 0, pEnd = 0, p, v, dim, dimEmbed, d, off; in DMPlexCreateFromDAG() local
6662 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateFromDAG()
6665 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateFromDAG()
6719 PetscInt cdim, coordSize, v, c, d; in DMPlexCreateCellVertexFromFile() local
6801 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateCellVertexFromFile()
6804 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateCellVertexFromFile()
6908 PetscInt coordSize; in DMPlexCreateSTLFromFile() local
7000 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateSTLFromFile()
7003 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateSTLFromFile()
7053 PetscInt cdim = 2, coordSize; in DMPlexCreateShapefile() local
7180 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateShapefile()
7183 PetscCall(VecSetSizes(coordinates, coordSize, PETSC_DETERMINE)); in DMPlexCreateShapefile()