Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex36.c116 PetscCall(DMPlexComputeGeometryFVM(dm, &cell_geom, &face_geom)); in main()
H A Dex8.c661 PetscCall(DMPlexComputeGeometryFVM(user.dm, &cellgeom, &facegeom)); in main()
/petsc/src/dm/tutorials/
H A Dex21.c81 PetscCall(DMPlexComputeGeometryFVM(celldm, &cellgeom, &facegeom)); in pic_advect()
/petsc/include/
H A Dpetscdmplex.h357 PETSC_EXTERN PetscErrorCode DMPlexComputeGeometryFVM(DM, Vec *, Vec *);
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c2969 PetscErrorCode DMPlexComputeGeometryFVM(DM dm, Vec *cellgeom, Vec *facegeom) in DMPlexComputeGeometryFVM() function
3459 PetscCall(DMPlexComputeGeometryFVM(dm, &cellgeomInt, &facegeomInt)); in DMPlexGetDataFVM()
H A Dplexfem.c2485 PetscCall(DMPlexComputeGeometryFVM(dm, &cellGeometryFVM, &faceGeometryFVM)); in DMPlexComputeIntegral_Internal()