| /petsc/src/dm/impls/plex/tests/ ! |
| H A D | ex18.c | 320 PetscInt numCells, numVertices, network; in CreateMesh_1D() local 420 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local 429 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local 445 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local 454 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local 463 const PetscInt numCells = 2, numVertices = 1, numCorners = 3; in CreateSimplex_2D() local 479 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local 488 const PetscInt numCells = 1, numVertices = 2, numCorners = 3; in CreateSimplex_2D() local 497 const PetscInt numCells = 2, numVertices = 1, numCorners = 3; in CreateSimplex_2D() local 528 const PetscInt numCells = 1, numVertices = 2, numCorners = 4; in CreateSimplex_3D() local [all …]
|
| /petsc/src/dm/partitioner/impls/gather/ ! |
| H A D | partgather.c | 14 …rtitionerPartition_Gather(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_Gather()
|
| /petsc/src/dm/impls/plex/generators/tetgen/ ! |
| H A D | tetgenerate.cxx | 119 PetscInt *points = nullptr, numPoints, p, numVertices = 0, v, val = -1; in DMPlexGenerate_Tetgen() local 163 const PetscInt numVertices = out.numberofpoints; in DMPlexGenerate_Tetgen() local 383 PetscInt *points = nullptr, numPoints, p, numVertices = 0, v, val; in DMPlexRefine_Tetgen() local 441 const PetscInt numVertices = out.numberofpoints; in DMPlexRefine_Tetgen() local
|
| /petsc/lib/petsc/bin/ ! |
| H A D | petsc_gen_xdmf.py | 35 def writeVertices(self, fp, geometryPath, numVertices, spaceDim): argument 205 …Corners, cellDim, htopologyPath, numHCells, numHCorners, geometryPath, numVertices, spaceDim, time… argument
|
| /petsc/src/dm/partitioner/impls/simple/ ! |
| H A D | partsimple.c | 44 …onerPartition_Simple_Grid(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_Simple_Grid() 117 …rtitionerPartition_Simple(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_Simple()
|
| /petsc/src/dm/impls/plex/generators/triangle/ ! |
| H A D | trigenerate.c | 170 const PetscInt numVertices = out.numberofpoints; in DMPlexGenerate_Triangle() local 335 const PetscInt numVertices = out.numberofpoints; in DMPlexRefine_Triangle() local
|
| /petsc/src/dm/impls/plex/hdf5/ ! |
| H A D | plexhdf5xdmf.c | 67 PetscInt spatialDim, topoDim = -1, numCells, numVertices, NVertices, numCorners; in DMPlexLoad_HDF5_Xdmf_Internal() local
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ ! |
| H A D | ctetgenerate.c | 98 PetscInt *points = NULL, numPoints, p, numVertices = 0, v, m = -1; in DMPlexGenerate_CTetgen() local 148 const PetscInt numVertices = out->numberofpoints; in DMPlexGenerate_CTetgen() local 422 const PetscInt numVertices = out->numberofpoints; in DMPlexRefine_CTetgen() local
|
| /petsc/src/dm/partitioner/impls/matpart/ ! |
| H A D | partmatpart.c | 88 …Partition_MatPartitioning(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_MatPartitioning()
|
| /petsc/src/dm/partitioner/interface/ ! |
| H A D | partitioner.c | 302 …PetscPartitionerPartition(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition()
|
| /petsc/src/dm/partitioner/impls/chaco/ ! |
| H A D | partchaco.c | 42 …artitionerPartition_Chaco(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_Chaco()
|
| /petsc/src/dm/impls/plex/ ! |
| H A D | plexpartition.c | 12 …Code DMPlexCreatePartitionerGraph_Overlap(DM dm, PetscInt height, PetscInt *numVertices, PetscInt … in DMPlexCreatePartitionerGraph_Overlap() 111 …rCode DMPlexCreatePartitionerGraph_Native(DM dm, PetscInt height, PetscInt *numVertices, PetscInt … in DMPlexCreatePartitionerGraph_Native() 316 …rCode DMPlexCreatePartitionerGraph_ViaMat(DM dm, PetscInt height, PetscInt *numVertices, PetscInt … in DMPlexCreatePartitionerGraph_ViaMat() 503 PetscErrorCode DMPlexCreatePartitionerGraph(DM dm, PetscInt height, PetscInt *numVertices, PetscInt… in DMPlexCreatePartitionerGraph() 544 PetscErrorCode DMPlexCreateNeighborCSR(DM dm, PetscInt cellHeight, PetscInt *numVertices, PetscInt … in DMPlexCreateNeighborCSR() 775 PetscInt numVertices = 0; in PetscPartitionerDMPlexPartition() local
|
| H A D | plexcreate.c | 534 const PetscInt numVertices = 2; in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal() local 588 const PetscInt numVertices = (edges[0] + 1) * (edges[1] + 1); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() local 704 PetscInt vertices[3], numVertices; in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal() local 1298 const PetscInt numVertices = numXVertices * numYVertices + numZVertices; in DMPlexCreateSquareMesh_Simplex_CrissCross() local 1556 const PetscInt numVertices = numXVertices * numYVertices * numZVertices; in DMPlexCreateCubeMesh_Internal() local 2222 PetscInt numVertices = 1; in DMPlexCreateHypercubicMesh_Internal() local 2588 PetscInt numCells, numVertices; in DMPlexCreateHexCylinderMesh_Internal() local 3039 PetscInt numCells, numVertices, v; in DMPlexCreateWedgeCylinderMesh_Internal() local 3836 PetscInt topoDim = 2, spaceDim = 3, numFaces = 0, numVertices = 0, numEdges = 0; in DMPlexCreateTPSMesh_Internal() local 5961 PetscErrorCode DMPlexBuildFromCellListParallel(DM dm, PetscInt numCells, PetscInt numVertices, Pets… in DMPlexBuildFromCellListParallel() [all …]
|
| /petsc/src/ts/tutorials/network/ ! |
| H A D | pipes.c | 22 …PetscInt i, e, v, numEdges, numVertices, nedges, *eowners = NULL, estart, eend, *vtype = NULL, … in WashNetworkDistribute() local 424 PetscInt i, numVertices, numEdges, *vtype; in WashNetworkCreate() local
|
| /petsc/src/dm/impls/plex/adaptors/pragmatic/ ! |
| H A D | pragmaticadapt.c | 22 …PetscInt dim, cStart, cEnd, numCells, c, coff, vStart, vEnd, numVertices, numLocVertices… in DMAdaptMetric_Pragmatic_Plex() local
|
| /petsc/src/dm/partitioner/impls/parmetis/ ! |
| H A D | partparmetis.c | 78 …itionerPartition_ParMetis(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_ParMetis()
|
| /petsc/src/dm/partitioner/impls/shell/ ! |
| H A D | partshell.c | 83 …artitionerPartition_Shell(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_Shell()
|
| /petsc/src/dm/impls/plex/adaptors/mmg/ ! |
| H A D | mmgadapt.c | 29 …nt cStart, cEnd, c, numCells, fStart, fEnd, numFaceTags, f, vStart, vEnd, v, numVertices; in DMAdaptMetric_Mmg_Plex() local
|
| /petsc/src/dm/partitioner/impls/ptscotch/ ! |
| H A D | partptscotch.c | 202 …itionerPartition_PTScotch(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_PTScotch()
|
| /petsc/src/dm/impls/da/ ! |
| H A D | dalocal.c | 143 … dm, PetscInt *numVerticesX, PetscInt *numVerticesY, PetscInt *numVerticesZ, PetscInt *numVertices) in DMDAGetNumVertices()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ ! |
| H A D | parmmgadapt.c | 33 …nt cStart, cEnd, c, numCells, fStart, fEnd, f, numFaceTags, vStart, vEnd, v, numVertices; in DMAdaptMetric_ParMmg_Plex() local
|
| /petsc/src/tao/tutorials/ ! |
| H A D | ex3.c | 82 PetscInt numVertices; in CreateMesh() local
|
| /petsc/src/snes/tutorials/network/ ! |
| H A D | ex1.c | 459 PetscInt Nsubnet = 2, numVertices[2], numEdges[2], i, j, nv, ne, it_max = 10; in main() local
|
| /petsc/src/dm/partitioner/impls/multistage/ ! |
| H A D | mspart.c | 584 …ionerPartition_Multistage(PetscPartitioner part, PetscInt nparts, PetscInt numVertices, PetscInt s… in PetscPartitionerPartition_Multistage()
|
| /petsc/src/dm/impls/plex/exodusii/ ! |
| H A D | plexexodusii2.c | 778 …PetscInt pStart, pEnd, p, cStart, cEnd, numCells, vStart, vEnd, numVertices, eStart, eEn… in DMView_PlexExodusII() local 1675 int dim = 0, dimEmbed = 0, numVertices = 0, numCells = 0; in DMPlexCreateExodus() local
|