Home
last modified time | relevance | path

Searched refs:PetscGaussLobattoLegendreElementAdvectionDestroy (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdt.pxi41 …PetscErrorCode PetscGaussLobattoLegendreElementAdvectionDestroy(PetscInt, PetscReal *, PetscReal *…
/petsc/src/ts/tutorials/
H A Dex50.c387 …PetscCall(PetscGaussLobattoLegendreElementAdvectionDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in MatMult_Advection()
519 …PetscCall(PetscGaussLobattoLegendreElementAdvectionDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in RHSMatrixAdvectiongllDM()
/petsc/include/
H A Dpetscdt.h148 PETSC_EXTERN PetscErrorCode PetscGaussLobattoLegendreElementAdvectionDestroy(PetscInt, PetscReal *,…
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c518 …PetscCall(PetscGaussLobattoLegendreElementAdvectionDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in RHSMatrixAdvectiongllDM()
H A Dspectraladjointassimilation.c543 …PetscCall(PetscGaussLobattoLegendreElementAdvectionDestroy(appctx->SEMop.gll.n, appctx->SEMop.gll.… in RHSAdvection()
/petsc/src/dm/dt/interface/
H A Ddt.c3216 PetscErrorCode PetscGaussLobattoLegendreElementAdvectionDestroy(PetscInt n, PetscReal nodes[], Pets… in PetscGaussLobattoLegendreElementAdvectionDestroy() function