#include "petscfe.h" PetscErrorCode PetscFECreateDefault(MPI_Comm comm, PetscInt dim, PetscInt Nc, PetscBool isSimplex, const char prefix[], 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 | |
prefix | - The options prefix, or NULL | |
qorder | - The quadrature order or PETSC_DETERMINE to use PetscSpace polynomial degree |