Home
last modified time | relevance | path

Searched defs:metric (Results 1 – 20 of 20) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexadapt.c61 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 Dplexmetric.c843 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 Disotropic_adaptation.py19 metric = plex.metricCreate() variable
H A Danisotropic_adaptation.py90 metric = dmHess.metricCreate() variable
/petsc/src/dm/impls/plex/tests/
H A Dex19.c64 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 Dex41.c7 PetscBool metric; /* Flag to use metric adaptation, instead of tagging */ member
H A Dex60.c41 Vec metric; in main() local
/petsc/src/sys/classes/viewer/impls/draw/ftn-custom/
H A Dzdrawvf.c22 PETSC_EXTERN void petscviewermonitorlgsetup_(PetscViewer *v, char *host, char *label, char *metric,… in petscviewermonitorlgsetup_()
/petsc/src/dm/interface/
H A Ddmgenerate.c220 PetscErrorCode DMAdaptMetric(DM dm, Vec metric, DMLabel bdLabel, DMLabel rgLabel, DM *dmAdapt) in DMAdaptMetric()
/petsc/src/dm/impls/plex/adaptors/pragmatic/
H A Dpragmaticadapt.c20 PetscReal *x, *y, *z, *metric; in DMAdaptMetric_Pragmatic_Plex() local
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c25 PetscReal *vertices, *metric, *verticesNew, gradationFactor, hausdorffNumber; in DMAdaptMetric_Mmg_Plex() local
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c29 …PetscReal *vertices, *metric, *verticesNew, *verticesNewLoc, gradationFactor, hausdorffNum… in DMAdaptMetric_ParMmg_Plex() local
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c683 …LGSetUp(PetscViewer viewer, const char host[], const char title[], const char metric[], PetscInt l… in PetscViewerMonitorLGSetUp()
/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c683 PetscReal metric, tm; in PCGAMGProlongator_GEO() local
/petsc/src/dm/impls/forest/
H A Dforest.c1631 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 DDMPlex.pyx3053 …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 DDM.pyx1775 Vec metric,
/petsc/src/ts/tutorials/
H A Dex45.c369 Vec metric; in Remesh() local
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1439 Vec xGrad, xHess, metric, determinant; in DMAdaptorAdapt_Sequence_Private() local
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2458 PetscErrorCode DMPlexTransformAdaptLabel(DM dm, PETSC_UNUSED Vec metric, DMLabel adaptLabel, PETSC_… in DMPlexTransformAdaptLabel()