#include "petscdt.h" PetscErrorCode PetscDTAltVWedge(PetscInt N, PetscInt j, PetscInt k, const PetscReal *a, const PetscReal *b, PetscReal *awedgeb)
N | - the dimension of the vector space, N >= 0 | |
j | - the degree j of the j-form a, 0 <= j <= N | |
k | - the degree k of the k-form b, 0 <= k <= N and 0 <= j+k <= N | |
a | - a j-form, size [N choose j] | |
b | - a k-form, size [N choose k] |