Searched refs:DMPlexComputeGeometryFVM (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex36.c | 116 PetscCall(DMPlexComputeGeometryFVM(dm, &cell_geom, &face_geom)); in main()
|
| H A D | ex8.c | 661 PetscCall(DMPlexComputeGeometryFVM(user.dm, &cellgeom, &facegeom)); in main()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex21.c | 81 PetscCall(DMPlexComputeGeometryFVM(celldm, &cellgeom, &facegeom)); in pic_advect()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 357 PETSC_EXTERN PetscErrorCode DMPlexComputeGeometryFVM(DM, Vec *, Vec *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 2969 PetscErrorCode DMPlexComputeGeometryFVM(DM dm, Vec *cellgeom, Vec *facegeom) in DMPlexComputeGeometryFVM() function 3459 PetscCall(DMPlexComputeGeometryFVM(dm, &cellgeomInt, &facegeomInt)); in DMPlexGetDataFVM()
|
| H A D | plexfem.c | 2485 PetscCall(DMPlexComputeGeometryFVM(dm, &cellGeometryFVM, &faceGeometryFVM)); in DMPlexComputeIntegral_Internal()
|