Home
last modified time | relevance | path

Searched refs:PetscDSGetTabulation (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/ftn-mod/
H A Dpetscdmmod.F9096 interface PetscDSGetTabulation interface
97 module procedure PetscDSGetTabulation
110 subroutine PetscDSGetTabulation(ds, tab, ierr) subroutine
127 end subroutine PetscDSGetTabulation
/petsc/src/dm/dt/interface/ftn-custom/
H A Dzdtdsf90.c29 *ierr = PetscDSGetTabulation(*ds, &tab); in petscdsgettabulationsetsizes_()
39 *ierr = PetscDSGetTabulation(*ds, &tab); in petscdsgettabulationsetpointers_()
/petsc/src/dm/impls/plex/tutorials/
H A Dex4f90.F9029 PetscCallA(PetscDSGetTabulation(ds, tab, ierr))
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c189 PetscCall(PetscDSGetTabulation(ds, &T)); in PetscFEIntegrate_Basic()
199 PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrate_Basic()
293 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TfAux)); in PetscFEIntegrateBd_Basic()
423 PetscCall(PetscDSGetTabulation(ds, &T)); in PetscFEIntegrateResidual_Basic()
432 PetscCall(PetscDSGetTabulation(dsAux, &TAux)); in PetscFEIntegrateResidual_Basic()
540 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TfAux)); in PetscFEIntegrateBdResidual_Basic()
647 PetscCall(PetscDSGetTabulation(ds, &Tf)); in PetscFEIntegrateHybridResidual_Basic()
659 if (auxOnBd) PetscCall(PetscDSGetTabulation(dsAux, &TfAux)); in PetscFEIntegrateHybridResidual_Basic()
798 PetscCall(PetscDSGetTabulation(rds, &rT)); in PetscFEIntegrateJacobian_Basic()
799 PetscCall(PetscDSGetTabulation(cds, &cT)); in PetscFEIntegrateJacobian_Basic()
[all …]
/petsc/src/dm/impls/swarm/
H A Dswarmpic.c1325 PetscCall(PetscDSGetTabulation(ds, &T)); in DMProjectFieldLocal_Swarm()
/petsc/include/
H A Dpetscds.h182 PETSC_EXTERN PetscErrorCode PetscDSGetTabulation(PetscDS, PetscTabulation *[]);
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx149 PetscCall(PetscDSGetTabulation(prob, &Tf)); in LandauKokkosStaticDataSet()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c222 PetscCall(PetscDSGetTabulation(prob, &Tf)); // Bf, &Df same for all grids in LandauFormJacobian_Internal()
1458 PetscCall(PetscDSGetTabulation(prob, &Tf)); // Bf, &Df same for all grids in CreateStaticData()
/petsc/src/dm/dt/interface/
H A Ddtds.c2983 PetscErrorCode PetscDSGetTabulation(PetscDS prob, PetscTabulation *T[]) PeNS in PetscDSGetTabulation() function