Home
last modified time | relevance | path

Searched refs:gllWgts (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex51.c41 PetscReal *gllNode, *gllWgts; in main() local
84 PetscCall(PetscMalloc1(p + 1, &gllWgts)); in main()
85 leggaulob(0.0, 1.0, gllNode, gllWgts, p); /* Get GLL nodes and weights */ in main()
86 PetscCall(Form1DElementMass(h, p, gllNode, gllWgts, Me1D)); in main()
87 PetscCall(Form1DElementStiffness(h, p, gllNode, gllWgts, Ke1D)); in main()
208 PetscCall(PetscFree(gllWgts)); in main()