Searched refs:v0c (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3181 PetscReal *v0c, *Jc, *invJc, detJc; in DMPlexComputeInterpolatorGeneral() local 3192 PetscCall(PetscMalloc3(dim, &v0c, dim * dim, &Jc, dim * dim, &invJc)); in DMPlexComputeInterpolatorGeneral() 3279 …PetscCall(DMPlexComputeCellGeometryFEM(dmc, coarseCells[ccell].index, NULL, v0c, Jc, invJc, &detJc… in DMPlexComputeInterpolatorGeneral() 3281 CoordinatesRealToRef(dim, dim, xi0, v0c, invJc, pVReal, x); in DMPlexComputeInterpolatorGeneral() 3320 PetscCall(PetscFree3(v0c, Jc, invJc)); in DMPlexComputeInterpolatorGeneral() 3354 PetscReal *v0c, *Jc, *invJc, detJc; in DMPlexComputeMassMatrixGeneral() local 3364 PetscCall(PetscMalloc3(dim, &v0c, dim * dim, &Jc, dim * dim, &invJc)); in DMPlexComputeMassMatrixGeneral() 3511 …PetscCall(DMPlexComputeCellGeometryFEM(dmc, coarseCells[ccell].index, NULL, v0c, Jc, invJc, &detJc… in DMPlexComputeMassMatrixGeneral() 3513 CoordinatesRealToRef(dim, dim, xi0, v0c, invJc, pVReal, x); in DMPlexComputeMassMatrixGeneral() 3556 PetscCall(PetscFree3(v0c, Jc, invJc)); in DMPlexComputeMassMatrixGeneral()
|