Lines Matching refs:dE
1705 PetscInt dim, depth, dE, Nf, f, Nds, s; in DMComputeL2FieldDiff_Plex() local
1710 PetscCall(DMGetCoordinateDim(dm, &dE)); in DMComputeL2FieldDiff_Plex()
1747 …(totNc, &funcVal, totNc, &interpolant, dE * (Nq + 1), &coords, Nq, &fegeom.detJ, dE * dE * Nq, &fe… 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()
1808 gcoords = &coords[dE * Nq]; in DMComputeL2FieldDiff_Plex()
1809 …tscCall(DMPlexBasisTransformApplyReal_Internal(dm, &coords[dE * q], PETSC_TRUE, dE, &coords[dE * q… 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()
1820 …if (transform) PetscCall(DMPlexBasisTransformApply_Internal(dm, &coords[dE * q], PETSC_FALSE, Nc, … in DMComputeL2FieldDiff_Plex()
1828 …, fields[f], fc, (double)(dE > 0 ? coords[dE * q] : 0), (double)(dE > 1 ? coords[dE * q + 1] : 0),… in DMComputeL2FieldDiff_Plex()