Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    a7ed4215
    Use plain std::vector<double> for element energy gradients · a7ed4215
    Sander, Oliver authored
    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.
    a7ed4215
    History
    Use plain std::vector<double> for element energy gradients
    Sander, Oliver authored
    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.