Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdt.pxi40 …PetscErrorCode PetscGaussLobattoLegendreElementAdvectionCreate(PetscInt, PetscReal *, PetscReal *,…
/petsc/src/ts/tutorials/
H A Dex50.c379 …PetscCall(PetscGaussLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in MatMult_Advection()
500 …PetscCall(PetscGaussLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in RHSMatrixAdvectiongllDM()
/petsc/include/
H A Dpetscdt.h147 PETSC_EXTERN PetscErrorCode PetscGaussLobattoLegendreElementAdvectionCreate(PetscInt, PetscReal *, …
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c498 …PetscCall(PetscGaussLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in RHSMatrixAdvectiongllDM()
H A Dspectraladjointassimilation.c513 …PetscCall(PetscGaussLobattoLegendreElementAdvectionCreate(appctx->SEMop.gll.n, appctx->SEMop.gll.n… in RHSAdvection()
/petsc/src/dm/dt/interface/
H A Ddt.c3185 PetscErrorCode PetscGaussLobattoLegendreElementAdvectionCreate(PetscInt n, PetscReal nodes[], Petsc… in PetscGaussLobattoLegendreElementAdvectionCreate() function