petsc-3.15.0 2021-03-30
Report Typos and Errors

PetscFECreate

Creates an empty PetscFE object. The type can then be set with PetscFESetType().

Synopsis

#include "petscfe.h" 
PetscErrorCode PetscFECreate(MPI_Comm comm, PetscFE *fem)
Collective

Input Parameter

comm - The communicator for the PetscFE object

Output Parameter

fem - The PetscFE object

See Also

PetscFESetType(), PETSCFEGALERKIN

Level

beginner

Location

src/dm/dt/fe/interface/fe.c
Index of all FE routines
Table of Contents for all manual pages
Index of all manual pages