Searched defs:cOffset (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 173 …PetscInt dim, dE, Np, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrate_Basic() local 268 …PetscInt dim, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrateBd_Basic() local 403 …PetscInt dim, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, cOffsetAu… in PetscFEIntegrateResidual_Basic() local 509 …PetscInt dim, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimAux = 0, cOffset = 0, c… in PetscFEIntegrateBdResidual_Basic() local 624 …m, dimAux, numConstants, Nf, NfAux = 0, totDim, totDimIn, totDimAux = 0, cOffset = 0, cOffsetIn = … in PetscFEIntegrateHybridResidual_Basic() local 750 PetscInt cOffset = 0; /* Offset into coefficients[] for element e */ in PetscFEIntegrateJacobian_Basic() local 899 PetscInt cOffset = 0; /* Offset into coefficients[] for element e */ in PetscFEIntegrateBdJacobian_Basic() local 1066 PetscInt cOffset = 0; /* Offset into coefficients[] for element e */ in PetscFEIntegrateHybridJacobian_Basic() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | vsection.c | 169 PetscInt cOffset = 0; in VecSetValuesSection() local
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 2908 PetscInt cOffset = 0; in VecIntSetValuesSection_Private() local
|