#include "petscfe.h" PetscErrorCode PetscFECreateLagrange(MPI_Comm comm, PetscInt dim, PetscInt Nc, PetscBool isSimplex, PetscInt k, PetscInt qorder, PetscFE *fem)Collective
comm | - The MPI comm | |
dim | - The spatial dimension | |
Nc | - The number of components | |
isSimplex | - Flag for simplex reference cell, otherwise its a tensor product | |
k | - The degree k of the space | |
qorder | - The quadrature order or PETSC_DETERMINE to use PetscSpace polynomial degree |
fem | - The PetscFE object |