Lines Matching refs:useFEM
4397 PetscBool useFEM = PETSC_FALSE; in DMPlexComputeResidual_Patch_Internal() local
4435 if (id == PETSCFE_CLASSID) useFEM = PETSC_TRUE; in DMPlexComputeResidual_Patch_Internal()
4438 if (useFEM) { in DMPlexComputeResidual_Patch_Internal()
4468 if (useFEM) PetscCall(ISCreate(PETSC_COMM_SELF, &chunkIS)); in DMPlexComputeResidual_Patch_Internal()
4484 if (useFEM) { in DMPlexComputeResidual_Patch_Internal()
4537 if (useFEM) { in DMPlexComputeResidual_Patch_Internal()
4588 if (useFEM) { in DMPlexComputeResidual_Patch_Internal()
4593 if (useFEM) PetscCall(ISDestroy(&chunkIS)); in DMPlexComputeResidual_Patch_Internal()
4596 if (useFEM) { in DMPlexComputeResidual_Patch_Internal()
5185 PetscBool useFEM = PETSC_FALSE; in DMPlexComputeResidualByKey() local
5233 if (id == PETSCFE_CLASSID) useFEM = PETSC_TRUE; in DMPlexComputeResidualByKey()
5239 if (useFEM) { in DMPlexComputeResidualByKey()
5273 if (useFEM) PetscCall(ISCreate(PETSC_COMM_SELF, &chunkIS)); in DMPlexComputeResidualByKey()
5287 if (useFEM) { in DMPlexComputeResidualByKey()
5348 if (useFEM) { in DMPlexComputeResidualByKey()
5448 if (useFEM) { in DMPlexComputeResidualByKey()
5460 if (useFEM) PetscCall(ISDestroy(&chunkIS)); in DMPlexComputeResidualByKey()
5463 if (useFEM) { in DMPlexComputeResidualByKey()