Skip to content
Snippets Groups Projects

Replace std::valarray with Eigen::VectorXd

Merged Dmitri Naumov requested to merge endJunction/ogs:ReplaceValarray into master

Replace std::valarray with Eigen::VectorXd

For consistency mainly, but also save one instantiation of the shape functions. Also the valarray is kind of obsolete and Eigen provides equivalent substitute.

  1. [-] Feature description was added to the changelog
  2. Tests covering your feature were added? Existing tests
  3. Any new feature or behaviour change was documented?

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading