Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/network/
H A DpipeImpls.c65 PetscScalar qavg, xold_i, ha, hb, qa, qb; in PipeIFunctionLocal_Lax() local
75 qa = xold[i - 1].q; in PipeIFunctionLocal_Lax()
81 xold_i = 0.5 * (qa + qb); in PipeIFunctionLocal_Lax()
/petsc/src/dm/dt/interface/
H A Ddt.c2617 PetscInt dim1, Nc1, Np1, order1, qa, d1; in PetscDTTensorQuadratureCreate() local
2771 for (qa = 0, qc = 0; qa < Np1; ++qa) { in PetscDTTensorQuadratureCreate()
2773 for (d1 = 0, d = 0; d1 < dim1; ++d1, ++d) x[qc * dim + d] = x1[qa * dim1 + d1]; in PetscDTTensorQuadratureCreate()
2775 w[qc] = w1[qa] * w2[qb]; in PetscDTTensorQuadratureCreate()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1588 const PetscInt qa = arr[q * 2 + 0]; in DMPlexConstructCohesiveCells_Internal() local
1592 PetscCall(PetscFindInt(cone[qa], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1594 … PetscCall(PetscFindInt(cone[qa], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1599 coneONew[2 + q] = DMPolytopeTypeComposeOrientation(ft, qo, ornt[qa]); in DMPlexConstructCohesiveCells_Internal()