Searched refs:DMPlexMetricNormalize (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex60.c | 223 PetscCall(DMPlexMetricNormalize(dm, metric, PETSC_TRUE, PETSC_TRUE, metric1, determinant)); in main()
|
| H A D | ex19.c | 107 PetscCall(DMPlexMetricNormalize(dmHess, H, PETSC_TRUE, PETSC_TRUE, *metric, determinant)); in ComputeMetricSensor()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 166 … PetscErrorCode DMPlexMetricNormalize(PetscDM, PetscVec, PetscBool, PetscBool, PetscVec, PetscVec)
|
| H A D | DMPlex.pyx | 3117 DMPlex.metricIntersection3, petsc_options, petsc.DMPlexMetricNormalize 3122 … CHKERR(DMPlexMetricNormalize(self.dm, metric.vec, bval_rs, bval_ra, ometric.vec, determinant.vec))
|
| /petsc/doc/changes/ |
| H A D | 316.md | 240 - Add `DMPlexMetricNormalize` to apply L-p metric normalization.
|
| H A D | 318.md | 274 - Change `DMPlexMetricNormalize()`:
|
| H A D | 317.md | 248 …- Change `DMPlexMetricNormalize()` to have another argument, for controlling whether anisotropy is…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 1260 PetscErrorCode DMPlexMetricNormalize(DM dm, Vec metricIn, PetscBool restrictSizes, PetscBool restri… in DMPlexMetricNormalize() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 562 PETSC_EXTERN PetscErrorCode DMPlexMetricNormalize(DM, Vec, PetscBool, PetscBool, Vec, Vec);
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1509 … PetscCall(DMPlexMetricNormalize(dmMetric, xHess, PETSC_TRUE, PETSC_TRUE, metric, determinant)); in DMAdaptorAdapt_Sequence_Private()
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 751 DMPlexMetricNormalize(DM dm, Vec metricIn, PetscBool restrictSizes, PetscBool restrictAnisotropy, V…
|