Home
last modified time | relevance | path

Searched defs:determinant (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx11 …Code DMatrix_Invert_2x2_Internal(const PetscReal *inmat, PetscReal *outmat, PetscReal *determinant) in DMatrix_Invert_2x2_Internal()
29 …Code DMatrix_Invert_3x3_Internal(const PetscReal *inmat, PetscReal *outmat, PetscReal *determinant) in DMatrix_Invert_3x3_Internal()
52 …rrorCode DMatrix_Invert_4x4_Internal(PetscReal *inmat, PetscReal *outmat, PetscScalar *determinant) in DMatrix_Invert_4x4_Internal()
/petsc/src/dm/impls/plex/tests/
H A Dex60.c162 Vec metric1, metric2, metricComb, determinant; in main() local
H A Dex19.c69 Vec f, g, H, determinant; in ComputeMetricSensor() local
/petsc/src/dm/impls/plex/
H A Dplexmetric.c1016 PetscErrorCode DMPlexMetricDeterminantCreate(DM dm, PetscInt f, Vec *determinant, DM *dmDet) in DMPlexMetricDeterminantCreate()
1164 …ec metricIn, PetscBool restrictSizes, PetscBool restrictAnisotropy, Vec metricOut, Vec determinant) in DMPlexMetricEnforceSPD()
1260 …ec metricIn, PetscBool restrictSizes, PetscBool restrictAnisotropy, Vec metricOut, Vec determinant) in DMPlexMetricNormalize()
/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…
/petsc/src/snes/utils/dm/
H A Ddmadapt.c1439 Vec xGrad, xHess, metric, determinant; in DMAdaptorAdapt_Sequence_Private() local