Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c4429 PetscBool fimp; in DMPlexComputeResidual_Patch_Internal() local
4431 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal()
4432 if (isImplicit != fimp) continue; in DMPlexComputeResidual_Patch_Internal()
4449 PetscBool fimp; in DMPlexComputeResidual_Patch_Internal() local
4451 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal()
4452 if (isImplicit != fimp) continue; in DMPlexComputeResidual_Patch_Internal()
4495 PetscBool fimp; in DMPlexComputeResidual_Patch_Internal() local
4499 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal()
4500 if (isImplicit != fimp) continue; in DMPlexComputeResidual_Patch_Internal()
5227 PetscBool fimp; in DMPlexComputeResidualByKey() local
[all …]