Searched defs:a_max (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | anisotropic_adaptation.py | 27 a_max = 1.0e+05 # Maximum tolerated anisotropy 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 495 PetscErrorCode DMPlexMetricSetMaximumAnisotropy(DM dm, PetscReal a_max) in DMPlexMetricSetMaximumAnisotropy() 519 PetscErrorCode DMPlexMetricGetMaximumAnisotropy(DM dm, PetscReal *a_max) in DMPlexMetricGetMaximumAnisotropy() 1053 …MetricModify_Private(PetscInt dim, PetscReal h_min, PetscReal h_max, PetscReal a_max, PetscScalar … 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 | 103 PetscReal a_max; /* Maximum tolerated anisotropy */ member
|