Searched refs:printFEM (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexrefine.c | 401 ((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 D | plexfem.c | 2148 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 D | plexcreate.c | 105 ((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 D | plex.c | 8444 if (mesh->printFEM > 1) { in DMPlexMatSetClosure_Internal()
|
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 29 if (mesh->printFEM) { in DMPlexSNESComputeResidualCEED()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex57.c | 102 ((DM_Plex *)(*rdm)->data)->printFEM = ((DM_Plex *)cdm->data)->printFEM; in CreateConcreteMesh()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 442 PetscInt debug = mesh->printFEM; in InterpolateGradient()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 253 PetscInt printFEM; member
|