| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex17.c | 24 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume() 32 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume()
|
| H A D | ex18.c | 31 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 D | ex10.c | 33 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &volume, centroid, NULL)); in CreateDomainLabel() 114 PetscCall(DMPlexComputeCellGeometryFVM(dmCur, c, &volume, centroid, NULL)); in AdaptMesh()
|
| H A D | ex19.c | 34 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 D | ex3f90.F90 | 65 PetscCallA(DMPlexComputeCellGeometryFVM(dm, i, vol, pcentroid, pnormal, ierr))
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex37.c | 47 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume() 55 PetscCall(DMPlexComputeCellGeometryFVM(dm, p, &vol, NULL, NULL)); in ComputeVolume()
|
| H A D | ex32.c | 19 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &vol, NULL, NULL)); in CheckMesh()
|
| H A D | ex16.c | 51 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in CreateHalfDomainLabel() 75 PetscCall(DMPlexComputeCellGeometryFVM(dm, f, NULL, centroid, NULL)); in CreateLineLabel()
|
| H A D | ex17.c | 61 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in TestCentroidLocation()
|
| H A D | ex60.c | 74 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, &volume, centroid, NULL)); in main()
|
| H A D | ex8.c | 182 …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 D | plexadapt.c | 18 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 D | plexceed.c | 399 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 D | plexgeometry.c | 2668 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 D | ex23.c | 72 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in DivideDomain()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 93 PetscCall(DMPlexComputeCellGeometryFVM(da, cell, &cellvol, centroid, normal)); in FormInitialSolution()
|
| /petsc/src/dm/impls/plex/generators/ctetgen/ |
| H A D | ctetgenerate.c | 248 } 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 D | tetgenerate.cxx | 273 } 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 D | petscdmplex.pxi | 125 …PetscErrorCode DMPlexComputeCellGeometryFVM(PetscDM, PetscInt, PetscReal*, PetscReal[], PetscReal[…
|
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 93 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in SetInitialCoordinates()
|
| H A D | ex28.c | 86 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in SetInitialCoordinates()
|
| /petsc/src/dm/impls/plex/transform/impls/extrude/ |
| H A D | plextrextrude.c | 547 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 D | plextrcohesive.c | 1028 PetscCall(DMPlexComputeCellGeometryFVM(dm, star[f], &vol, NULL, normal)); in DMPlexTransformMapCoordinates_Cohesive()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex2.c | 219 PetscCall(DMPlexComputeCellGeometryFVM(dm, c, NULL, centroid, NULL)); in CreateParticles()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 526 PetscCall(DMPlexComputeCellGeometryFVM(xdm, cell, &volume, centroid, NULL)); in InitializeParticles_Centroid() 533 PetscCall(DMPlexComputeCellGeometryFVM(vdm, vc, &vvolume, vcentroid, NULL)); in InitializeParticles_Centroid()
|