Lines Matching refs:wf

1153     PetscWeakForm           wf;  in DMPlexInsertBoundaryValues_Plex()  local
1166 …PetscCall(PetscDSGetBoundary(prob, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comp… in DMPlexInsertBoundaryValues_Plex()
1215 PetscWeakForm wf; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() local
1228 …PetscCall(PetscDSGetBoundary(prob, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comp… in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1268 PetscWeakForm wf; in DMPlexInsertBounds_Plex() local
1279 …PetscCall(PetscDSGetBoundary(ds, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comps,… in DMPlexInsertBounds_Plex()
4918 PetscErrorCode DMPlexComputeBdResidualSingleByKey(DM dm, PetscWeakForm wf, PetscFormKey key, IS fac… in DMPlexComputeBdResidualSingleByKey() argument
5023 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)… in DMPlexComputeBdResidualSingleByKey()
5026 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Nr, chunkGeom, &u[offset * totDim], PetscSafeP… in DMPlexComputeBdResidualSingleByKey()
5085 PetscErrorCode DMPlexComputeBdResidualSingle(DM dm, PetscWeakForm wf, PetscFormKey key, Vec locX, V… in DMPlexComputeBdResidualSingle() argument
5097 …PetscCall(DMPlexComputeBdResidualSingleByKey(dm, wf, key, facetIS, locX, locX_t, t, coordField, lo… in DMPlexComputeBdResidualSingle()
5118 PetscWeakForm wf; in DMPlexComputeBdResidual_Internal() local
5127 …PetscCall(PetscDSGetBoundary(prob, bd, &wf, &type, NULL, &label, &numValues, &values, &field, NULL… in DMPlexComputeBdResidual_Internal()
5146 …PetscCall(DMPlexComputeBdResidualSingleByKey(dm, wf, key, facetIS, locX, locX_t, t, coordField, lo… in DMPlexComputeBdResidual_Internal()
5906 PetscErrorCode DMPlexComputeBdJacobianSingleByLabel(DM dm, PetscWeakForm wf, DMLabel label, PetscIn… in DMPlexComputeBdJacobianSingleByLabel() argument
5928 PetscCall(PetscWeakFormHasBdJacobian(wf, &hasJac)); in DMPlexComputeBdJacobianSingleByLabel()
5929 PetscCall(PetscWeakFormHasBdJacobianPreconditioner(wf, &hasPrec)); in DMPlexComputeBdJacobianSingleByLabel()
6027 …if (hasJac) PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, … in DMPlexComputeBdJacobianSingleByLabel()
6028 …if (hasPrec) PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom… in DMPlexComputeBdJacobianSingleByLabel()
6034 …PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN, key, Nr, chunkGeom, &u[offset * tot… in DMPlexComputeBdJacobianSingleByLabel()
6036 …PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN_PRE, key, Nr, chunkGeom, &u[offset *… in DMPlexComputeBdJacobianSingleByLabel()
6097 PetscErrorCode DMPlexComputeBdJacobianSingle(DM dm, PetscWeakForm wf, DMLabel label, PetscInt numVa… in DMPlexComputeBdJacobianSingle() argument
6109 …PetscCall(DMPlexComputeBdJacobianSingleByLabel(dm, wf, label, numValues, values, fieldI, facetIS, … in DMPlexComputeBdJacobianSingle()
6130 PetscWeakForm wf; in DMPlexComputeBdJacobian_Internal() local
6138 …PetscCall(PetscDSGetBoundary(prob, bd, &wf, &type, NULL, &label, &numValues, &values, &fieldI, NUL… in DMPlexComputeBdJacobian_Internal()
6143 …PetscCall(DMPlexComputeBdJacobianSingleByLabel(dm, wf, label, numValues, values, fieldI, facetIS, … in DMPlexComputeBdJacobian_Internal()