Lines Matching refs:gcoords
1466 PetscReal *coords, *gcoords; in DMPlexComputeL2DiffLocal() local
1545 gcoords = &coords[coordDim * Nq]; in DMPlexComputeL2DiffLocal()
1546 …(dm, &coords[coordDim * q], PETSC_TRUE, coordDim, &coords[coordDim * q], gcoords, dm->transformCtx… in DMPlexComputeL2DiffLocal()
1548 gcoords = &coords[coordDim * q]; in DMPlexComputeL2DiffLocal()
1551 ierr = (*funcs[field])(coordDim, time, gcoords, Nc, funcVal, ctx); in DMPlexComputeL2DiffLocal()
1592 PetscReal *coords, *gcoords; in DMComputeL2GradientDiff_Plex() local
1654 gcoords = &coords[coordDim * Nq]; in DMComputeL2GradientDiff_Plex()
1655 …(dm, &coords[coordDim * q], PETSC_TRUE, coordDim, &coords[coordDim * q], gcoords, dm->transformCtx… in DMComputeL2GradientDiff_Plex()
1657 gcoords = &coords[coordDim * q]; in DMComputeL2GradientDiff_Plex()
1660 ierr = (*funcs[field])(coordDim, time, gcoords, n, Nc, funcVal, ctx); in DMComputeL2GradientDiff_Plex()
1734 PetscReal *coords, *gcoords; in DMComputeL2FieldDiff_Plex() local
1808 gcoords = &coords[dE * Nq]; in DMComputeL2FieldDiff_Plex()
1809 …ApplyReal_Internal(dm, &coords[dE * q], PETSC_TRUE, dE, &coords[dE * q], gcoords, dm->transformCtx… in DMComputeL2FieldDiff_Plex()
1811 gcoords = &coords[dE * q]; in DMComputeL2FieldDiff_Plex()
1814 ierr = (*funcs[fields[f]])(dE, time, gcoords, Nc, funcVal, ctx); in DMComputeL2FieldDiff_Plex()