petsc-3.8.4 2018-03-24
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 on MPI_Comm

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/interface/dtfe.c
Index of all DT routines
Table of Contents for all manual pages
Index of all manual pages