Searched refs:moduli (Results 1 – 1 of 1) sorted by relevance
4190 PetscScalar *moduli; in DMPlexShearGeometry() local4197 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()