Searched defs:h_min (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | anisotropic_adaptation.py | 25 h_min = 1.0e-10 # Minimum tolerated metric magnitude ~ cell size variable
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexmetric.c | 13 …PetscReal h_min = 1.0e-30, h_max = 1.0e+30, a_max = 1.0e+05, p = 1.0, target = 1000.0, beta = 1.3,… in DMPlexMetricSetFromOptions() local 402 PetscErrorCode DMPlexMetricSetMinimumMagnitude(DM dm, PetscReal h_min) in DMPlexMetricSetMinimumMagnitude() 426 PetscErrorCode DMPlexMetricGetMinimumMagnitude(DM dm, PetscReal *h_min) in DMPlexMetricGetMinimumMagnitude() 1053 static PetscErrorCode DMPlexMetricModify_Private(PetscInt dim, PetscReal h_min, PetscReal h_max, Pe… in DMPlexMetricModify_Private() 1170 PetscReal h_min = 1.0e-30, h_max = 1.0e+30, a_max = 1.0e+15; in DMPlexMetricEnforceSPD() local 1268 …PetscReal p, h_min = 1.0e-30, h_max = 1.0e+30, a_max = 0.0, factGlob, fact, target, realIntegra… in DMPlexMetricNormalize() local
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 102 PetscReal h_min, h_max; /* Minimum/maximum tolerated metric magnitudes */ member
|