| /petsc/src/dm/impls/plex/ |
| H A D | plexadapt.c | 61 PetscScalar *metric, *eqns; in DMPlexLabelToMetricConstraint() local 164 PetscErrorCode DMPlexRefine_Internal(DM dm, PETSC_UNUSED Vec metric, DMLabel adaptLabel, PETSC_UNUS… in DMPlexRefine_Internal() 248 PetscErrorCode DMPlexCoarsen_Internal(DM dm, PETSC_UNUSED Vec metric, DMLabel adaptLabel, PETSC_UNU… in DMPlexCoarsen_Internal() 273 PetscErrorCode DMAdaptLabel_Plex(DM dm, PETSC_UNUSED Vec metric, DMLabel adaptLabel, PETSC_UNUSED D… in DMAdaptLabel_Plex()
|
| H A D | plexmetric.c | 843 static PetscErrorCode DMPlexP1FieldCreate_Private(DM dm, PetscInt f, PetscInt size, Vec *metric) in DMPlexP1FieldCreate_Private() 901 PetscErrorCode DMPlexMetricCreate(DM dm, PetscInt f, Vec *metric) in DMPlexMetricCreate() 942 PetscErrorCode DMPlexMetricCreateUniform(DM dm, PetscInt f, PetscReal alpha, Vec *metric) in DMPlexMetricCreateUniform() 980 PetscErrorCode DMPlexMetricCreateIsotropic(DM dm, PetscInt f, Vec indicator, Vec *metric) in DMPlexMetricCreateIsotropic()
|
| /petsc/src/binding/petsc4py/demo/legacy/dmplex/ |
| H A D | isotropic_adaptation.py | 19 metric = plex.metricCreate() variable
|
| H A D | anisotropic_adaptation.py | 90 metric = dmHess.metricCreate() variable
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex19.c | 64 static PetscErrorCode ComputeMetricSensor(DM dm, AppCtx *user, Vec *metric) in ComputeMetricSensor() 117 static PetscErrorCode ComputeMetric(DM dm, AppCtx *user, Vec *metric) in ComputeMetric() 265 Vec metric; in main() local
|
| H A D | ex41.c | 7 PetscBool metric; /* Flag to use metric adaptation, instead of tagging */ member
|
| H A D | ex60.c | 41 Vec metric; in main() local
|
| /petsc/src/sys/classes/viewer/impls/draw/ftn-custom/ |
| H A D | zdrawvf.c | 22 PETSC_EXTERN void petscviewermonitorlgsetup_(PetscViewer *v, char *host, char *label, char *metric,… in petscviewermonitorlgsetup_()
|
| /petsc/src/dm/interface/ |
| H A D | dmgenerate.c | 220 PetscErrorCode DMAdaptMetric(DM dm, Vec metric, DMLabel bdLabel, DMLabel rgLabel, DM *dmAdapt) in DMAdaptMetric()
|
| /petsc/src/dm/impls/plex/adaptors/pragmatic/ |
| H A D | pragmaticadapt.c | 20 PetscReal *x, *y, *z, *metric; in DMAdaptMetric_Pragmatic_Plex() local
|
| /petsc/src/dm/impls/plex/adaptors/mmg/ |
| H A D | mmgadapt.c | 25 PetscReal *vertices, *metric, *verticesNew, gradationFactor, hausdorffNumber; in DMAdaptMetric_Mmg_Plex() local
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 29 …PetscReal *vertices, *metric, *verticesNew, *verticesNewLoc, gradationFactor, hausdorffNum… in DMAdaptMetric_ParMmg_Plex() local
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 683 …LGSetUp(PetscViewer viewer, const char host[], const char title[], const char metric[], PetscInt l… in PetscViewerMonitorLGSetUp()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | geo.c | 683 PetscReal metric, tm; in PCGAMGProlongator_GEO() local
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 1631 PetscErrorCode DMAdaptLabel_Forest(DM dm, PETSC_UNUSED Vec metric, DMLabel label, PETSC_UNUSED DMLa… in DMAdaptLabel_Forest()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 3053 …def metricEnforceSPD(self, Vec metric, Vec ometric, Vec determinant, restrictSizes: bool | None = … 3089 …def metricNormalize(self, Vec metric, Vec ometric, Vec determinant, restrictSizes: bool | None = T…
|
| H A D | DM.pyx | 1775 Vec metric,
|
| /petsc/src/ts/tutorials/ |
| H A D | ex45.c | 369 Vec metric; in Remesh() local
|
| /petsc/src/snes/utils/dm/ |
| H A D | dmadapt.c | 1439 Vec xGrad, xHess, metric, determinant; in DMAdaptorAdapt_Sequence_Private() local
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2458 PetscErrorCode DMPlexTransformAdaptLabel(DM dm, PETSC_UNUSED Vec metric, DMLabel adaptLabel, PETSC_… in DMPlexTransformAdaptLabel()
|