drwells / fiddle

4 stars 3 forks source link

consistently pass DoFHandlers and then associated vectors #66

Closed drwells closed 1 year ago

drwells commented 2 years ago

This order makes more sense since the first object describes the second. I do it in both ways throughout the library - before I put together a 0.1 release I should make it consistent.

drwells commented 1 year ago

AFAICT I always pass a DoFHandler, then a Mapping, then the Vector - I am somewhat inconsistent with where std::vector<types::boundary_id> and double time but that's not that important.