Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgeometry.c4190 PetscScalar *moduli; in DMPlexShearGeometry() local
4197 PetscCall(PetscMalloc1(dE + 1, &moduli)); in DMPlexShearGeometry()
4198 moduli[0] = dir; in DMPlexShearGeometry()
4199 …for (d = 0, e = 0; d < dE; ++d) moduli[d + 1] = d == dir ? 0.0 : (multipliers ? multipliers[e++] :… in DMPlexShearGeometry()
4201 PetscCall(PetscDSSetConstants(cds, dE + 1, moduli)); in DMPlexShearGeometry()
4203 PetscCall(PetscFree(moduli)); in DMPlexShearGeometry()