Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/classes/random/tutorials/
H A Dex2.c14 PetscReal *vol; member
37 PetscReal *vol, *St0, x, totalx; in main() local
113 PetscReal basketPayoff(PetscReal vol[], PetscReal St0[], PetscInt n, PetscReal r, PetscReal dt, Pet… in basketPayoff()
176 PetscReal mcVal(PetscReal St, PetscReal r, PetscReal vol, PetscReal dt, PetscReal eps) in mcVal()
/petsc/src/dm/impls/plex/
H A Dplexadapt.c11 PetscReal vol; in DMPlexLabelToVolumeConstraint() local
82 PetscReal e[3], vol; in DMPlexLabelToMetricConstraint() local
142 PetscReal vol, totVol = 0.0; in DMPlexLabelToMetricConstraint() local
227 PetscReal vol, centroid[3]; in DMPlexRefine_Internal() local
H A Dplexgeometry.c1602 PETSC_UNUSED static inline void Volume_Triangle_Internal(PetscReal *vol, PetscReal coords[]) in Volume_Triangle_Internal()
1627 PETSC_UNUSED static inline void Volume_Tetrahedron_Internal(PetscReal *vol, PetscReal coords[]) in Volume_Tetrahedron_Internal()
1661 static inline void Volume_Tetrahedron_Origin_Internal(PetscReal *vol, PetscReal coords[]) in Volume_Tetrahedron_Origin_Internal()
2642 …exComputeGeometryFVM_0D_Internal(DM dm, PetscInt dim, PetscInt cell, PetscReal *vol, PetscReal cen… in DMPlexComputeGeometryFVM_0D_Internal()
2687 …exComputeGeometryFVM_1D_Internal(DM dm, PetscInt dim, PetscInt cell, PetscReal *vol, PetscReal cen… in DMPlexComputeGeometryFVM_1D_Internal()
2730 …exComputeGeometryFVM_2D_Internal(DM dm, PetscInt dim, PetscInt cell, PetscReal *vol, PetscReal cen… in DMPlexComputeGeometryFVM_2D_Internal()
2795 …exComputeGeometryFVM_3D_Internal(DM dm, PetscInt dim, PetscInt cell, PetscReal *vol, PetscReal cen… in DMPlexComputeGeometryFVM_3D_Internal()
2927 PetscErrorCode DMPlexComputeCellGeometryFVM(DM dm, PetscInt cell, PetscReal *vol, PetscReal centroi… in DMPlexComputeCellGeometryFVM()
H A Dplexfem.c2202 PetscReal vol = 0.0; in DMPlexComputeClementInterpolant() local
2335 PetscReal vol = 0.0; in DMPlexComputeGradientClementInterpolant() local
4281 …d, Vec faceGeometry, Vec cellGeometry, PetscInt *Nface, PetscFVFaceGeom *fgeom[], PetscReal *vol[]) in DMPlexGetFaceGeometry()
4351 …d, Vec faceGeometry, Vec cellGeometry, PetscInt *Nface, PetscFVFaceGeom *fgeom[], PetscReal *vol[]) in DMPlexRestoreFaceGeometry()
4478 PetscReal *vol = NULL; in DMPlexComputeResidual_Patch_Internal() local
5281 PetscReal *vol; in DMPlexComputeResidualByKey() local
6322 PetscReal vol; in DMPlexComputeJacobianByKey() local
6545 PetscReal vol; in DMPlexComputeJacobianByKeyGeneral() local
H A Dplexcreate.c1457 DM boundary, vol; in DMPlexCreateBoxMesh_Simplex_Internal() local
2050 DM bdm, vol; in DMPlexCreateWedgeBoxMesh_Internal() local
2962 PetscReal vol, normal[3]; in DMPlexCreateHexCylinderMesh_Internal() local
4442 DM sdm, vol; in DMPlexCreateBallMesh_Internal() local
H A Dplex.c9652 PetscReal vol; in DMPlexCheckGeometry() local
/petsc/src/dm/impls/plex/tests/
H A Dex33.c34 …al t, const PetscReal x[], PetscInt numConstants, const PetscScalar constants[], PetscScalar vol[]) in volume()
64 PetscReal vol, tol = ctx->tol; in CheckVolume() local
H A Dex32.c8 PetscReal vol; in CheckMesh() local
H A Dex37.c32 double surface = 0., volume = 0., vol; in ComputeVolume() local
H A Dex8.c18 PetscReal *centroid, *normal, *vol; /* FVM data */ member
178 PetscReal centroid[3], normal[3], vol; in CheckFVMGeometry() local
640 PetscReal vol = user.vol ? user.vol[c] : 0.0; in main() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex17.c8 double surface = 0., volume = 0., vol; in ComputeVolume() local
H A Dex18.c11 PetscReal vol, centroid[3], normal[3]; in surfArea() local
H A Dex19.c15 PetscReal vol, centroid[3], normal[3]; in surfArea() local
/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c81 PetscReal vol = 0.0; in PetscDualSpaceSimpleSetFunctional_Simple() local
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c503 PetscReal vol = 0.; in DMFieldEvaluateFV_DS() local
517 PetscReal vol = 0.; in DMFieldEvaluateFV_DS() local
536 PetscReal vol = 0.; in DMFieldEvaluateFV_DS() local
557 PetscReal vol = 0.; in DMFieldEvaluateFV_DS() local
583 PetscReal vol = 0.; in DMFieldEvaluateFV_DS() local
617 PetscReal vol = 0.; in DMFieldEvaluateFV_DS() local
/petsc/src/dm/impls/swarm/tests/
H A Dex7.c222 PetscReal moments_0[3], moments_1[3], vol = 1; in go() local
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrcohesive.c1026 PetscReal normal[3], vol; in DMPlexTransformMapCoordinates_Cohesive() local
/petsc/src/snes/tutorials/
H A Dex16.c463 PetscReal vol; in FormElementJacobian() local