Home
last modified time | relevance | path

Searched refs:PetscDSGetComponentDerivativeOffsetsCohesive (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c638 PetscCall(PetscDSGetComponentDerivativeOffsetsCohesive(dsIn, s, &uOff_x)); in PetscFEIntegrateHybridResidual_Basic()
1095 PetscCall(PetscDSGetComponentDerivativeOffsetsCohesive(ds, s, &uOff_x)); in PetscFEIntegrateHybridJacobian_Basic()
/petsc/include/
H A Dpetscds.h127 PETSC_EXTERN PetscErrorCode PetscDSGetComponentDerivativeOffsetsCohesive(PetscDS, PetscInt, PetscIn…
/petsc/src/dm/dt/interface/
H A Ddtds.c2936 PetscErrorCode PetscDSGetComponentDerivativeOffsetsCohesive(PetscDS ds, PetscInt s, PetscInt *offse… in PetscDSGetComponentDerivativeOffsetsCohesive() function