Searched refs:feEigsC (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1972 PetscFE feFluxC, feNormC, feEigsC; in ComputeDiagnostic() local 1984 …FECreateDefault(PetscObjectComm((PetscObject)dm), dim, dim, ctx->simplex, "eigsc_", -1, &feEigsC)); in ComputeDiagnostic() 1988 PetscCall(PetscFECopyQuadrature(feP, feEigsC)); in ComputeDiagnostic() 1991 PetscCall(PetscObjectSetName((PetscObject)feEigsC, "eigsC")); in ComputeDiagnostic() 1997 if (nf > 1) PetscCall(DMSetField(ctx->view_dm, 1, NULL, (PetscObject)feEigsC)); in ComputeDiagnostic() 2002 PetscCall(PetscFEDestroy(&feEigsC)); in ComputeDiagnostic()
|