Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexrefine.c402 ((DM_Plex *)(*rdm)->data)->printL2 = ((DM_Plex *)dm->data)->printL2; in DMRefine_Plex()
450 ((DM_Plex *)rdm[r]->data)->printL2 = ((DM_Plex *)dm->data)->printL2; in DMRefineHierarchy_Plex()
465 ((DM_Plex *)rdm[r]->data)->printL2 = ((DM_Plex *)dm->data)->printL2; in DMRefineHierarchy_Plex()
H A Dplexcreate.c107 ((DM_Plex *)dmout->data)->printL2 = ((DM_Plex *)dmin->data)->printL2; in DMPlexCopy_Internal()
5089 …2", "Debug output level all L2 diff computations", "DMComputeL2Diff", 0, &mesh->printL2, NULL, 0)); in DMSetFromOptions_NonRefinement_Plex()
H A Dplexfem.c1459 const PetscInt debug = ((DM_Plex *)dm->data)->printL2; in DMPlexComputeL2DiffLocal()
1584 const PetscInt debug = ((DM_Plex *)dm->data)->printL2; in DMComputeL2GradientDiff_Plex()
1699 const PetscInt debug = ((DM_Plex *)dm->data)->printL2; in DMComputeL2FieldDiff_Plex()
/petsc/src/dm/impls/plex/tests/
H A Dex57.c103 ((DM_Plex *)(*rdm)->data)->printL2 = ((DM_Plex *)cdm->data)->printL2; in CreateConcreteMesh()
/petsc/include/petsc/private/
H A Ddmpleximpl.h255 PetscInt printL2; member