Home
last modified time | relevance | path

Searched refs:NVertices (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/impls/network/tests/output/
H A Dex1_0.out4 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.
18 NSubnets: 1; NEdges: 1; NVertices: 2; NSharedVertices: 0.
H A Dex1_1.out4 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.
25 NSubnets: 1; NEdges: 2; NVertices: 3; NSharedVertices: 0.
H A Dex2_0.out3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
H A Dex2_1.out3 NSubnets: 1; NEdges: 4; NVertices: 5; NSharedVertices: 0.
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c67 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 Dplexhdf5.c2279 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 Dex10_1.out4 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 Dex1_4.out8 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
37 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
H A Dex1.out5 NSubnets: 2; NEdges: 16; NVertices: 15; NSharedVertices: 1.
/petsc/src/ksp/ksp/tutorials/network/output/
H A Dex3_1.out3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
H A Dex4_1.out3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
H A Dex3_2.out3 NSubnets: 2; NEdges: 6; NVertices: 7; NSharedVertices: 1.
H A Dex4_2.out3 NSubnets: 2; NEdges: 6; NVertices: 6; NSharedVertices: 2.
H A Dex3_3.out3 NSubnets: 4; NEdges: 12; NVertices: 13; NSharedVertices: 1.
H A Dex4_3.out3 NSubnets: 4; NEdges: 12; NVertices: 10; NSharedVertices: 2.
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h115 PetscInt NVertices, nVertices; /* Number of global/local vertices */ member
/petsc/src/dm/impls/network/
H A Dnetwork.c268 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 Dnetworkview.c299 …ces: %" PetscInt_FMT ".\n", nsubnet, network->cloneshared->NEdges, network->cloneshared->NVertices, in DMView_Network()
H A Dnetworkcreate.c290 cloneshared->NVertices = 0; in DMNetworkInitializeToDefault()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1162 …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 Dplexcreate.c5961 …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()
5984NVertices == 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()
6131NVertices == PETSC_DECIDE || NVertices >= NVerticesInCells, PetscObjectComm((PetscObject)dm), PETS… in DMPlexBuildFromCellSectionParallel()
6175 PetscCall(PetscLayoutSetSize(layout, NVertices)); in DMPlexBuildFromCellSectionParallel()
[all …]