Searched refs:PetscDSGetComponentOffsetsCohesive (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 245 PetscCall(PetscDSGetComponentOffsetsCohesive(dsIn, 2, &uOff)); in DMProjectPoint_Field_Private() 404 PetscCall(PetscDSGetComponentOffsetsCohesive(dsIn, 2, &uOff)); in DMProjectPoint_BdField_Private()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 637 …PetscCall(PetscDSGetComponentOffsetsCohesive(dsIn, 0, &uOff)); // Change 0 to s for one-sided offs… in PetscFEIntegrateHybridResidual_Basic() 1094 …PetscCall(PetscDSGetComponentOffsetsCohesive(ds, 0, &uOff)); // Change 0 to s for one-sided offsets in PetscFEIntegrateHybridJacobian_Basic()
|
| /petsc/include/ |
| H A D | petscds.h | 126 PETSC_EXTERN PetscErrorCode PetscDSGetComponentOffsetsCohesive(PetscDS, PetscInt, PetscInt *[]);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2908 PetscErrorCode PetscDSGetComponentOffsetsCohesive(PetscDS ds, PetscInt s, PetscInt *offsets[]) in PetscDSGetComponentOffsetsCohesive() function
|