PetscDiscType#
Identifies the discretization family attached to a PetscDS field
Synopsis#
typedef enum {
PETSC_DISC_NONE,
PETSC_DISC_FE,
PETSC_DISC_FV
} PetscDiscType;
Values#
PETSC_DISC_NONE- no discretization (or one not known to PETSc) is attachedPETSC_DISC_FE- aPetscFEfinite-element discretization is attachedPETSC_DISC_FV- aPetscFVfinite-volume discretization is attached
See Also#
Level#
intermediate
Location#
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages