Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexvtu.c51 static PetscErrorCode DMPlexGetVTKConnectivity(DM dm, PetscBool localized, PieceInfo *piece, PetscV… in DMPlexGetVTKConnectivity() argument
59 PetscCall(PetscMalloc3(piece->nconn, &conn, piece->ncells, &offsets, piece->ncells, &types)); in DMPlexGetVTKConnectivity()
114 …PetscCheck(countcell == piece->ncells, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent cell count"); in DMPlexGetVTKConnectivity()
115 …PetscCheck(countconn == piece->nconn, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Inconsistent connectivity … in DMPlexGetVTKConnectivity()
177 PieceInfo piece, *gpiece = NULL; in DMPlexVTKWriteAll_VTU() local
204 piece.nvertices = 0; in DMPlexVTKWriteAll_VTU()
205 piece.ncells = 0; in DMPlexVTKWriteAll_VTU()
206 piece.nconn = 0; in DMPlexVTKWriteAll_VTU()
207 if (!localized) piece.nvertices = vEnd - vStart; in DMPlexVTKWriteAll_VTU()
224 piece.nconn++; in DMPlexVTKWriteAll_VTU()
[all …]
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md73 …milar set of point functions is also used to build the Jacobian. The last piece of our physics spe…
549 Going through this piece-by-piece, we can see all the parts of our solver. At the top level, we hav…
/petsc/doc/manual/
H A Ddmplex.md292 piece,
293 - Calculate some values for the piece, and
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDM.pyx1366 """Return the bounding box for the piece of the `DM`.
H A DDMPlex.pyx1916 per field on a mesh piece of dimension ``dim``.
/petsc/doc/faq/
H A Dindex.md287 "just be used" in a general piece of numerical source code. Ratherm the code has to