CEED / libCEED

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

MAGMA Basis Apply #368

Closed jeremylt closed 4 years ago

jeremylt commented 4 years ago

The new MAGMA basis apply should be switched to a switch statement rather than if statements. We only evaluate one CEED_EVAL_MODE, and a switch statement would ensure all cases are covered.

nbeams commented 4 years ago

With fa15ec8f7d4f1ef69240a20f8a2c96138385b2b4, we can close this now, right?

jeremylt commented 4 years ago

correct, thanks for reminding me