#include "petscfe.h" PetscErrorCode PetscDualSpaceSetFromOptions(PetscDualSpace sp)Collective on sp
sp | - the PetscDualSpace object to set options for |
-petscdualspace_order <order> | - the approximation order of the space | |
-petscdualspace_form_degree <deg> | - the form degree, say 0 for point evaluations, or 2 for area integrals | |
-petscdualspace_components <c> | - the number of components, say d for a vector field | |
-petscdualspace_refdim <d> | - The spatial dimension of the reference cell | |
-petscdualspace_refcell <celltype> | - Reference cell type name |