PetscDualSpaceSetUp#
Construct a basis for a PetscDualSpace
Synopsis#
#include "petscfe.h"
PetscErrorCode PetscDualSpaceSetUp(PetscDualSpace sp)
Collective
Input Parameter#
sp - the
PetscDualSpace
object to setup
See Also#
PetscDualSpaceView()
, PetscDualSpaceDestroy()
, PetscDualSpace
Level#
intermediate
Location#
Examples#
Implementations#
PetscDualSpaceSetUp_Lagrange in src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
PetscDualSpaceSetUp_Refined in src/dm/dt/dualspace/impls/refined/dualspacerefined.c
PetscDualSpaceSetUp_Simple in src/dm/dt/dualspace/impls/simple/dspacesimple.c
Index of all DUALSPACE routines
Table of Contents for all manual pages
Index of all manual pages