Home
last modified time | relevance | path

Searched refs:DMPlexMetricEnforceSPD (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex60.c187 …PetscCall(DMPlexMetricEnforceSPD(dm, metrics[0], PETSC_FALSE, PETSC_FALSE, metricComb, determinant… in main()
189 …PetscCall(DMPlexMetricEnforceSPD(dm, metrics[1], PETSC_FALSE, PETSC_FALSE, metricComb, determinant… in main()
202 PetscCall(DMPlexMetricEnforceSPD(dm, metric, PETSC_TRUE, PETSC_TRUE, metric1, determinant)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi165 … PetscErrorCode DMPlexMetricEnforceSPD(PetscDM, PetscVec, PetscBool, PetscBool, PetscVec, PetscVec)
H A DDMPlex.pyx3081 DMPlex.metricIntersection3, petsc_options, petsc.DMPlexMetricEnforceSPD
3086 …CHKERR(DMPlexMetricEnforceSPD(self.dm, metric.vec, bval_rs, bval_ra, ometric.vec, determinant.vec))
/petsc/src/dm/impls/plex/
H A Dplexmetric.c1164 PetscErrorCode DMPlexMetricEnforceSPD(DM dm, Vec metricIn, PetscBool restrictSizes, PetscBool restr… in DMPlexMetricEnforceSPD() function
1283 …PetscCall(DMPlexMetricEnforceSPD(dm, metricIn, PETSC_FALSE, (PetscBool)(restrictAnisotropy && rest… in DMPlexMetricNormalize()
/petsc/doc/changes/
H A D316.md239 - Add `DMPlexMetricEnforceSPD` for enforcing that a metric is symmetric positive-definite.
H A D318.md271 - Change `DMPlexMetricEnforceSPD()`:
H A D317.md244 - Change `DMPlexMetricEnforceSPD()` to have more arguments:
/petsc/include/
H A Dpetscdmplex.h561 PETSC_EXTERN PetscErrorCode DMPlexMetricEnforceSPD(DM, Vec, PetscBool, PetscBool, Vec, Vec);
/petsc/doc/manual/
H A Ddmplex.md714 DMPlexMetricEnforceSPD(DM dm, Vec metricIn, PetscBool restrictSizes, PetscBool restrictAnisotropy, …