Searched refs:PetscDSGetImplicit (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscds.pxi | 33 PetscErrorCode PetscDSGetImplicit(PetscDS, PetscInt, PetscBool*)
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 98 PetscCall(PetscDSGetImplicit(prob, f, &implicit)); in SNESTSFormFunction_Mimex() 170 PetscCall(PetscDSGetImplicit(prob, f, &implicit)); in TSStep_Mimex_Split() 192 PetscCall(PetscDSGetImplicit(prob, f, &implicit)); in TSStep_Mimex_Split()
|
| /petsc/include/ |
| H A D | petscds.h | 136 PETSC_EXTERN PetscErrorCode PetscDSGetImplicit(PetscDS, PetscInt, PetscBool *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4431 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal() 4451 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal() 4499 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal() 5229 PetscCall(PetscDSGetImplicit(ds, f, &fimp)); in DMPlexComputeResidualByKey() 5252 PetscCall(PetscDSGetImplicit(ds, f, &fimp)); in DMPlexComputeResidualByKey() 5310 PetscCall(PetscDSGetImplicit(ds, f, &fimp)); in DMPlexComputeResidualByKey()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1189 PetscErrorCode PetscDSGetImplicit(PetscDS prob, PetscInt f, PetscBool *implicit) in PetscDSGetImplicit() function
|