| /petsc/src/dm/impls/network/tests/output/ |
| H A D | ex1_0.out | 4 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0. 18 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.
|
| H A D | ex1_1.out | 4 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0. 25 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.
|
| H A D | ex2_0.out | 3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
|
| H A D | ex2_1.out | 3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
|
| /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 118 PetscCall(VecGetSize(coordinates, &NVertices)); in DMPlexLoad_HDF5_Xdmf_Internal() 122 NVertices /= spatialDim; in DMPlexLoad_HDF5_Xdmf_Internal() 146 …PetscCall(DMPlexBuildFromCellListParallel(dm, numCells, numVertices, NVertices, numCorners, cells_… in DMPlexLoad_HDF5_Xdmf_Internal()
|
| H A D | plexhdf5.c | 2279 PetscInt NVertices; in PlexLayerLoad_Private() local 2282 PetscCall(PetscViewerHDF5ReadSizes(viewer, path, NULL, &NVertices)); in PlexLayerLoad_Private() 2284 PetscCall(PetscLayoutSetSize(vertexLayout, NVertices)); in PlexLayerLoad_Private()
|
| /petsc/src/dm/tests/output/ |
| H A D | ex10_1.out | 4 NSubnets: 1; NEdges: 3; NVertices: 6; NSharedVertices: 0. 28 NSubnets: 1; NEdges: 3; NVertices: 6; NSharedVertices: 0.
|
| /petsc/src/snes/tutorials/network/output/ |
| H A D | ex1_4.out | 8 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1. 37 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
|
| H A D | ex1.out | 5 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
|
| /petsc/src/ksp/ksp/tutorials/network/output/ |
| H A D | ex3_1.out | 3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
|
| H A D | ex4_1.out | 3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
|
| H A D | ex3_2.out | 3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
|
| H A D | ex4_2.out | 3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
|
| H A D | ex3_3.out | 3 NSubnets: 4; NEdges: 12; NVertices: 13; NSharedVertices: 1.
|
| H A D | ex4_3.out | 3 NSubnets: 4; NEdges: 12; NVertices: 10; NSharedVertices: 2.
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 115 PetscInt NVertices, nVertices; /* Number of global/local vertices */ member
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 268 network->cloneshared->subnet[i].vStart = network->cloneshared->NVertices; in DMNetworkAddSubnetwork() 272 network->cloneshared->NVertices += network->cloneshared->subnet[i].Nvtx; in DMNetworkAddSubnetwork() 478 svtx[nsv].gidx = network->cloneshared->NVertices; /* initialization */ in SharedVtxCreate() 588 network->cloneshared->NVertices -= np; in GetEdgelist_Coupling() 980 PetscErrorCode DMNetworkGetNumVertices(DM dm, PeOp PetscInt *nVertices, PeOp PetscInt *NVertices) in DMNetworkGetNumVertices() argument 990 if (NVertices) { in DMNetworkGetNumVertices() 991 PetscAssertPointer(NVertices, 3); in DMNetworkGetNumVertices() 992 *NVertices = network->cloneshared->NVertices; in DMNetworkGetNumVertices() 1815 newDMnetwork->cloneshared->NVertices = oldDMnetwork->cloneshared->NVertices; in DMNetworkDistribute()
|
| H A D | networkview.c | 299 …ces: %" PetscInt_FMT ".\n", nsubnet, network->cloneshared->NEdges, network->cloneshared->NVertices, in DMView_Network()
|
| H A D | networkcreate.c | 290 cloneshared->NVertices = 0; in DMNetworkInitializeToDefault()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1162 …rts, const PetscInt uniq_verts[], PetscInt plex_vertex_offset, PetscInt NVertices, PetscSection co… in DMPlexCGNS_MatchCGNSFacesToPlexFaces() argument 1180 PetscCall(PetscLayoutCreateFromSizes(comm, PETSC_DECIDE, NVertices, 1, &layout)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces() 1547 PetscInt NVertices = 0, NCells = 0; in DMPlexCreateCGNS_Internal_Parallel() local 1568 NVertices = sizes[0]; in DMPlexCreateCGNS_Internal_Parallel() 1582 PetscCall(PetscLayoutCreateFromSizes(comm, PETSC_DECIDE, NVertices, 1, &vtx_map)); in DMPlexCreateCGNS_Internal_Parallel() 1637 …PetscCall(DMPlexBuildFromCellListParallel(*dm, myownede, myownedv, NVertices, numCorners, elements… in DMPlexCreateCGNS_Internal_Parallel() 1827 …xCGNS_MatchCGNSFacesToPlexFaces(*dm, nuniq_verts, uniq_verts, myownede, NVertices, connSection, fa… in DMPlexCreateCGNS_Internal_Parallel() 2526 PetscInt NVertices; in VecLoad_Plex_CGNS_Internal() local 2536 NVertices = sizes[0]; in VecLoad_Plex_CGNS_Internal() 2538 PetscCall(PetscLayoutCreateFromSizes(comm, PETSC_DECIDE, NVertices, 1, &vtx_map)); in VecLoad_Plex_CGNS_Internal()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 5961 …llListParallel(DM dm, PetscInt numCells, PetscInt numVertices, PetscInt NVertices, PetscInt numCor… in DMPlexBuildFromCellListParallel() argument 5968 PetscValidLogicalCollectiveInt(dm, NVertices, 4); in DMPlexBuildFromCellListParallel() 5982 if (numVertices == PETSC_DECIDE && NVertices == PETSC_DECIDE) NVertices = NVerticesInCells; in DMPlexBuildFromCellListParallel() 5984 …NVertices == PETSC_DECIDE || NVertices >= NVerticesInCells, PetscObjectComm((PetscObject)dm), PETS… in DMPlexBuildFromCellListParallel() 6021 PetscCall(PetscLayoutSetSize(layout, NVertices)); in DMPlexBuildFromCellListParallel() 6106 …ectionParallel(DM dm, PetscInt numCells, PetscInt numVertices, PetscInt NVertices, PetscSection ce… in DMPlexBuildFromCellSectionParallel() argument 6113 PetscValidLogicalCollectiveInt(dm, NVertices, 4); in DMPlexBuildFromCellSectionParallel() 6129 if (numVertices == PETSC_DECIDE && NVertices == PETSC_DECIDE) NVertices = NVerticesInCells; in DMPlexBuildFromCellSectionParallel() 6131 …NVertices == PETSC_DECIDE || NVertices >= NVerticesInCells, PetscObjectComm((PetscObject)dm), PETS… in DMPlexBuildFromCellSectionParallel() 6175 PetscCall(PetscLayoutSetSize(layout, NVertices)); in DMPlexBuildFromCellSectionParallel() [all …]
|