Searched refs:PetscDTGaussQuadrature (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdt.pxi | 25 PetscErrorCode PetscDTGaussQuadrature(PetscInt, PetscReal, PetscReal, PetscReal*, PetscReal*)
|
| /petsc/src/snes/tutorials/ |
| H A D | ex31.c | 69 PetscCall(PetscDTGaussQuadrature(blasius->N - 3, -1., 1., blasius->x, weight)); in main()
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex1.c | 183 PetscCall(PetscDTGaussQuadrature(npoints, interval[0], interval[1], points, weights)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex74.c | 290 PetscCall(PetscDTGaussQuadrature(nstages, 0., 1., c, b)); in RKCreate_Gauss()
|
| /petsc/include/ |
| H A D | petscdt.h | 127 PETSC_EXTERN PetscErrorCode PetscDTGaussQuadrature(PetscInt, PetscReal, PetscReal, PetscReal *, Pet…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 1839 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 D | ex28.c | 256 PetscCall(PetscDTGaussQuadrature(100, vmin, vmax, xq, wq)); in CheckDistribution()
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 102 PetscCall(PetscDTGaussQuadrature(nstages, 0., 1., gauss_c, b)); in TSIRKCreate_Gauss()
|