Lines Matching refs:prob
1041 PetscDS prob; in DMPlexInsertBoundaryValuesRiemann() local
1056 PetscCall(DMGetDS(dm, &prob)); in DMPlexInsertBoundaryValuesRiemann()
1066 PetscCall(PetscDSGetDiscretization(prob, field, (PetscObject *)&fv)); in DMPlexInsertBoundaryValuesRiemann()
1144 PetscDS prob; in DMPlexInsertBoundaryValues_Plex() local
1148 PetscCall(DMGetDS(dm, &prob)); in DMPlexInsertBoundaryValues_Plex()
1149 PetscCall(PetscDSGetNumBoundary(prob, &numBd)); in DMPlexInsertBoundaryValues_Plex()
1151 PetscCall(PetscDSUpdateBoundaryLabels(prob, dm)); in DMPlexInsertBoundaryValues_Plex()
1166 …PetscCall(PetscDSGetBoundary(prob, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comp… in DMPlexInsertBoundaryValues_Plex()
1206 PetscDS prob; in DMPlexInsertTimeDerivativeBoundaryValues_Plex() local
1211 PetscCall(DMGetDS(dm, &prob)); in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1212 PetscCall(PetscDSGetNumBoundary(prob, &numBd)); in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
1228 …PetscCall(PetscDSGetBoundary(prob, b, &wf, &type, &name, &label, &numids, &ids, &field, &Nc, &comp… in DMPlexInsertTimeDerivativeBoundaryValues_Plex()
2404 PetscDS prob, probAux = NULL; in DMPlexComputeIntegral_Internal() local
2426 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeIntegral_Internal()
2435 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeIntegral_Internal()
2440 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeIntegral_Internal()
2441 PetscCall(PetscDSGetComponentOffsets(prob, &uOff)); in DMPlexComputeIntegral_Internal()
2442 PetscCall(PetscDSGetComponentDerivativeOffsets(prob, &uOff_x)); in DMPlexComputeIntegral_Internal()
2444 PetscCall(PetscDSGetConstants(prob, &numConstants, &constants)); in DMPlexComputeIntegral_Internal()
2476 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeIntegral_Internal()
2522 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeIntegral_Internal()
2543 PetscCall(PetscFEIntegrate(prob, f, Ne, chunkGeom, u, probAux, a, cintegral)); in DMPlexComputeIntegral_Internal()
2545 …PetscCall(PetscFEIntegrate(prob, f, Nr, chunkGeom, &u[offset * totDim], probAux, PetscSafePointerP… in DMPlexComputeIntegral_Internal()
2552 PetscCall(PetscDSGetObjective(prob, f, &obj_func)); in DMPlexComputeIntegral_Internal()
2553 PetscCall(PetscDSGetFieldOffset(prob, f, &foff)); in DMPlexComputeIntegral_Internal()
2717 PetscDS prob, probAux = NULL; in DMPlexComputeBdIntegral_Internal() local
2730 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeBdIntegral_Internal()
2738 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeBdIntegral_Internal()
2743 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeBdIntegral_Internal()
2744 PetscCall(PetscDSGetComponentOffsets(prob, &uOff)); in DMPlexComputeBdIntegral_Internal()
2745 PetscCall(PetscDSGetComponentDerivativeOffsets(prob, &uOff_x)); in DMPlexComputeBdIntegral_Internal()
2746 PetscCall(PetscDSGetConstants(prob, &numConstants, &constants)); in DMPlexComputeBdIntegral_Internal()
2793 PetscCall(PetscDSGetDiscretization(prob, field, (PetscObject *)&fe)); in DMPlexComputeBdIntegral_Internal()
2822 …PetscCall(PetscFEIntegrateBd(prob, field, funcs[field], chunkSize, chunkGeom, &u[chunk * chunkSize… in DMPlexComputeBdIntegral_Internal()
2826 …PetscCall(PetscFEIntegrateBd(prob, field, funcs[field], Nr, chunkGeom, &u[offset * totDim], probAu… in DMPlexComputeBdIntegral_Internal()
3175 PetscDS prob; in DMPlexComputeInterpolatorGeneral() local
3188 PetscCall(DMGetDS(dmc, &prob)); in DMPlexComputeInterpolatorGeneral()
3189 PetscCall(PetscDSGetWorkspace(prob, &x, NULL, NULL, NULL, NULL)); in DMPlexComputeInterpolatorGeneral()
3190 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeInterpolatorGeneral()
3198 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeInterpolatorGeneral()
3216 PetscCall(PetscDSGetFieldOffset(prob, field, &off)); in DMPlexComputeInterpolatorGeneral()
3217 PetscCall(PetscDSGetDiscretization(prob, field, &obj)); in DMPlexComputeInterpolatorGeneral()
3347 PetscDS prob; in DMPlexComputeMassMatrixGeneral() local
3360 PetscCall(DMGetDS(dmc, &prob)); in DMPlexComputeMassMatrixGeneral()
3361 PetscCall(PetscDSGetWorkspace(prob, &x, NULL, NULL, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3362 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeMassMatrixGeneral()
3370 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeMassMatrixGeneral()
3389 PetscCall(PetscDSGetDiscretization(prob, field, &obj)); in DMPlexComputeMassMatrixGeneral()
3465 PetscCall(PetscDSGetDiscretization(prob, field, &obj)); in DMPlexComputeMassMatrixGeneral()
3580 PetscDS prob; in DMPlexComputeInjectorFEM() local
3599 PetscCall(DMGetDS(dmc, &prob)); in DMPlexComputeInjectorFEM()
3606 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeInjectorFEM()
3631 PetscCall(PetscDSGetTotalDimension(prob, &cTotDim)); in DMPlexComputeInjectorFEM()
3640 PetscCall(PetscDSGetDiscretization(prob, field, (PetscObject *)&feC)); in DMPlexComputeInjectorFEM()
3649 PetscCall(PetscDSGetDiscretization(prob, field, (PetscObject *)&fvC)); in DMPlexComputeInjectorFEM()
3756 PetscDS prob; in DMPlexGetCellFields() local
3771 PetscCall(DMGetCellDS(dm, cells ? cells[cStart] : cStart, &prob, NULL)); in DMPlexGetCellFields()
3772 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexGetCellFields()
4094 PetscDS prob; in DMPlexGetFaceFields() local
4110 PetscCall(DMGetDS(dm, &prob)); in DMPlexGetFaceFields()
4112 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexGetFaceFields()
4113 PetscCall(PetscDSGetTotalComponents(prob, &Nc)); in DMPlexGetFaceFields()
4119 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexGetFaceFields()
4161 PetscCall(PetscDSGetComponentOffset(prob, f, &off)); in DMPlexGetFaceFields()
4182 … PetscCall(PetscFEEvaluateFaceFields_Internal(prob, f, faceLocL, xL, &uLl[iface * Nc + off])); in DMPlexGetFaceFields()
4183 …dof && faceLocR < coneSizeR) PetscCall(PetscFEEvaluateFaceFields_Internal(prob, f, faceLocR, xR, &… in DMPlexGetFaceFields()
4188 … PetscCall(PetscFEEvaluateFaceFields_Internal(prob, f, faceLocR, xR, &uRl[iface * Nc + off])); in DMPlexGetFaceFields()
4198 PetscCall(PetscDSGetDiscretization(prob, f, (PetscObject *)&fv)); in DMPlexGetFaceFields()
4395 PetscDS prob = NULL; in DMPlexComputeResidual_Patch_Internal() local
4416 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeResidual_Patch_Internal()
4417 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeResidual_Patch_Internal()
4418 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeResidual_Patch_Internal()
4431 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal()
4433 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeResidual_Patch_Internal()
4451 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal()
4453 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeResidual_Patch_Internal()
4499 PetscCall(PetscDSGetImplicit(prob, f, &fimp)); in DMPlexComputeResidual_Patch_Internal()
4501 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeResidual_Patch_Internal()
4523 … PetscCall(PetscFEIntegrateResidual(prob, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)); in DMPlexComputeResidual_Patch_Internal()
4525 …PetscCall(PetscFEIntegrateResidual(prob, key, Nr, chunkGeom, &u[offset * totDim], PetscSafePointer… in DMPlexComputeResidual_Patch_Internal()
4533 PetscCall(PetscFVIntegrateRHSFunction(fv, prob, f, Ne, fgeom, vol, uL, uR, fluxL, fluxR)); in DMPlexComputeResidual_Patch_Internal()
4565 PetscCall(PetscDSGetDiscretization(prob, f, &obj)); in DMPlexComputeResidual_Patch_Internal()
4623 PetscDS prob, probAux = NULL; in DMPlexComputeJacobian_Patch_Internal() local
4640 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeJacobian_Patch_Internal()
4648 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeJacobian_Patch_Internal()
4653 PetscCall(PetscDSGetDiscretization(prob, fieldI, &disc)); in DMPlexComputeJacobian_Patch_Internal()
4662 PetscCall(PetscDSHasJacobian(prob, &hasJac)); in DMPlexComputeJacobian_Patch_Internal()
4663 PetscCall(PetscDSHasJacobianPreconditioner(prob, &hasPrec)); in DMPlexComputeJacobian_Patch_Internal()
4664 PetscCall(PetscDSHasDynamicJacobian(prob, &hasDyn)); in DMPlexComputeJacobian_Patch_Internal()
4668 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeJacobian_Patch_Internal()
4676 PetscCall(PetscDSGetDiscretization(prob, 0, (PetscObject *)&fe)); in DMPlexComputeJacobian_Patch_Internal()
4709 PetscCall(PetscDSGetDiscretization(prob, 0, (PetscObject *)&fe)); in DMPlexComputeJacobian_Patch_Internal()
4748 PetscCall(PetscDSGetDiscretization(prob, fieldI, (PetscObject *)&fe)); in DMPlexComputeJacobian_Patch_Internal()
4751 …if (hasJac) PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ncell, cgeomFEM,… in DMPlexComputeJacobian_Patch_Internal()
4752 …if (hasPrec) PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ncell, cgeo… in DMPlexComputeJacobian_Patch_Internal()
4753 …if (hasDyn) PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ncell, cgeom… in DMPlexComputeJacobian_Patch_Internal()
4760 PetscCall(PetscDSGetFieldOffset(prob, fieldI, &foff)); in DMPlexComputeJacobian_Patch_Internal()
4761 PetscCall(PetscDSGetDiscretization(prob, fieldI, (PetscObject *)&fv)); in DMPlexComputeJacobian_Patch_Internal()
4924 PetscDS prob, probAux = NULL; in DMPlexComputeBdResidualSingleByKey() local
4933 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeBdResidualSingleByKey()
4934 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeBdResidualSingleByKey()
4972 PetscCall(PetscDSGetDiscretization(prob, key.field, (PetscObject *)&fe)); in DMPlexComputeBdResidualSingleByKey()
5011 PetscCall(PetscDSGetDiscretization(prob, key.field, (PetscObject *)&fe)); in DMPlexComputeBdResidualSingleByKey()
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()
5104 PetscDS prob; in DMPlexComputeBdResidual_Internal() local
5112 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeBdResidual_Internal()
5116 PetscCall(PetscDSGetNumBoundary(prob, &numBd)); in DMPlexComputeBdResidual_Internal()
5127 …PetscCall(PetscDSGetBoundary(prob, bd, &wf, &type, NULL, &label, &numValues, &values, &field, NULL… in DMPlexComputeBdResidual_Internal()
5129 PetscCall(PetscDSGetDiscretization(prob, field, &obj)); in DMPlexComputeBdResidual_Internal()
6116 PetscDS prob; in DMPlexComputeBdJacobian_Internal() local
6123 PetscCall(DMGetDS(dm, &prob)); in DMPlexComputeBdJacobian_Internal()
6127 PetscCall(PetscDSGetNumBoundary(prob, &numBd)); in DMPlexComputeBdJacobian_Internal()
6138 …PetscCall(PetscDSGetBoundary(prob, bd, &wf, &type, NULL, &label, &numValues, &values, &fieldI, NUL… in DMPlexComputeBdJacobian_Internal()
6140 PetscCall(PetscDSGetDiscretization(prob, fieldI, &obj)); in DMPlexComputeBdJacobian_Internal()
6180 PetscDS prob, probAux = NULL; in DMPlexComputeJacobianByKey() local
6209 PetscCall(DMGetCellDS(dm, cells ? cells[cStart] : cStart, &prob, NULL)); in DMPlexComputeJacobianByKey()
6210 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeJacobianByKey()
6211 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeJacobianByKey()
6212 PetscCall(PetscDSHasJacobian(prob, &hasJac)); in DMPlexComputeJacobianByKey()
6213 PetscCall(PetscDSHasJacobianPreconditioner(prob, &hasPrec)); in DMPlexComputeJacobianByKey()
6217 PetscCall(PetscDSHasDynamicJacobian(prob, &hasDyn)); in DMPlexComputeJacobianByKey()
6258 PetscCall(PetscDSGetDiscretization(prob, fieldI, (PetscObject *)&fe)); in DMPlexComputeJacobianByKey()
6286 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probA… in DMPlexComputeJacobianByKey()
6287 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * tot… in DMPlexComputeJacobianByKey()
6290 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianByKey()
6291 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianByKey()
6294 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianByKey()
6295 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianByKey()
6313 PetscCall(PetscDSGetDiscretization(prob, fieldI, (PetscObject *)&fv)); in DMPlexComputeJacobianByKey()
6314 PetscCall(PetscDSGetFieldOffset(prob, fieldI, &offsetI)); in DMPlexComputeJacobianByKey()
7010 PetscDS prob, probAux = NULL; in DMPlexComputeJacobianActionByKey() local
7026 PetscCall(DMGetCellDS(dm, cells ? cells[cStart] : cStart, &prob, NULL)); in DMPlexComputeJacobianActionByKey()
7027 PetscCall(PetscDSGetNumFields(prob, &Nf)); in DMPlexComputeJacobianActionByKey()
7028 PetscCall(PetscDSGetTotalDimension(prob, &totDim)); in DMPlexComputeJacobianActionByKey()
7029 PetscCall(PetscDSHasDynamicJacobian(prob, &hasDyn)); in DMPlexComputeJacobianActionByKey()
7082 PetscCall(PetscDSGetDiscretization(prob, fieldI, (PetscObject *)&fe)); in DMPlexComputeJacobianActionByKey()
7105 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probA… in DMPlexComputeJacobianActionByKey()
7106 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * tot… in DMPlexComputeJacobianActionByKey()
7108 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianActionByKey()
7109 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianActionByKey()