#include "petscfe.h" PetscErrorCode PetscFECreateDefault(DM dm, PetscInt dim, PetscInt numComp, PetscBool isSimplex, const char prefix[], PetscInt qorder, PetscFE *fem)Collective on DM Many br
| dm | - The underlying DM for the domain Many br | |
| dim | - The spatial dimension Many br | |
| numComp | - The number of components Many br | |
| isSimplex | - Flag for simplex reference cell, otherwise its a tensor product Many br | |
| prefix | - The options prefix, or NULL Many br | |
| qorder | - The quadrature order Many br |
Many br
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