#include "petscfe.h" PetscErrorCode PetscSpacePolynomialSetTensor(PetscSpace sp, PetscBool tensor)
sp | - the function space object | |
tensor | - PETSC_TRUE for a tensor polynomial space, PETSC_FALSE for a polynomial space |
-petscspace_poly_tensor <bool> | - Whether to use tensor product polynomials in higher dimension |