Home
last modified time | relevance | path

Searched refs:printFEM (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexrefine.c401 ((DM_Plex *)(*rdm)->data)->printFEM = ((DM_Plex *)dm->data)->printFEM; in DMRefine_Plex()
449 ((DM_Plex *)rdm[r]->data)->printFEM = ((DM_Plex *)dm->data)->printFEM; in DMRefineHierarchy_Plex()
464 ((DM_Plex *)rdm[r]->data)->printFEM = ((DM_Plex *)dm->data)->printFEM; in DMRefineHierarchy_Plex()
H A Dplexfem.c2148 PetscInt debug = ((DM_Plex *)dm->data)->printFEM; in DMPlexComputeClementInterpolant()
2281 PetscInt debug = mesh->printFEM; in DMPlexComputeGradientClementInterpolant()
2602 PetscInt printFEM; in DMPlexComputeIntegralFEM() local
2625 printFEM = ((DM_Plex *)dm->data)->printFEM; in DMPlexComputeIntegralFEM()
2630 if (printFEM > 1) PetscCall(DMPrintCellVector(cell, "Cell Integral", Nf, &cintegral[c * Nf])); in DMPlexComputeIntegralFEM()
2634 if (printFEM) { in DMPlexComputeIntegralFEM()
2662 PetscInt printFEM; in DMPlexComputeCellwiseIntegralFEM() local
2693 printFEM = ((DM_Plex *)dm->data)->printFEM; in DMPlexComputeCellwiseIntegralFEM()
2698 if (printFEM > 1) PetscCall(DMPrintCellVector(cell, "Cell Integral", Nf, &cintegral[c * Nf])); in DMPlexComputeCellwiseIntegralFEM()
3098 if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(0, name, rTotDim, cTotDim, elemMat)); in DMPlexComputeInterpolatorNested()
[all …]
H A Dplexcreate.c105 ((DM_Plex *)dmout->data)->printFEM = ((DM_Plex *)dmin->data)->printFEM; in DMPlexCopy_Internal()
5086 …put level for all fem computations", "DMPlexSNESComputeResidualFEM", 0, &mesh->printFEM, NULL, 0)); in DMSetFromOptions_NonRefinement_Plex()
H A Dplex.c8444 if (mesh->printFEM > 1) { in DMPlexMatSetClosure_Internal()
/petsc/src/snes/utils/libceed/
H A Ddmplexsnesceed.c29 if (mesh->printFEM) { in DMPlexSNESComputeResidualCEED()
/petsc/src/dm/impls/plex/tests/
H A Dex57.c102 ((DM_Plex *)(*rdm)->data)->printFEM = ((DM_Plex *)cdm->data)->printFEM; in CreateConcreteMesh()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c442 PetscInt debug = mesh->printFEM; in InterpolateGradient()
/petsc/include/petsc/private/
H A Ddmpleximpl.h253 PetscInt printFEM; member