Home
last modified time | relevance | path

Searched refs:PetscDSGetImplicit (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscds.pxi33 PetscErrorCode PetscDSGetImplicit(PetscDS, PetscInt, PetscBool*)
/petsc/src/ts/impls/mimex/
H A Dmimex.c98 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 Dpetscds.h136 PETSC_EXTERN PetscErrorCode PetscDSGetImplicit(PetscDS, PetscInt, PetscBool *);
/petsc/src/dm/impls/plex/
H A Dplexfem.c4431 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 Ddtds.c1189 PetscErrorCode PetscDSGetImplicit(PetscDS prob, PetscInt f, PetscBool *implicit) in PetscDSGetImplicit() function