Lines Matching refs:probAux
2404 PetscDS prob, probAux = NULL; in DMPlexComputeIntegral_Internal() local
2450 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeIntegral_Internal()
2451 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in DMPlexComputeIntegral_Internal()
2453 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeIntegral_Internal()
2454 PetscCall(PetscDSGetComponentOffsets(probAux, &aOff)); 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()
2717 PetscDS prob, probAux = NULL; in DMPlexComputeBdIntegral_Internal() local
2755 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeBdIntegral_Internal()
2756 PetscCall(PetscDSGetNumFields(probAux, &NfAux)); in DMPlexComputeBdIntegral_Internal()
2758 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeBdIntegral_Internal()
2759 PetscCall(PetscDSGetComponentOffsets(probAux, &aOff)); in DMPlexComputeBdIntegral_Internal()
2822 …eld, funcs[field], chunkSize, chunkGeom, &u[chunk * chunkSize * totDim], probAux, PetscSafePointer… in DMPlexComputeBdIntegral_Internal()
2826 …tegrateBd(prob, field, funcs[field], Nr, chunkGeom, &u[offset * totDim], probAux, PetscSafePointer… in DMPlexComputeBdIntegral_Internal()
3775 PetscDS probAux; in DMPlexGetCellFields() local
3781 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexGetCellFields()
3782 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexGetCellFields()
3873 PetscDS probAux; in DMPlexGetHybridCellFields() local
3879 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexGetHybridCellFields()
3880 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexGetHybridCellFields()
4396 PetscDS probAux = NULL; in DMPlexComputeResidual_Patch_Internal() local
4422 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeResidual_Patch_Internal()
4423 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeResidual_Patch_Internal()
4523 … PetscCall(PetscFEIntegrateResidual(prob, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)); in DMPlexComputeResidual_Patch_Internal()
4525 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, &a[offset * totD… in DMPlexComputeResidual_Patch_Internal()
4623 PetscDS prob, probAux = NULL; in DMPlexComputeJacobian_Patch_Internal() local
4645 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeJacobian_Patch_Internal()
4669 if (probAux) PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeJacobian_Patch_Internal()
4751 …rateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ncell, cgeomFEM, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobian_Patch_Internal()
4752 …Jacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ncell, cgeomFEM, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobian_Patch_Internal()
4753 …Jacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ncell, cgeomFEM, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobian_Patch_Internal()
4924 PetscDS prob, probAux = NULL; in DMPlexComputeBdResidualSingleByKey() local
4942 PetscCall(DMGetDS(plexA, &probAux)); in DMPlexComputeBdResidualSingleByKey()
4943 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeBdResidualSingleByKey()
5023 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)… in DMPlexComputeBdResidualSingleByKey()
5026 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, PetscSafePointer… in DMPlexComputeBdResidualSingleByKey()
6180 PetscDS prob, probAux = NULL; in DMPlexComputeJacobianByKey() local
6198 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeJacobianByKey()
6199 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeJacobianByKey()
6286 …egrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobianByKey()
6287 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, PetscSafePointer… in DMPlexComputeJacobianByKey()
6290 …teJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobianByKey()
6291 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, PetscSafePointer… in DMPlexComputeJacobianByKey()
6294 …teJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobianByKey()
6295 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, PetscSafePointer… in DMPlexComputeJacobianByKey()
7010 PetscDS prob, probAux = NULL; in DMPlexComputeJacobianActionByKey() local
7037 PetscCall(DMGetDS(dmAux, &probAux)); in DMPlexComputeJacobianActionByKey()
7038 PetscCall(PetscDSGetTotalDimension(probAux, &totDimAux)); in DMPlexComputeJacobianActionByKey()
7105 …egrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobianActionByKey()
7106 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, PetscSafePointer… in DMPlexComputeJacobianActionByKey()
7108 …teJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, probAux, a, t, X_tShift, … in DMPlexComputeJacobianActionByKey()
7109 …, &u[offset * totDim], PetscSafePointerPlusOffset(u_t, offset * totDim), probAux, &a[offset * totD… in DMPlexComputeJacobianActionByKey()