Searched refs:PetscDSGetComponentDerivativeOffsets (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscds.pxi | 28 PetscErrorCode PetscDSGetComponentDerivativeOffsets(PetscDS, PetscInt*[])
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 188 PetscCall(PetscDSGetComponentDerivativeOffsets(ds, &uOff_x)); in PetscFEIntegrate_Basic() 198 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in PetscFEIntegrate_Basic() 279 PetscCall(PetscDSGetComponentDerivativeOffsets(ds, &uOff_x)); in PetscFEIntegrateBd_Basic() 290 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in PetscFEIntegrateBd_Basic() 415 PetscCall(PetscDSGetComponentDerivativeOffsets(ds, &uOff_x)); in PetscFEIntegrateResidual_Basic() 430 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in PetscFEIntegrateResidual_Basic() 522 PetscCall(PetscDSGetComponentDerivativeOffsets(ds, &uOff_x)); in PetscFEIntegrateBdResidual_Basic() 537 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in PetscFEIntegrateBdResidual_Basic() 656 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in PetscFEIntegrateHybridResidual_Basic() 780 PetscCall(PetscDSGetComponentDerivativeOffsets(rds, &uOff_x)); in PetscFEIntegrateJacobian_Basic() [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 220 PetscCall(PetscDSGetComponentDerivativeOffsets(dsIn, &uOff_x)); in DMProjectPoint_Field_Private() 259 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in DMProjectPoint_Field_Private() 379 PetscCall(PetscDSGetComponentDerivativeOffsets(dsIn, &uOff_x)); in DMProjectPoint_BdField_Private() 418 PetscCall(PetscDSGetComponentDerivativeOffsets(dsAux, &aOff_x)); in DMProjectPoint_BdField_Private()
|
| H A D | plexfem.c | 2442 PetscCall(PetscDSGetComponentDerivativeOffsets(prob, &uOff_x)); in DMPlexComputeIntegral_Internal() 2745 PetscCall(PetscDSGetComponentDerivativeOffsets(prob, &uOff_x)); in DMPlexComputeBdIntegral_Internal()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 1324 PetscCall(PetscDSGetComponentDerivativeOffsets(ds, &uOff_x)); in DMProjectFieldLocal_Swarm()
|
| /petsc/include/ |
| H A D | petscds.h | 125 PETSC_EXTERN PetscErrorCode PetscDSGetComponentDerivativeOffsets(PetscDS, PetscInt *[]);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2882 PetscErrorCode PetscDSGetComponentDerivativeOffsets(PetscDS prob, PetscInt *offsets[]) in PetscDSGetComponentDerivativeOffsets() function
|