#include "petscdt.h" PetscErrorCode PetscGaussLobattoLegendreElementAdvectionCreate(PetscInt n,PetscReal *nodes,PetscReal *weights,PetscReal ***AA)Not Collective
n | - the number of GLL nodes | |
nodes | - the GLL nodes | |
weights | - the GLL weightss | |
AA | - the stiffness element |