Skip to content
Snippets Groups Projects

Modernize rod code

Merged Sander, Oliver requested to merge modernize-rod-code into master
4 files
+ 4
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -212,7 +212,7 @@ assembleGradient(const std::vector<TargetSpace>& sol,
{
localView.bind(element);
// A 1d grid has two vertices
// The number of degrees of freedom of the current element
const auto nDofs = localView.tree().size();
// Extract local solution
Loading