Searched refs:pVReal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3270 PetscReal pVReal[3]; in DMPlexComputeInterpolatorGeneral() local 3280 for (d = 0; d < dim; ++d) pVReal[d] = PetscRealPart(pV[ccell * dim + d]); in DMPlexComputeInterpolatorGeneral() 3281 CoordinatesRealToRef(dim, dim, xi0, v0c, invJc, pVReal, x); in DMPlexComputeInterpolatorGeneral() 3506 PetscReal pVReal[3]; in DMPlexComputeMassMatrixGeneral() local 3512 for (d = 0; d < dim; ++d) pVReal[d] = PetscRealPart(pV[ccell * dim + d]); in DMPlexComputeMassMatrixGeneral() 3513 CoordinatesRealToRef(dim, dim, xi0, v0c, invJc, pVReal, x); in DMPlexComputeMassMatrixGeneral()
|