sandialabs/p3a

dimension of isotropic_part

tjfulle opened this issue · 0 comments

symmetric3x3::isotropic_part has auto d = trace(a) / T(3.0) which results in a unitless quantity. It should be simply auto d = trace(a) / 3.0 or similar