#include "petscdt.h" PetscErrorCode PetscDTAltVInterior(PetscInt N, PetscInt k, const PetscReal *w, const PetscReal *v, PetscReal *wIntv)
N | - the dimension of the vector space, N >= 0 | |
k | - the degree k of the k-form w, 0 <= k <= N | |
w | - a k-form, size [N choose k] | |
v | - an N dimensional vector |