CEED / libCEED

CEED Library: Code for Efficient Extensible Discretizations
https://libceed.org
BSD 2-Clause "Simplified" License
197 stars 46 forks source link

Poll - BP3-6 Geometric Factors #337

Closed jeremylt closed 5 years ago

jeremylt commented 5 years ago

Our storage of the symmetric matrix representing the geometric factors at the quadrature points in the libCEED examples is counter to what is typical to what you see in literature (See Mandel–Voigt notation). Does anyone have any strong opinions about changing to a more conventional notation?

I believe I've tagged everyone involved with the development of relevant libCEED examples for PETSc, MFEM, and Nek.

Please vote below if you want to keep the current layout or switch to something more conventional. I'll interpret non-replies as no opinion either way.

Context: https://github.com/CEED/libCEED/pull/311/files#r321438418

valeriabarra commented 5 years ago

To me it doesn't really matter, as long as whatever convention is chosen is accurately documented.

jeremylt commented 5 years ago

There does not seem to be strong opinions here, so I'll switch to using Voigt notation after #338 merges so we can merge #311.