Home
last modified time | relevance | path

Searched refs:cOffset (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c173 …PetscInt dim, dE, Np, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrate_Basic() local
242 …PetscCall(PetscFEEvaluateFieldJets_Internal(ds, Nf, 0, q, T, &fegeom, &coefficients[cOffset], NULL… in PetscFEIntegrate_Basic()
249 cOffset += totDim; in PetscFEIntegrate_Basic()
268 …PetscInt dim, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrateBd_Basic() local
376 …cFEEvaluateFieldJets_Internal(ds, Nf, face, q, Tf, &cgeom, &coefficients[cOffset], NULL, u, u_x, N… in PetscFEIntegrateBd_Basic()
383 cOffset += totDim; in PetscFEIntegrateBd_Basic()
403 …PetscInt dim, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, cOffsetAu… in PetscFEIntegrateResidual_Basic() local
458 …ernal(ds, Nf, 0, q, T, &fegeom, &coefficients[cOffset], PetscSafePointerPlusOffset(coefficients_t,… in PetscFEIntegrateResidual_Basic()
489 …Internal(fe, T[field], 0, basisReal, basisDerReal, e, cgeom, f0, f1, &elemVec[cOffset + fOffset])); in PetscFEIntegrateResidual_Basic()
490 cOffset += totDim; in PetscFEIntegrateResidual_Basic()
[all …]
/petsc/src/vec/vec/utils/
H A Dvsection.c169 PetscInt cOffset = 0; in VecSetValuesSection() local
180 if ((cInd < sDim) && (j == cDof[cInd + cOffset])) { in VecSetValuesSection()
187 cOffset += dim - tDim; in VecSetValuesSection()
/petsc/src/vec/is/section/interface/
H A Dsection.c2908 PetscInt cOffset = 0; in VecIntSetValuesSection_Private() local
2919 if ((cInd < sDim) && (j == cDof[cInd + cOffset])) { in VecIntSetValuesSection_Private()
2926 cOffset += dim - tDim; in VecIntSetValuesSection_Private()