petsc-3.13.6 2020-09-29
PetscDualSpaceSetFromOptions
sets parameters in a PetscDualSpace from the options database
Synopsis
#include "petscfe.h"
PetscErrorCode PetscDualSpaceSetFromOptions(PetscDualSpace sp)
Collective on sp
Input Parameter
sp -the PetscDualSpace object to set options for
Options Database
-petscspace_degree the approximation order of the space -
See Also
PetscDualSpaceView(), PetscDualSpace, PetscObjectSetFromOptions()
Level
intermediate
Location
src/dm/dt/dualspace/interface/dualspace.c
Implementations
PetscDualSpaceSetFromOptions_Lagrange in src/dm/dt/dualspace/impls/lagrange/dspacelagrange.c
PetscDualSpaceSetFromOptions_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