Lines Matching refs:qgeom

1536         PetscFEGeom    qgeom;  in DMPlexComputeL2DiffLocal()  local
1539 qgeom.dimEmbed = fegeom.dimEmbed; in DMPlexComputeL2DiffLocal()
1540 qgeom.J = &fegeom.J[q * coordDim * coordDim]; in DMPlexComputeL2DiffLocal()
1541 qgeom.invJ = &fegeom.invJ[q * coordDim * coordDim]; in DMPlexComputeL2DiffLocal()
1542 qgeom.detJ = &fegeom.detJ[q]; in DMPlexComputeL2DiffLocal()
1558 …ASSID) PetscCall(PetscFEInterpolate_Static((PetscFE)obj, &x[fieldOffset], &qgeom, q, interpolant)); in DMPlexComputeL2DiffLocal()
1645 PetscFEGeom qgeom; in DMComputeL2GradientDiff_Plex() local
1648 qgeom.dimEmbed = fegeom.dimEmbed; in DMComputeL2GradientDiff_Plex()
1649 qgeom.J = &fegeom.J[q * coordDim * coordDim]; in DMComputeL2GradientDiff_Plex()
1650 qgeom.invJ = &fegeom.invJ[q * coordDim * coordDim]; in DMComputeL2GradientDiff_Plex()
1651 qgeom.detJ = &fegeom.detJ[q]; in DMComputeL2GradientDiff_Plex()
1667 … PetscCall(PetscFEInterpolateGradient_Static(fe, 1, &x[fieldOffset], &qgeom, q, interpolant)); in DMComputeL2GradientDiff_Plex()
1799 PetscFEGeom qgeom; in DMComputeL2FieldDiff_Plex() local
1802 qgeom.dimEmbed = fegeom.dimEmbed; in DMComputeL2FieldDiff_Plex()
1803 qgeom.J = &fegeom.J[q * dE * dE]; in DMComputeL2FieldDiff_Plex()
1804 qgeom.invJ = &fegeom.invJ[q * dE * dE]; in DMComputeL2FieldDiff_Plex()
1805 qgeom.detJ = &fegeom.detJ[q]; in DMComputeL2FieldDiff_Plex()
1822 …SCFE_CLASSID) PetscCall(PetscFEInterpolate_Static((PetscFE)obj, &x[fOff], &qgeom, q, interpolant)); in DMComputeL2FieldDiff_Plex()
1943 PetscFEGeom qgeom; in DMPlexComputeL2DiffVec() local
1945 qgeom.dimEmbed = fegeom.dimEmbed; in DMPlexComputeL2DiffVec()
1946 qgeom.J = &fegeom.J[q * coordDim * coordDim]; in DMPlexComputeL2DiffVec()
1947 qgeom.invJ = &fegeom.invJ[q * coordDim * coordDim]; in DMPlexComputeL2DiffVec()
1948 qgeom.detJ = &fegeom.detJ[q]; in DMPlexComputeL2DiffVec()
1958 …ASSID) PetscCall(PetscFEInterpolate_Static((PetscFE)obj, &x[fieldOffset], &qgeom, q, interpolant)); in DMPlexComputeL2DiffVec()
2049 PetscFEGeom qgeom; in DMPlexComputeL2FluxDiffVecLocal() local
2051 qgeom.dimEmbed = fegeom.dimEmbed; in DMPlexComputeL2FluxDiffVecLocal()
2052 qgeom.J = &fegeom.J[q * cdim * cdim]; in DMPlexComputeL2FluxDiffVecLocal()
2053 qgeom.invJ = &fegeom.invJ[q * cdim * cdim]; in DMPlexComputeL2FluxDiffVecLocal()
2054 qgeom.detJ = &fegeom.detJ[q]; in DMPlexComputeL2FluxDiffVecLocal()
2058 PetscCall(PetscFEInterpolate_Static(mfe, &mx[0], &qgeom, q, minterpolant)); in DMPlexComputeL2FluxDiffVecLocal()
2059 PetscCall(PetscFEInterpolateGradient_Static(fe, 1, &x[0], &qgeom, q, interpolant)); in DMPlexComputeL2FluxDiffVecLocal()
2225 PetscFEGeom qgeom; in DMPlexComputeClementInterpolant() local
2227 qgeom.dimEmbed = fegeom.dimEmbed; in DMPlexComputeClementInterpolant()
2228 qgeom.J = &fegeom.J[q * cdim * cdim]; in DMPlexComputeClementInterpolant()
2229 qgeom.invJ = &fegeom.invJ[q * cdim * cdim]; in DMPlexComputeClementInterpolant()
2230 qgeom.detJ = &fegeom.detJ[q]; in DMPlexComputeClementInterpolant()
2233 PetscCall(PetscFEInterpolate_Static((PetscFE)obj, &x[foff], &qgeom, q, interpolant)); in DMPlexComputeClementInterpolant()
2356 PetscFEGeom qgeom; in DMPlexComputeGradientClementInterpolant() local
2358 qgeom.dimEmbed = fegeom.dimEmbed; in DMPlexComputeGradientClementInterpolant()
2359 qgeom.J = &fegeom.J[q * coordDim * coordDim]; in DMPlexComputeGradientClementInterpolant()
2360 qgeom.invJ = &fegeom.invJ[q * coordDim * coordDim]; in DMPlexComputeGradientClementInterpolant()
2361 qgeom.detJ = &fegeom.detJ[q]; in DMPlexComputeGradientClementInterpolant()
2364 …PetscCall(PetscFEInterpolateGradient_Static((PetscFE)obj, 1, &x[fieldOffset], &qgeom, q, interpola… in DMPlexComputeGradientClementInterpolant()