Home
last modified time | relevance | path

Searched refs:DMPlexComputeCellGeometryFVM (Results 1 – 25 of 37) sorted by relevance

12

/petsc/src/dm/impls/plex/tutorials/
H A Dex17.c24 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume()
32 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume()
H A Dex18.c31 PetscCall(DMPlexComputeCellGeometryFVM(dm, ii, &vol, centroid, normal)); in surfArea()
42 PetscCall(DMPlexComputeCellGeometryFVM(dm, ii, &vol, centroid, normal)); in surfArea()
51 PetscCall(DMPlexComputeCellGeometryFVM(dm, ii, &vol, centroid, normal)); in surfArea()
H A Dex10.c33 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &volume, centroid, NULL)); in CreateDomainLabel()
114 PetscCall(DMPlexComputeCellGeometryFVM(dmCur, c, &volume, centroid, NULL)); in AdaptMesh()
H A Dex19.c34 PetscCall(DMPlexComputeCellGeometryFVM(dm, ii, &vol, centroid, normal)); in surfArea()
45 PetscCall(DMPlexComputeCellGeometryFVM(dm, ii, &vol, centroid, normal)); in surfArea()
54 PetscCall(DMPlexComputeCellGeometryFVM(dm, ii, &vol, centroid, normal)); in surfArea()
H A Dex3f90.F9065 PetscCallA(DMPlexComputeCellGeometryFVM(dm, i, vol, pcentroid, pnormal, ierr))
/petsc/src/dm/impls/plex/tests/
H A Dex37.c47 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume()
55 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume()
H A Dex32.c19 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &vol, NULL, NULL)); in CheckMesh()
H A Dex16.c51 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in CreateHalfDomainLabel()
75 PetscCall(DMPlexComputeCellGeometryFVM(dm, f, NULL, centroid, NULL)); in CreateLineLabel()
H A Dex17.c61 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in TestCentroidLocation()
H A Dex60.c74 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &volume, centroid, NULL)); in main()
H A Dex8.c182 …PetscCall(DMPlexComputeCellGeometryFVM(dm, cell, volEx ? &vol : NULL, centroidEx ? centroid : NULL… in CheckFVMGeometry()
212 PetscCall(DMPlexComputeCellGeometryFVM(dm, cone[f], &area, NULL, normal)); in CheckGaussLaw()
/petsc/src/dm/impls/plex/
H A Dplexadapt.c18 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &vol, NULL, NULL)); in DMPlexLabelToVolumeConstraint()
114 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &vol, NULL, NULL)); in DMPlexLabelToMetricConstraint()
147 PetscCall(DMPlexComputeCellGeometryFVM(dm, support[s], &vol, NULL, NULL)); in DMPlexLabelToMetricConstraint()
229 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &vol, centroid, NULL)); in DMPlexRefine_Internal()
H A Dplexceed.c399 PetscCall(DMPlexComputeCellGeometryFVM(dm, face, &area, fcentroid, &qdata[off])); in DMPlexCeedComputeGeometryFVM()
405 PetscCall(DMPlexComputeCellGeometryFVM(dm, supp[s], &qdata[off + s], centroids[s], NULL)); in DMPlexCeedComputeGeometryFVM()
H A Dplexgeometry.c2668 PetscCall(DMPlexComputeCellGeometryFVM(dm, support[0], NULL, normal, NULL)); in DMPlexComputeGeometryFVM_0D_Internal()
2927 PetscErrorCode DMPlexComputeCellGeometryFVM(DM dm, PetscInt cell, PetscReal *vol, PetscReal centroi… in DMPlexComputeCellGeometryFVM() function
3004 PetscCall(DMPlexComputeCellGeometryFVM(dmCell, c, &cg->volume, cg->centroid, NULL)); in DMPlexComputeGeometryFVM()
3032 PetscCall(DMPlexComputeCellGeometryFVM(dm, f, &area, fg->centroid, fg->normal)); in DMPlexComputeGeometryFVM()
/petsc/src/snes/tutorials/
H A Dex23.c72 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in DivideDomain()
/petsc/src/ts/tutorials/
H A Dex52.c93 PetscCall(DMPlexComputeCellGeometryFVM(da, cell, &cellvol, centroid, normal)); in FormInitialSolution()
/petsc/src/dm/impls/plex/generators/ctetgen/
H A Dctetgenerate.c248 } else PetscCall(DMPlexComputeCellGeometryFVM(*dm, c, NULL, centroid, NULL)); in DMPlexGenerate_CTetgen()
523 } else PetscCall(DMPlexComputeCellGeometryFVM(*dmRefined, c, NULL, centroid, NULL)); in DMPlexRefine_CTetgen()
/petsc/src/dm/impls/plex/generators/tetgen/
H A Dtetgenerate.cxx273 } else PetscCall(DMPlexComputeCellGeometryFVM(*dm, c, nullptr, centroid, nullptr)); in DMPlexGenerate_Tetgen()
552 } else PetscCall(DMPlexComputeCellGeometryFVM(*dmRefined, c, nullptr, centroid, nullptr)); in DMPlexRefine_Tetgen()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi125 …PetscErrorCode DMPlexComputeCellGeometryFVM(PetscDM, PetscInt, PetscReal*, PetscReal[], PetscReal[…
/petsc/src/ts/tests/
H A Dex27.c93 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in SetInitialCoordinates()
H A Dex28.c86 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in SetInitialCoordinates()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c547 PetscCall(DMPlexComputeCellGeometryFVM(ex->dmNormal, face, NULL, NULL, cnormal)); in DMPlexTransformSetUp_Extrude()
835 PetscCall(DMPlexComputeCellGeometryFVM(dm, star[st], NULL, NULL, cnormal)); in DMPlexTransformMapCoordinates_Extrude()
H A Dplextrcohesive.c1028 PetscCall(DMPlexComputeCellGeometryFVM(dm, star[f], &vol, NULL, normal)); in DMPlexTransformMapCoordinates_Cohesive()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c219 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in CreateParticles()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c526 PetscCall(DMPlexComputeCellGeometryFVM(xdm, cell, &volume, centroid, NULL)); in InitializeParticles_Centroid()
533 PetscCall(DMPlexComputeCellGeometryFVM(vdm, vc, &vvolume, vcentroid, NULL)); in InitializeParticles_Centroid()

12