CEED / libCEED

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

CEED_EVAL_WEIGHT in t20-qfunction.c #40

Closed camierjs closed 6 years ago

camierjs commented 6 years ago

t20-qfunction.c passes CEED_EVAL_WEIGHT in the setup CeedQFunctionCreateInterior, but uses u[0][i] then in the function. Should I switch for the _INTERP field instead?

jedbrown commented 6 years ago

The right fix (for consistencies sake) would be to make the setup function use u[4][i] and then call it appropriately. This fragility should go away in the active-passive refactor.

jeremylt commented 6 years ago

Addressed in PR #41

jeremylt commented 6 years ago

Closed by PR #41