#include "petscfe.h" PetscErrorCode PetscSpaceSetDegree(PetscSpace sp, PetscInt degree, PetscInt maxDegree)
sp | - The PetscSpace | |
degree | - The degree of the largest polynomial space contained in the space | |
maxDegree | - The degree of the largest polynomial space containing the space. One of degree and maxDegree can be PETSC_DETERMINE. |