laristra / flecsi

A mirror of FleCSI's internal gitlab repository.
Other
67 stars 34 forks source link

Single backend (partial) #605

Closed opensdh closed 5 years ago

opensdh commented 5 years ago

Minor work so far on supporting only a single backend per compilation. The next task is to remove the field_interface_u class template and make its (static) member functions be namespace-scope functions that use, if anything, a typedef-name to refer to the backend-specific code.

staleyLANL commented 5 years ago

Just noting that removing field_interface_u will break the code analyzer. Shouldn't be a problem right now as long as you're still off refactor.

opensdh commented 5 years ago

Most of this was incorporated in 66f4be47f6; the rest is in #619.