Home
last modified time | relevance | path

Searched refs:Nface (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c73 …ec *locX_t, Vec *faceGeometry, Vec *cellGeometry, Vec *locGrad, PetscInt *Nface, F90Array1d *uLPtr… in dmplexgetfacefields_() argument
79 …elds(*dm, *fStart, *fEnd, *locX, *locX_t, *faceGeometry, *cellGeometry, *locGrad, Nface, &uL, &uR); in dmplexgetfacefields_()
91 …ec *locX_t, Vec *faceGeometry, Vec *cellGeometry, Vec *locGrad, PetscInt *Nface, F90Array1d *uLPtr… in dmplexrestorefacefields_() argument
99 …eFaceFields(*dm, *fStart, *fEnd, *locX, NULL, *faceGeometry, *cellGeometry, NULL, Nface, &uL, &uR); in dmplexrestorefacefields_()
107 … *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeometry, PetscInt *Nface, F90Array1d *gPtr,… in dmplexgetfacegeometry_() argument
113 *ierr = DMPlexGetFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v); in dmplexgetfacegeometry_()
121 … *fStart, PetscInt *fEnd, Vec *faceGeometry, Vec *cellGeometry, PetscInt *Nface, F90Array1d *gPtr,… in dmplexrestorefacegeometry_() argument
130 …*ierr = DMPlexRestoreFaceGeometry(*dm, *fStart, *fEnd, *faceGeometry, *cellGeometry, Nface, &g, &v… in dmplexrestorefacegeometry_()
/petsc/src/dm/impls/plex/tests/
H A Dex49.c111 PetscInt *offsets, *offsetsNeg, *offsetsPos, Nface, Nc, n, i = 0; in CheckOffsets() local
113 …PetscCall(DMPlexGetLocalOffsetsSupport(dm, domain_label, label_value, &Nface, &Nc, &n, &offsetsNeg… in CheckOffsets()
114 PetscCall(PetscMalloc1(Nface * Nc * 2, &offsets)); in CheckOffsets()
115 for (PetscInt f = 0; f < Nface; ++f) { in CheckOffsets()
119 …PetscCheck(i == Nface * Nc * 2, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Total offsets %" PetscInt_FMT… in CheckOffsets()
122 … PetscCall(ISCreateGeneral(PETSC_COMM_SELF, Nface * Nc * 2, offsets, PETSC_OWN_POINTER, &offIS)); in CheckOffsets()
/petsc/src/dm/interface/
H A Ddmceed.c280 PetscInt dim, cdim, fStart, fEnd, Nface, Nq = 1; in DMCeedCreateGeometryFVM() local
288 Nface = fEnd - fStart; in DMCeedCreateGeometryFVM()
294 …PetscCallCEED(CeedElemRestrictionCreateStrided(ceed, Nface, Nq, *Nqdata, Nface * Nq * (*Nqdata), s… in DMCeedCreateGeometryFVM()
306 PetscInt dim, fStart, fEnd, Nface, Nq = 1; in DMCeedCreateInfoFVM() local
313 Nface = fEnd - fStart; in DMCeedCreateInfoFVM()
319 …PetscCallCEED(CeedElemRestrictionCreateStrided(ceed, Nface, Nq, *Nqinfo, Nface * Nq * (*Nqinfo), s… in DMCeedCreateInfoFVM()
/petsc/src/ksp/pc/impls/wb/
H A Dwb.c19 …PetscInt dim, i, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint … in DMDAGetWireBasketInterpolation() local
59Nface = 2 * ((m - 2 - istart) * (n - 2 - jstart) + (m - 2 - istart) * (p - 2 - kstart) + (n - 2 - … in DMDAGetWireBasketInterpolation()
61 Nsurf = Nface + Nwire; in DMDAGetWireBasketInterpolation()
367 …PetscInt dim, i, j, k, m, n, p, dof, Nint, Nface, Nwire, Nsurf, *Iint, *Isurf, cint … in DMDAGetFaceInterpolation() local
407Nface = 2 * ((m - 2 - istart) * (n - 2 - jstart) + (m - 2 - istart) * (p - 2 - kstart) + (n - 2 - … in DMDAGetFaceInterpolation()
409 Nsurf = Nface + Nwire; in DMDAGetFaceInterpolation()
/petsc/src/dm/impls/plex/
H A Dplexfem.c4090 …c locX_t, Vec faceGeometry, Vec cellGeometry, PeOp Vec locGrad, PetscInt *Nface, PetscScalar *uL[]… in DMPlexGetFaceFields() argument
4223 *Nface = iface; in DMPlexGetFaceFields()
4254 …c locX_t, Vec faceGeometry, Vec cellGeometry, PeOp Vec locGrad, PetscInt *Nface, PetscScalar *uL[]… in DMPlexRestoreFaceFields() argument
4281 …cInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, PetscInt *Nface, PetscFVFaceGeom *… in DMPlexGetFaceGeometry() argument
4326 *Nface = iface; in DMPlexGetFaceGeometry()
4351 …cInt fStart, PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, PetscInt *Nface, PetscFVFaceGeom *… in DMPlexRestoreFaceGeometry() argument