PetscDualSpaceSetFromOptions#

sets parameters in a PetscDualSpace from the options database

Synopsis#

Collective on sp

Input Parameter#

Options Database Keys#

  • -petscdualspace_order - the approximation order of the space

  • -petscdualspace_form_degree - the form degree, say 0 for point evaluations, or 2 for area integrals

  • -petscdualspace_components - the number of components, say d for a vector field

  • -petscdualspace_refcell - Reference cell type name

See Also#

PetscDualSpaceView(), PetscDualSpace, PetscObjectSetFromOptions()

Level#

intermediate

Location#

src/dm/dt/dualspace/interface/dualspace.c

Examples#

src/dm/dt/dualspace/impls/lagrange/tutorials/ex1.c.html

Implementations#

PetscDualSpaceSetFromOptions_Lagrange in src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
PetscDualSpaceSetFromOptions_Simple in src/dm/dt/dualspace/impls/simple/dspacesimple.c


Edit on GitLab

Index of all DUALSPACE routines
Table of Contents for all manual pages
Index of all manual pages