Searched refs:piece (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexvtu.c | 51 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 D | guide_to_stokes.md | 73 …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 D | dmplex.md | 292 piece, 293 - Calculate some values for the piece, and
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 1366 """Return the bounding box for the piece of the `DM`.
|
| H A D | DMPlex.pyx | 1916 per field on a mesh piece of dimension ``dim``.
|
| /petsc/doc/faq/ |
| H A D | index.md | 287 "just be used" in a general piece of numerical source code. Ratherm the code has to
|