Searched refs:PetscFVFaceGeom (Results 1 – 12 of 12) sorted by relevance
| /petsc/include/ |
| H A D | petscfvtypes.h | 43 } PetscFVFaceGeom; typedef
|
| H A D | petscfv.h | 100 …de PetscFVIntegrateRHSFunction(PetscFV, PetscDS, PetscInt, PetscInt, PetscFVFaceGeom *, PetscReal …
|
| H A D | petscdmplex.h | 421 … 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 D | zplexfemf90.c | 109 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 D | petscfvimpl.h | 68 …PetscErrorCode (*integraterhsfunction)(PetscFV, PetscDS, PetscInt, PetscInt, PetscFVFaceGeom *, Pe…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 87 PetscFVFaceGeom *fg; in DMPlexReconstructGradients_Internal() 180 PetscFVFaceGeom *fgeomFVM = NULL; in DMPlexReconstructGradientsFVM()
|
| H A D | plexgeometry.c | 3011 …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 D | plexfem.c | 1084 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 D | plex.c | 10145 PetscFVFaceGeom *fg; in DMPlexComputeOrthogonalQuality()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 154 PetscFVFaceGeom *fgA; /* struct with face geometry information */ in FormFunction()
|
| H A D | ex11.c | 796 PetscFVFaceGeom *fgA, *fgB, *cg; in CreateMassMatrix()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1731 …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()
|