Lines Matching refs:feP
1573 PetscFE feC, feP; in SetupDiscretization() local
1583 PetscCall(PetscFECreateDefault(comm, dim, 1, ctx->simplex, "p_", -1, &feP)); in SetupDiscretization()
1584 PetscCall(PetscObjectSetName((PetscObject)feP, "potential")); in SetupDiscretization()
1585 PetscCall(PetscFECopyQuadrature(feP, feC)); in SetupDiscretization()
1586 PetscCall(PetscFEViewFromOptions(feP, NULL, "-view_fe")); in SetupDiscretization()
1591 PetscCall(DMSetField(dm, P_FIELD_ID, NULL, (PetscObject)feP)); in SetupDiscretization()
1593 PetscCall(PetscFEDestroy(&feP)); in SetupDiscretization()
1978 PetscFE feP; in ComputeDiagnostic() local
1986 PetscCall(DMGetField(dm, P_FIELD_ID, NULL, (PetscObject *)&feP)); in ComputeDiagnostic()
1987 PetscCall(PetscFECopyQuadrature(feP, feNormC)); in ComputeDiagnostic()
1988 PetscCall(PetscFECopyQuadrature(feP, feEigsC)); in ComputeDiagnostic()
1989 PetscCall(PetscFECopyQuadrature(feP, feFluxC)); in ComputeDiagnostic()