Home
last modified time | relevance | path

Searched defs:edge (Results 1 – 18 of 18) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Dcomm.c64 PetscInt mask, edge; in PCTFS_giop() local
141 PetscInt mask, edge; in PCTFS_grop() local
217 PetscInt mask, edge; in PCTFS_grop_hc() local
280 PetscInt edge, type, dest, mask; in PCTFS_ssgl_radd() local
330 PetscInt mask, edge; in PCTFS_giop_hc() local
H A Dxxt.c466 PetscInt mask, edge, *iptr; in det_separators() local
H A Dxyt.c576 PetscInt mask, edge, *iptr; in det_separators() local
/petsc/src/dm/impls/plex/
H A Dplexfluent.c360 …const PetscInt edge = fcone[farr[e * 2 + 0]], eornt = DMPolytopeTypeComposeOrientation(DM_POLYTOPE… in ReorderTetrahedron() local
423 …const PetscInt edge = fcone[farr[e * 2 + 0]], eornt = DMPolytopeTypeComposeOrientation(DM_POLYTOPE… in ReorderHexahedron() local
473 …const PetscInt edge = fcone[farr[e * 2 + 0]], eornt = DMPolytopeTypeComposeOrientation(DM_POLYTOPE… in ReorderHexahedron() local
524 …const PetscInt edge = fcone[farr[e * 2 + 0]], eornt = DMPolytopeTypeComposeOrientation(DM_POLYTOPE… in ReorderWedge() local
578 …const PetscInt edge = fcone[farr[e * 2 + 0]], eornt = DMPolytopeTypeComposeOrientation(DM_POLYTOPE… in ReorderWedge() local
H A Dplexegads.c773 ego edge = eobjs[e]; in DMPlexGeomPrintModel_Internal() local
929 ego edge = objs[e]; in DMPlexCreateGeom_Internal() local
1059 ego edge = objs[e]; in DMPlexCreateGeom_Internal() local
1169 ego edge = objs[e]; in DMPlexCreateGeom_Internal() local
1382 ego edge = objs[e]; in DMPlexCreateGeom_Internal() local
1552 ego edge = eobjs[e]; in DMPlexCreateGeom() local
1595 ego edge = eobjs[e]; in DMPlexCreateGeom() local
1689 ego edge = eobjs[e]; in DMPlexCreateGeom() local
1815 ego edge = eobjs[e]; in DMPlexCreateGeom() local
1987 ego edge = eobjs[e]; in DMPlexCreateGeom() local
[all …]
H A Dplexcreate.c619 PetscInt edge = vx * edges[1] + ey + edges[0] * (edges[1] + 1); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() local
645 PetscInt edge = vy * edges[0] + ex; in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal() local
1338 PetscInt edge = ez + c; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1350 const PetscInt edge = firstYEdge + vx * numYEdges + ey; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1375 const PetscInt edge = firstXEdge + vy * numXEdges + ex; in DMPlexCreateSquareMesh_Simplex_CrissCross() local
1721 const PetscInt edge = firstZEdge + (vy * numXVertices + vx) * numZEdges + ez; in DMPlexCreateCubeMesh_Internal() local
1761 const PetscInt edge = firstYEdge + (vz * numXVertices + vx) * numYEdges + ey; in DMPlexCreateCubeMesh_Internal() local
1821 const PetscInt edge = firstXEdge + (vz * numYVertices + vy) * numXEdges + ex; in DMPlexCreateCubeMesh_Internal() local
4239 for (PetscInt edge = 0, i = 0; i < numFaces; i++) { in DMPlexCreateTPSMesh_Internal() local
H A Dplexsubmesh.c1619 PetscInt val, edge; in DMPlexConstructCohesiveCells_Internal() local
1637 PetscInt val, edge; in DMPlexConstructCohesiveCells_Internal() local
1750 PetscInt val, edge; in DMPlexConstructCohesiveCells_Internal() local
H A Dplex.c1409 const PetscInt *edge; in DMPlexView_Ascii() local
9977 const PetscInt edge = closure[cl]; in DMPlexCheckCellShape() local
/petsc/src/dm/impls/plex/transform/impls/refine/sbr/
H A Dplexrefsbr.c15 static PetscErrorCode SBRGetEdgeLen_Private(DMPlexTransform tr, PetscInt edge, PetscReal *len) in SBRGetEdgeLen_Private()
187 const PetscInt edge = closure[cl]; in DMPlexTransformSetUp_SBR() local
/petsc/src/snes/tutorials/network/water/
H A Dwaterreaddata.c125 EDGE_Water edge; in WaterReadData() local
H A Dwaterfunctions.c29 EDGE_Water edge; in FormFunction_Water() local
H A Dwater.h105 EDGE_Water edge; member
/petsc/src/dm/impls/network/
H A Dnetworkview.c14 PetscInt nsubnets, i, subnet, nvertices, nedges, vertex, edge, gidx, ncomp; in DMView_Network_CSV() local
H A Dnetwork.c815 …num, PeOp PetscInt *nv, PeOp PetscInt *ne, PeOp const PetscInt *vtx[], PeOp const PetscInt *edge[]) in DMNetworkGetSubnetwork()
2067 PetscErrorCode DMNetworkGetConnectedVertices(DM dm, PetscInt edge, const PetscInt *vertices[]) in DMNetworkGetConnectedVertices()
/petsc/src/mat/graphops/partition/impls/party/
H A Dparty.c33 int n, *edge_p, *edge, *vertex_w, p, *part_party, cutsize, redl, rec; in MatPartitioningApply_Party() local
/petsc/include/petsc/private/
H A Ddmnetworkimpl.h141 DMNetworkEdgeInfo edge; member
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2690 PetscInt edge = PetscEdgeToP4estEdge[j - (1 + P4EST_FACES)]; in DMPforestGetTransferSF_Point() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c87 static PetscErrorCode PCBDDCComputeNedelecChangeEdge(Mat lG, IS edge, IS extrow, IS extcol, IS corn… in PCBDDCComputeNedelecChangeEdge()