petsc-3.7.1 2016-05-15
PetscDualSpaceCreate
Creates an empty PetscDualSpace object. The type can then be set with PetscDualSpaceSetType().
Synopsis
#include "petscfe.h"
PetscErrorCode PetscDualSpaceCreate(MPI_Comm comm, PetscDualSpace *sp)
Collective on MPI_Comm Many br
Input Parameter
comm -The communicator for the PetscDualSpace object Many br
Output Parameter
sp -The PetscDualSpace object Many br
Many br
See Also
PetscDualSpaceSetType(), PETSCDUALSPACELAGRANGE
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