Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfvtypes.h61 } PetscFVCellGeom; typedef
H A Dpetscfv.h104 …rrorCode PetscDualSpaceApplyFVM(PetscDualSpace, PetscInt, PetscReal, PetscFVCellGeom *, PetscInt, …
/petsc/src/dm/impls/plex/
H A Dplexfvm.c7 …l *cellPhi, const PetscScalar *x, const PetscScalar *cellgeom, const PetscFVCellGeom *cg, const Pe… in DMPlexApplyLimiter_Internal()
24 PetscFVCellGeom *ncg; in DMPlexApplyLimiter_Internal()
125 PetscFVCellGeom *cg; in DMPlexReconstructGradients_Internal()
179 PetscFVCellGeom *cgeomFVM = NULL; in DMPlexReconstructGradientsFVM()
H A Dplexgeometry.c2992 …ionSetDof(sectionCell, c, (PetscInt)PetscCeilReal(((PetscReal)sizeof(PetscFVCellGeom)) / sizeof(Pe… in DMPlexComputeGeometryFVM()
3000 PetscFVCellGeom *cg; in DMPlexComputeGeometryFVM()
3036 PetscFVCellGeom *cL, *cR; in DMPlexComputeGeometryFVM()
3087 PetscFVCellGeom *ci; in DMPlexComputeGeometryFVM()
3088 PetscFVCellGeom *cg; in DMPlexComputeGeometryFVM()
3221 PetscFVCellGeom *cg; in BuildGradientReconstruction_Internal()
3234 PetscFVCellGeom *cg1; in BuildGradientReconstruction_Internal()
3338 PetscFVCellGeom *cg; in BuildGradientReconstruction_Internal_Tree()
3350 PetscFVCellGeom *cg1; in BuildGradientReconstruction_Internal_Tree()
H A Dplexproject.c70 …scDS ds, DM dmIn, PetscDS dsIn, PetscReal time, PetscFEGeom *fegeom, PetscFVCellGeom *fvgeom, Pets… in DMProjectPoint_Func_Private()
535 PetscFVCellGeom fvgeom; in DMProjectPoint_Private()
H A Dplexfem.c1092 PetscFVCellGeom *cg; in DMPlexInsertBoundaryValuesRiemann()
2419 PetscFVCellGeom *cgeomFVM; in DMPlexComputeIntegral_Internal()
4145 PetscFVCellGeom *cgL, *cgR; in DMPlexGetFaceFields()
4305 PetscFVCellGeom *cgL, *cgR; in DMPlexGetFaceGeometry()
H A Dplextree.c3902 PetscFVCellGeom *cg; in DMPlexTransferVecTree_Interpolate()
H A Dplex.c10131 PetscFVCellGeom *cg; in DMPlexComputeOrthogonalQuality()
10144 PetscFVCellGeom *cgneigh; in DMPlexComputeOrthogonalQuality()
/petsc/include/petsc/private/
H A Ddmadaptorimpl.h17 … PetscInt, PetscInt, const PetscScalar *, const PetscScalar *, const PetscFVCellGeom *, PetscReal …
/petsc/src/dm/impls/plex/tests/
H A Dex36.c75 const PetscFVCellGeom *geom; in dm_view_geometry()
77 geom = (PetscFVCellGeom *)&cell_array[offset]; in dm_view_geometry()
H A Dex8.c668 PetscFVCellGeom *cg; in main()
H A Dex3.c664 PetscFVCellGeom *cg; in TestFVGrad()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c839 …Int Nc, const PetscScalar *field, const PetscScalar *gradient, const PetscFVCellGeom *cg, PetscRea… in DMAdaptorComputeCellErrorIndicator_Gradient()
888 PetscFVCellGeom *cg; in DMAdaptorComputeErrorIndicator_Gradient()
900 PetscFVCellGeom cg; in DMAdaptorComputeErrorIndicator_Gradient()
/petsc/src/ts/tutorials/
H A Dex18.c836 PetscFVCellGeom *cg; in SetInitialConditionFVM()
921 PetscFVCellGeom *cg; in MonitorFunctionals()
H A Dex11.c991 PetscFVCellGeom *cg; in MonitorVTK()
1155 PetscFVCellGeom *cg; in adaptToleranceFVMSetUp()
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1564 …etscDualSpaceApplyFVM(PetscDualSpace sp, PetscInt f, PetscReal time, PetscFVCellGeom *cgeom, Petsc… in PetscDualSpaceApplyFVM()