petsc-3.7.5 2017-01-01
Report Typos and Errors

PetscSpacePolynomialSetTensor

Set whether a function space is a space of tensor polynomials (the space is spanned by polynomials whose degree in each variabl is bounded by the given order), as opposed to polynomials (the space is spanned by polynomials whose total degree---summing over all variables---is bounded by the given order).

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscSpacePolynomialSetTensor(PetscSpace sp, PetscBool tensor)

Input Parameters

sp - the function space object
tensor - PETSC_TRUE for a tensor polynomial space, PETSC_FALSE for a polynomial space

See Also

PetscSpacePolynomialGetTensor(), PetscSpaceSetOrder(), PetscSpacePolynomialSetNumVariables()

Level:beginner
Location:
src/dm/dt/interface/dtfe.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages