Searched refs:PetscDSGetTabulation (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/ftn-mod/ |
| H A D | petscdmmod.F90 | 96 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 D | zdtdsf90.c | 29 *ierr = PetscDSGetTabulation(*ds, &tab); in petscdsgettabulationsetsizes_() 39 *ierr = PetscDSGetTabulation(*ds, &tab); in petscdsgettabulationsetpointers_()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex4f90.F90 | 29 PetscCallA(PetscDSGetTabulation(ds, tab, ierr))
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 189 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 D | swarmpic.c | 1325 PetscCall(PetscDSGetTabulation(ds, &T)); in DMProjectFieldLocal_Swarm()
|
| /petsc/include/ |
| H A D | petscds.h | 182 PETSC_EXTERN PetscErrorCode PetscDSGetTabulation(PetscDS, PetscTabulation *[]);
|
| /petsc/src/ts/utils/dmplexlandau/kokkos/ |
| H A D | landau.kokkos.cxx | 149 PetscCall(PetscDSGetTabulation(prob, &Tf)); in LandauKokkosStaticDataSet()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 222 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 D | dtds.c | 2983 PetscErrorCode PetscDSGetTabulation(PetscDS prob, PetscTabulation *T[]) PeNS in PetscDSGetTabulation() function
|