Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h251 PetscBool printSetValues; member
/petsc/src/dm/impls/plex/
H A Dplexcreate.c104 ((DM_Plex *)dmout->data)->printSetValues = ((DM_Plex *)dmin->data)->printSetValues; in DMPlexCopy_Internal()
5085 …", "Output all set values info", "DMPlexMatSetClosure", PETSC_FALSE, &mesh->printSetValues, NULL)); in DMSetFromOptions_NonRefinement_Plex()
H A Dplex.c8431 …if (mesh->printSetValues) PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, nu… in DMPlexMatSetClosure_Internal()
8533 …if (mesh->printSetValues) PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, nu… in DMPlexMatSetClosureGeneral()
8701 …if (mesh->printSetValues) PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, nu… in DMPlexMatSetClosureRefined()