Home
last modified time | relevance | path

Searched refs:fvgeom (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexproject.c70 …mIn, PetscDS dsIn, PetscReal time, PetscFEGeom *fegeom, PetscFVCellGeom *fvgeom, PetscBool isFE[],… in DMProjectPoint_Func_Private() argument
155 …for (d = 0; d < spDim; ++d, ++v) PetscCall(PetscDualSpaceApplyFVM(sp[f], d, time, fvgeom, Nc[f], f… in DMProjectPoint_Func_Private()
535 PetscFVCellGeom fvgeom; in DMProjectPoint_Private() local
541 if (hasFV) PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &fvgeom.volume, fvgeom.centroid, NULL)); in DMProjectPoint_Private()
545 …PetscCall(DMProjectPoint_Func_Private(dm, ds, dmIn, dsIn, time, fegeom, &fvgeom, isFE, sp, (PetscE… in DMProjectPoint_Private()