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