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