Searched refs:PetscGaussLobattoLegendreElementLaplacianCreate (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdt.pxi | 36 …PetscErrorCode PetscGaussLobattoLegendreElementLaplacianCreate(PetscInt, PetscReal *, PetscReal *,…
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex68.c | 87 PetscCall(PetscGaussLobattoLegendreElementLaplacianCreate(n, nodes, weights, &A)); in main()
|
| H A D | ex69.c | 141 PetscCall(PetscGaussLobattoLegendreElementLaplacianCreate(gll.n, gll.nodes, gll.weights, &A)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex50.c | 339 …PetscCall(PetscGaussLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in MatMult_Laplacian() 429 …PetscCall(PetscGaussLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in RHSMatrixLaplaciangllDM()
|
| /petsc/include/ |
| H A D | petscdt.h | 143 PETSC_EXTERN PetscErrorCode PetscGaussLobattoLegendreElementLaplacianCreate(PetscInt, PetscReal *, …
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | burgers_spectral.c | 437 …PetscCall(PetscGaussLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in RHSMatrixLaplaciangllDM()
|
| H A D | spectraladjointassimilation.c | 462 …PetscCall(PetscGaussLobattoLegendreElementLaplacianCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in RHSLaplacian()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 2974 PetscErrorCode PetscGaussLobattoLegendreElementLaplacianCreate(PetscInt n, PetscReal nodes[], Petsc… in PetscGaussLobattoLegendreElementLaplacianCreate() function
|