petsc-3.13.6 2020-09-29
PetscDualSpaceLagrangeGetTrimmed
Get the trimmed nature of the dual space
Synopsis
#include "petscfe.h"
PetscErrorCode PetscDualSpaceLagrangeGetTrimmed(PetscDualSpace sp, PetscBool *trimmed)
Not collective
Input Parameter
sp -The PetscDualSpace
Output Parameter
trimmed -Whether the dual space represents to dual basis of a trimmed polynomial space (e.g. Raviart-Thomas and higher order / other form degree variants)
See Also
PetscDualSpaceLagrangeSetTrimmed(), PetscDualSpaceCreate()
Level
intermediate
Location
src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
Implementations
PetscDualSpaceLagrangeGetTrimmed_Lagrange in src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
Index of all DUALSPACE routines
Table of Contents for all manual pages
Index of all manual pages