Home
last modified time | relevance | path

Searched refs:hausdorffNumber (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c25 PetscReal *vertices, *metric, *verticesNew, gradationFactor, hausdorffNumber; in DMAdaptMetric_Mmg_Plex() local
154 PetscCall(DMPlexMetricGetHausdorffNumber(dm, &hausdorffNumber)); in DMAdaptMetric_Mmg_Plex()
168 …llMMG_NONSTANDARD(MMG2D_Set_dparameter, mmg_mesh, mmg_metric, MMG2D_DPARAM_hausd, hausdorffNumber); in DMAdaptMetric_Mmg_Plex()
185 …llMMG_NONSTANDARD(MMG3D_Set_dparameter, mmg_mesh, mmg_metric, MMG3D_DPARAM_hausd, hausdorffNumber); in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c29 …scReal *vertices, *metric, *verticesNew, *verticesNewLoc, gradationFactor, hausdorffNumber; in DMAdaptMetric_ParMmg_Plex() local
347 PetscCall(DMPlexMetricGetHausdorffNumber(dm, &hausdorffNumber)); in DMAdaptMetric_ParMmg_Plex()
359 PetscCallMMG_NONSTANDARD(PMMG_Set_dparameter, parmesh, PMMG_DPARAM_hausd, hausdorffNumber); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/dm/impls/plex/
H A Dplexmetric.c706 plex->metricCtx->hausdorffNumber = hausd; in DMPlexMetricSetHausdorffNumber()
739 *hausd = plex->metricCtx->hausdorffNumber; in DMPlexMetricGetHausdorffNumber()
/petsc/include/petsc/private/
H A Ddmpleximpl.h107 …PetscReal hausdorffNumber; /* Max. distance between piecewise linear representation of bou… member