#include "petscfe.h" PetscErrorCode PetscDualSpaceTransform(PetscDualSpace dsp, PetscDualSpaceTransformType trans, PetscBool isInverse, PetscFEGeom *fegeom, PetscInt Nv, PetscInt Nc, PetscScalar vals[])
dsp | - The PetscDualSpace | |
trans | - The type of transform | |
isInverse | - Flag to invert the transform | |
fegeom | - The cell geometry | |
Nv | - The number of function samples | |
Nc | - The number of function components | |
vals | - The function values |
Note: This only handles tranformations when the embedding dimension of the geometry in fegeom is the same as the reference dimension.