Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdt.pxi35 …PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt, PetscReal *, PetscReal *, const PetscR…
/petsc/src/ksp/ksp/tutorials/
H A Dex68.c110 PetscCall(PetscGaussLobattoLegendreIntegrate(n, nodes, weights, f, &norm)); in main()
H A Dex69.c195 PetscCall(PetscGaussLobattoLegendreIntegrate(gll.n, gll.nodes, gll.weights, f, &norm)); in main()
/petsc/include/
H A Dpetscdt.h142 PETSC_EXTERN PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt, PetscReal *, PetscReal *, …
/petsc/src/dm/dt/interface/
H A Ddt.c2942 PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt n, PetscReal nodes[], PetscReal weights[… in PetscGaussLobattoLegendreIntegrate() function