Use plain std::vector<double> for element energy gradients
This is what dune-function mandates. We don't actually use dune-functions here a lot, but it is still nice to stay in the spirit. Also, I am thinking about using dune-functions bases for some indexing work in the future.
Plus, I hope that getting rid of the blocking will improve run-times of debug builds a little bit, in particular in the LocalIntegralStiffness class.
Merge request reports
Activity
added 5 commits
- a7ed4215 - Use plain std::vector<double> for element energy gradients
- fadc6cab - Remove the assemblers implemented in adolctest.cc itself
- 2b8e7514 - Rename adolctest.cc to something slightly more telling
- 1c584c83 - Add missing return statements
- d8ecb0bc - Use simpler matrix types for element Hesse matrices
Toggle commit listmentioned in commit 9e0159c7
Please register or sign in to reply