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