Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdt.pxi37 …PetscErrorCode PetscGaussLobattoLegendreElementLaplacianDestroy(PetscInt, PetscReal *, PetscReal *…
/petsc/src/ksp/ksp/tutorials/
H A Dex68.c123 PetscCall(PetscGaussLobattoLegendreElementLaplacianDestroy(n, nodes, weights, &A)); in main()
H A Dex69.c209 PetscCall(PetscGaussLobattoLegendreElementLaplacianDestroy(gll.n, gll.nodes, gll.weights, &A)); in main()
/petsc/src/ts/tutorials/
H A Dex50.c351 …PetscCall(PetscGaussLobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in MatMult_Laplacian()
460 …PetscCall(PetscGaussLobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in RHSMatrixLaplaciangllDM()
/petsc/include/
H A Dpetscdt.h144 PETSC_EXTERN PetscErrorCode PetscGaussLobattoLegendreElementLaplacianDestroy(PetscInt, PetscReal *,…
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c468 …PetscCall(PetscGaussLobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in RHSMatrixLaplaciangllDM()
H A Dspectraladjointassimilation.c492 …PetscCall(PetscGaussLobattoLegendreElementLaplacianDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in RHSLaplacian()
/petsc/src/dm/dt/interface/
H A Ddt.c3062 PetscErrorCode PetscGaussLobattoLegendreElementLaplacianDestroy(PetscInt n, PetscReal nodes[], Pets… in PetscGaussLobattoLegendreElementLaplacianDestroy() function