petsc-3.12.5 2020-03-29
PetscDualSpacePushforward
Transform the given function so that it operates on real space, rather than the reference element. Operationally, this means that we map the function evaluations depending on continuity requirements of our finite element method.
Synopsis
#include "petscfe.h"
PetscErrorCode PetscDualSpacePushforward(PetscDualSpace dsp, PetscFEGeom *fegeom, PetscInt Nq, PetscInt Nc, PetscScalar pointEval[])
Input Parameters
| dsp | - The PetscDualSpace
|
| fegeom | - The geometry for this cell
|
| Nq | - The number of function samples
|
| Nc | - The number of function components
|
| pointEval | - The function values
|
Output Parameter
pointEval -The transformed function values
Note: Functionals transform in a complementary way (pullback) to functions, so that the scalar product is invariant. The type of transform is dependent on the associated k-simplex from the DeRahm complex.
See Also
PetscDualSpacePullback(), PetscDualSpaceTransform(), PetscDualSpaceGetDeRahm()
Level
advanced
Location
src/dm/dt/dualspace/interface/dualspace.c
Index of all DUALSPACE routines
Table of Contents for all manual pages
Index of all manual pages