| /petsc/src/snes/tutorials/network/power/ |
| H A D | power.c | 18 const PetscInt *vtx, *edges; in FormFunction() local 44 const PetscInt *vtx, *edges; in SetInitialValues() local 71 PetscInt *edges = NULL; in main() local
|
| H A D | power2.c | 11 …ocalX, Vec localF, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in FormFunction_Subnet() 128 const PetscInt *vtx, *edges; in FormFunction() local 158 …, Mat J, Mat Jpre, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in FormJacobian_Subnet() 344 const PetscInt *vtx, *edges; in FormJacobian() local 370 …orkdm, Vec localX, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in SetInitialValues_Subnet() 409 const PetscInt *vtx, *edges; in SetInitialValues() local 444 const PetscInt *vtx, *edges; in main() local
|
| H A D | pffunctions.c | 32 …Vec localX, Mat J, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in FormJacobian_Power_private() 219 const PetscInt *vtx, *edges; in FormJacobian_Power() local 240 …ocalX, Vec localF, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in FormFunction_Power() 350 …orkdm, Vec localX, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in SetInitialGuess_Power()
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 21 …ocalX, Vec localF, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in FormFunction_Water() 139 const PetscInt *vtx, *edges; in WaterSetInitialGuess() local 198 …orkdm, Vec localX, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in SetInitialGuess_Water()
|
| H A D | water.c | 19 const PetscInt *vtx, *edges; in main() local
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipeInterface.c | 193 const PetscInt *edges, *cone; in JunctionCreateJacobian() local 265 const PetscInt *edges; in JunctionDestroyJacobian() local
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 92 const PetscInt *vtx, *edges; in FormJacobian_subPower() local 135 …ocalX, Vec localF, PetscInt nv, PetscInt ne, const PetscInt *vtx, const PetscInt *edges, void *app… in FormFunction_Dummy() 169 const PetscInt *vtx, *edges; in FormFunction() local 264 const PetscInt *vtx, *edges; in SetInitialGuess() local 461 const PetscInt *vtx, *edges; in main() local
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 16 const PetscInt *nodes, *edges; in main() local
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex4.c | 11 const PetscInt *vtx, *edges; in main() local
|
| H A D | ex3.c | 20 const PetscInt *vtx, *edges; in main() local
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 17 const PetscInt *vertices, *edges, *edgeVertices; in DMView_Network_CSV() local 286 const PetscInt *cone, *vtx, *edges; in DMView_Network() local
|
| H A D | network.c | 527 static PetscErrorCode GetEdgelist_Coupling(DM dm, PetscInt *edges, PetscInt *nmerged_ptr) in GetEdgelist_Coupling() 656 …PetscInt i, j, ctr, Nsubnet = network->cloneshared->Nsubnet, np, *edges, *subnetvtx, *subne… in DMNetworkLayoutSetUp() local 1658 const PetscInt *edges; in SetSubnetIdLookupBT() local 2041 …DMNetworkGetSupportingEdges(DM dm, PetscInt vertex, PetscInt *nedges, PeOp const PetscInt *edges[]) in DMNetworkGetSupportingEdges() 2189 const PetscInt *edges; in DMNetworkHasJacobian() local 2260 const PetscInt *edges; in DMNetworkVertexSetMatrix() local 2471 const PetscInt *edges, *cone; in DMCreateMatrix_Network() local
|
| /petsc/src/dm/impls/plex/generators/triangle/ |
| H A D | trigenerate.c | 211 const PetscInt *edges; in DMPlexGenerate_Triangle() local 376 const PetscInt *edges; in DMPlexRefine_Triangle() local
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 185 const PetscInt *edges; in DMPlexGenerate_CTetgen() local 460 const PetscInt *edges; in DMPlexRefine_CTetgen() local
|
| /petsc/src/dm/impls/plex/generators/tetgen/ |
| H A D | tetgenerate.cxx | 198 const PetscInt *edges; in DMPlexGenerate_Tetgen() local 479 const PetscInt *edges; in DMPlexRefine_Tetgen() local
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 89 …PetscInt *edges; /* Edges for this subnetwork. These are mapped to the edge numbers for the… member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 532 …Tensor_1D_Internal(DM dm, const PetscReal lower[], const PetscReal upper[], const PetscInt edges[]) in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal() 586 …Tensor_2D_Internal(DM dm, const PetscReal lower[], const PetscReal upper[], const PetscInt edges[]) in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() 1264 static PetscErrorCode DMPlexCreateSquareMesh_Simplex_CrissCross(DM dm, const PetscInt edges[], cons… in DMPlexCreateSquareMesh_Simplex_CrissCross() 1486 …nternal(DM dm, const PetscReal lower[], const PetscReal upper[], const PetscInt edges[], DMBoundar… in DMPlexCreateCubeMesh_Internal() 2212 … PetscInt dim, const PetscReal lower[], const PetscReal upper[], const PetscInt edges[], PetscInt … in DMPlexCreateHypercubicMesh_Internal() 2484 PetscErrorCode DMPlexCreateHypercubicMesh(MPI_Comm comm, PetscInt dim, const PetscInt edges[], cons… in DMPlexCreateHypercubicMesh() 3837 PetscInt (*edges)[2] = NULL, *edgeSets = NULL; in DMPlexCreateTPSMesh_Internal() local 4962 PetscInt *edges, overlap = 1; in DMPlexCreateFromOptions_Internal() local
|
| H A D | plexegads.c | 1385 const PetscInt *edges; in DMPlexCreateGeom_Internal() local 5486 PetscErrorCode DMPlexGetGeomModelFaceEdges(DM dm, PetscGeom body, PetscGeom face, PetscGeom **edges… in DMPlexGetGeomModelFaceEdges() 5526 PetscErrorCode DMPlexGetGeomModelBodyEdges(DM dm, PetscGeom body, PetscGeom **edges, PetscInt *numE… in DMPlexGetGeomModelBodyEdges()
|
| H A D | plexpartition.c | 282 PetscInt numEdges = end - start, *PETSC_RESTRICT edges; in DMPlexCreatePartitionerGraph_Native() local
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbutil.cxx | 509 moab::Range verts, cells, edges, faces, adj, dim3, dim2; in DMMoabCreateBoxMesh() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 2066 IS *faces, *edges, *all_cc, vertices; in PCBDDCSubSchursInit() local
|