Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex51.c24 static void leggaulob(PetscReal, PetscReal, PetscReal[], PetscReal[], PetscInt);
85 leggaulob(0.0, 1.0, gllNode, gllWgts, p); /* Get GLL nodes and weights */ in main()
399 static void leggaulob(PetscReal x1, PetscReal x2, PetscReal x[], PetscReal w[], PetscInt n) in leggaulob() function