Lines Matching refs:fa
4555 PetscScalar *x_t, *fa; in DMPlexComputeResidual_Patch_Internal() local
4557 PetscCall(VecGetArray(locF, &fa)); in DMPlexComputeResidual_Patch_Internal()
4581 PetscCall(DMPlexPointLocalFieldRef(dm, cell, f, fa, &r)); in DMPlexComputeResidual_Patch_Internal()
4586 PetscCall(VecRestoreArray(locF, &fa)); in DMPlexComputeResidual_Patch_Internal()
5365 PetscScalar *fa; in DMPlexComputeResidualByKey() local
5368 PetscCall(VecGetArray(locF, &fa)); in DMPlexComputeResidualByKey()
5394 if (ghost <= 0) PetscCall(DMPlexPointLocalFieldRef(dm, scells[0], f, fa, &fL)); in DMPlexComputeResidualByKey()
5396 if (ghost <= 0) PetscCall(DMPlexPointLocalFieldRef(dm, scells[1], f, fa, &fR)); in DMPlexComputeResidualByKey()
5411 PetscCall(VecRestoreArray(locF, &fa)); in DMPlexComputeResidualByKey()
5415 PetscScalar *x_t, *fa; in DMPlexComputeResidualByKey() local
5417 PetscCall(VecGetArray(locF, &fa)); in DMPlexComputeResidualByKey()
5441 PetscCall(DMPlexPointLocalFieldRef(dm, cell, f, fa, &r)); in DMPlexComputeResidualByKey()
5446 PetscCall(VecRestoreArray(locF, &fa)); in DMPlexComputeResidualByKey()