Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfvtypes.h43 } PetscFVFaceGeom; typedef
H A Dpetscfv.h100 …de PetscFVIntegrateRHSFunction(PetscFV, PetscDS, PetscInt, PetscInt, PetscFVFaceGeom *, PetscReal …
H A Dpetscdmplex.h421 … DMPlexGetFaceGeometry(DM, PetscInt, PetscInt, Vec, Vec, PetscInt *, PetscFVFaceGeom **, PetscReal…
422 …lexRestoreFaceGeometry(DM, PetscInt, PetscInt, Vec, Vec, PetscInt *, PetscFVFaceGeom **, PetscReal…
/petsc/src/dm/impls/plex/ftn-custom/
H A Dzplexfemf90.c109 PetscFVFaceGeom *g; in dmplexgetfacegeometry_()
111 …PetscInt numFaces = *fEnd - *fStart, structSize = sizeof(PetscFVFaceGeom) / sizeof(PetscSc… in dmplexgetfacegeometry_()
123 PetscFVFaceGeom *g; in dmplexrestorefacegeometry_()
/petsc/include/petsc/private/
H A Dpetscfvimpl.h68 …PetscErrorCode (*integraterhsfunction)(PetscFV, PetscDS, PetscInt, PetscInt, PetscFVFaceGeom *, Pe…
/petsc/src/dm/impls/plex/
H A Dplexfvm.c87 PetscFVFaceGeom *fg; in DMPlexReconstructGradients_Internal()
180 PetscFVFaceGeom *fgeomFVM = NULL; in DMPlexReconstructGradientsFVM()
H A Dplexgeometry.c3011 …ionSetDof(sectionFace, f, (PetscInt)PetscCeilReal(((PetscReal)sizeof(PetscFVFaceGeom)) / sizeof(Pe… in DMPlexComputeGeometryFVM()
3020 PetscFVFaceGeom *fg; in DMPlexComputeGeometryFVM()
3073 PetscFVFaceGeom *fg; in DMPlexComputeGeometryFVM()
3235 PetscFVFaceGeom *fg; in BuildGradientReconstruction_Internal()
3351 PetscFVFaceGeom *fg; in BuildGradientReconstruction_Internal_Tree()
H A Dplexfem.c1084 PetscFVFaceGeom *fg; in DMPlexInsertBoundaryValuesRiemann()
4144 PetscFVFaceGeom *fg; in DMPlexGetFaceFields()
4281 … PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, PetscInt *Nface, PetscFVFaceGeom *fgeom[], Pet… in DMPlexGetFaceGeometry()
4304 PetscFVFaceGeom *fg; in DMPlexGetFaceGeometry()
4306 PetscFVFaceGeom *fgeoml = *fgeom; in DMPlexGetFaceGeometry()
4351 … PetscInt fEnd, Vec faceGeometry, Vec cellGeometry, PetscInt *Nface, PetscFVFaceGeom *fgeom[], Pet… in DMPlexRestoreFaceGeometry()
4479 PetscFVFaceGeom *fgeom = NULL; in DMPlexComputeResidual_Patch_Internal()
5282 PetscFVFaceGeom *fgeom; in DMPlexComputeResidualByKey()
H A Dplex.c10145 PetscFVFaceGeom *fg; in DMPlexComputeOrthogonalQuality()
/petsc/src/ts/tutorials/
H A Dex52.c154 PetscFVFaceGeom *fgA; /* struct with face geometry information */ in FormFunction()
H A Dex11.c796 PetscFVFaceGeom *fgA, *fgB, *cg; in CreateMassMatrix()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1731 …eRHSFunction(PetscFV fvm, PetscDS prob, PetscInt field, PetscInt Nf, PetscFVFaceGeom *fgeom, Petsc… in PetscFVIntegrateRHSFunction()
1907 …ction_Upwind(PetscFV fvm, PetscDS prob, PetscInt field, PetscInt Nf, PetscFVFaceGeom *fgeom, Petsc… in PetscFVIntegrateRHSFunction_Upwind()
2189 …LeastSquares(PetscFV fvm, PetscDS prob, PetscInt field, PetscInt Nf, PetscFVFaceGeom *fgeom, Petsc… in PetscFVIntegrateRHSFunction_LeastSquares()