Home
last modified time | relevance | path

Searched refs:DMPlexMetricNormalize (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex60.c223 PetscCall(DMPlexMetricNormalize(dm, metric, PETSC_TRUE, PETSC_TRUE, metric1, determinant)); in main()
H A Dex19.c107 PetscCall(DMPlexMetricNormalize(dmHess, H, PETSC_TRUE, PETSC_TRUE, *metric, determinant)); in ComputeMetricSensor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi166 … PetscErrorCode DMPlexMetricNormalize(PetscDM, PetscVec, PetscBool, PetscBool, PetscVec, PetscVec)
H A DDMPlex.pyx3117 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 D316.md240 - Add `DMPlexMetricNormalize` to apply L-p metric normalization.
H A D318.md274 - Change `DMPlexMetricNormalize()`:
H A D317.md248 …- Change `DMPlexMetricNormalize()` to have another argument, for controlling whether anisotropy is…
/petsc/src/dm/impls/plex/
H A Dplexmetric.c1260 PetscErrorCode DMPlexMetricNormalize(DM dm, Vec metricIn, PetscBool restrictSizes, PetscBool restri… in DMPlexMetricNormalize() function
/petsc/include/
H A Dpetscdmplex.h562 PETSC_EXTERN PetscErrorCode DMPlexMetricNormalize(DM, Vec, PetscBool, PetscBool, Vec, Vec);
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1509 … PetscCall(DMPlexMetricNormalize(dmMetric, xHess, PETSC_TRUE, PETSC_TRUE, metric, determinant)); in DMAdaptorAdapt_Sequence_Private()
/petsc/doc/manual/
H A Ddmplex.md751 DMPlexMetricNormalize(DM dm, Vec metricIn, PetscBool restrictSizes, PetscBool restrictAnisotropy, V…