#include "petscdt.h" PetscErrorCode PetscDTAltVStar(PetscInt N, PetscInt k, PetscInt pow, const PetscReal *w, PetscReal *starw)
N | - the dimension of the vector space, N >= 0 | |
k | - the degree k of the k-form w, 0 <= k <= N | |
pow | - the number of times to apply the Hodge star operator: pow < 0 indicates that the inverse of the Hodge star operator should be applied |pow| times. | |
w | - a k-form, size [N choose k] |