Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdt.pxi25 PetscErrorCode PetscDTGaussQuadrature(PetscInt, PetscReal, PetscReal, PetscReal*, PetscReal*)
/petsc/src/snes/tutorials/
H A Dex31.c69 PetscCall(PetscDTGaussQuadrature(blasius->N - 3, -1., 1., blasius->x, weight)); in main()
/petsc/src/dm/dt/tests/
H A Dex1.c183 PetscCall(PetscDTGaussQuadrature(npoints, interval[0], interval[1], points, weights)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex74.c290 PetscCall(PetscDTGaussQuadrature(nstages, 0., 1., c, b)); in RKCreate_Gauss()
/petsc/include/
H A Dpetscdt.h127 PETSC_EXTERN PetscErrorCode PetscDTGaussQuadrature(PetscInt, PetscReal, PetscReal, PetscReal *, Pet…
/petsc/src/dm/dt/interface/
H A Ddt.c1839 PetscErrorCode PetscDTGaussQuadrature(PetscInt npoints, PetscReal a, PetscReal b, PetscReal x[], Pe… in PetscDTGaussQuadrature() function
1935 PetscCall(PetscDTGaussQuadrature(npoints, a, b, x, ww)); in PetscDTGaussTensorQuadrature()
1943 PetscCall(PetscDTGaussQuadrature(npoints, a, b, xw, ww)); in PetscDTGaussTensorQuadrature()
1956 PetscCall(PetscDTGaussQuadrature(npoints, a, b, xw, ww)); in PetscDTGaussTensorQuadrature()
/petsc/src/ts/tests/
H A Dex28.c256 PetscCall(PetscDTGaussQuadrature(100, vmin, vmax, xq, wq)); in CheckDistribution()
/petsc/src/ts/impls/implicit/irk/
H A Dirk.c102 PetscCall(PetscDTGaussQuadrature(nstages, 0., 1., gauss_c, b)); in TSIRKCreate_Gauss()