Searched refs:PetscGaussLobattoLegendreIntegrate (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdt.pxi | 35 …PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt, PetscReal *, PetscReal *, const PetscR…
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex68.c | 110 PetscCall(PetscGaussLobattoLegendreIntegrate(n, nodes, weights, f, &norm)); in main()
|
| H A D | ex69.c | 195 PetscCall(PetscGaussLobattoLegendreIntegrate(gll.n, gll.nodes, gll.weights, f, &norm)); in main()
|
| /petsc/include/ |
| H A D | petscdt.h | 142 PETSC_EXTERN PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt, PetscReal *, PetscReal *, …
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2942 PetscErrorCode PetscGaussLobattoLegendreIntegrate(PetscInt n, PetscReal nodes[], PetscReal weights[… in PetscGaussLobattoLegendreIntegrate() function
|