Lines Matching refs:locF

4389 …(DM dm, PetscSection section, IS cellIS, PetscReal t, Vec locX, Vec locX_t, Vec locF, PetscCtx ctx)  in DMPlexComputeResidual_Patch_Internal()  argument
4550 … PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, &elemVec[cind * totDim], ADD_ALL_VALUES)); in DMPlexComputeResidual_Patch_Internal()
4557 PetscCall(VecGetArray(locF, &fa)); in DMPlexComputeResidual_Patch_Internal()
4586 PetscCall(VecRestoreArray(locF, &fa)); in DMPlexComputeResidual_Patch_Internal()
4918 … wf, PetscFormKey key, IS facetIS, Vec locX, Vec locX_t, PetscReal t, DMField coordField, Vec locF) in DMPlexComputeBdResidualSingleByKey() argument
5034 …PetscCall(DMPlexVecSetClosure(plex, NULL, locF, support[0], &elemVec[face * totDim], ADD_ALL_VALUE… in DMPlexComputeBdResidualSingleByKey()
5050 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexComputeBdResidualSingleByKey()
5051 PetscCall(VecCopy(locF, locFbc)); in DMPlexComputeBdResidualSingleByKey()
5085 …idualSingle(DM dm, PetscWeakForm wf, PetscFormKey key, Vec locX, Vec locX_t, PetscReal t, Vec locF) in DMPlexComputeBdResidualSingle() argument
5097 …cCall(DMPlexComputeBdResidualSingleByKey(dm, wf, key, facetIS, locX, locX_t, t, coordField, locF)); in DMPlexComputeBdResidualSingle()
5102 … DMPlexComputeBdResidual_Internal(DM dm, Vec locX, Vec locX_t, PetscReal t, Vec locF, PetscCtx ctx) in DMPlexComputeBdResidual_Internal() argument
5146 …cCall(DMPlexComputeBdResidualSingleByKey(dm, wf, key, facetIS, locX, locX_t, t, coordField, locF)); in DMPlexComputeBdResidual_Internal()
5175 …cFormKey key, IS cellIS, PetscReal time, Vec locX, Vec locX_t, PetscReal t, Vec locF, PetscCtx ctx) in DMPlexComputeResidualByKey() argument
5361 … PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, &elemVec[cind * totDim], ADD_ALL_VALUES)); in DMPlexComputeResidualByKey()
5368 PetscCall(VecGetArray(locF, &fa)); in DMPlexComputeResidualByKey()
5411 PetscCall(VecRestoreArray(locF, &fa)); in DMPlexComputeResidualByKey()
5417 PetscCall(VecGetArray(locF, &fa)); in DMPlexComputeResidualByKey()
5446 PetscCall(VecRestoreArray(locF, &fa)); in DMPlexComputeResidualByKey()
5464 PetscCall(DMPlexComputeBdResidual_Internal(dm, locX, locX_t, t, locF, ctx)); in DMPlexComputeResidualByKey()
5518 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexComputeResidualByKey()
5519 PetscCall(VecCopy(locF, locFbc)); in DMPlexComputeResidualByKey()
5555 …ormKey key[], IS cellIS, PetscReal time, Vec locX, Vec locX_t, PetscReal t, Vec locF, PetscCtx ctx) in DMPlexComputeResidualHybridByKey() argument
5832 …PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, &elemVecCoh[cind * totDim], ADD_ALL_VALUES)… in DMPlexComputeResidualHybridByKey()
5864 PetscCall(VecDuplicate(locF, &locFbc)); in DMPlexComputeResidualHybridByKey()
5865 PetscCall(VecCopy(locF, locFbc)); in DMPlexComputeResidualHybridByKey()
7002 …IS cellIS, PetscReal t, PetscReal X_tShift, Vec locX, Vec locX_t, Vec locY, Vec locF, PetscCtx ctx) in DMPlexComputeJacobianActionByKey() argument
7040 PetscCall(VecSet(locF, 0.0)); in DMPlexComputeJacobianActionByKey()
7134 PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, z, ADD_VALUES)); in DMPlexComputeJacobianActionByKey()
7138 PetscCall(PetscPrintf(PetscObjectComm((PetscObject)locF), "Z:\n")); in DMPlexComputeJacobianActionByKey()
7139 PetscCall(VecView(locF, NULL)); in DMPlexComputeJacobianActionByKey()