Home
last modified time | relevance | path

Searched refs:DMPrintCellVectorReal (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdm.h246 PETSC_EXTERN PetscErrorCode DMPrintCellVectorReal(PetscInt, const char[], PetscInt, const PetscReal…
/petsc/src/dm/interface/
H A Ddm.c4278 PetscErrorCode DMPrintCellVectorReal(PetscInt c, const char name[], PetscInt len, const PetscReal x… in DMPrintCellVectorReal() function
/petsc/src/dm/impls/plex/
H A Dplexfem.c5398 PetscCall(DMPrintCellVectorReal(face, "Residual: normal", cdim, fgeom[iface].normal)); in DMPlexComputeResidualByKey()