#include "petscfe.h" PetscErrorCode PetscFEPushforward(PetscFE fe, PetscFEGeom *fegeom, PetscInt Nv, PetscScalar vals[])
fe | - The PetscFE | |
fegeom | - The cell geometry | |
Nv | - The number of function values | |
vals | - The function values |
Note: This just forwards the call onto PetscDualSpacePushforward().
Note: This only handles tranformations when the embedding dimension of the geometry in fegeom is the same as the reference dimension.