Skip to content

Updates to VolumeDoFFunction class

Marcus Mohr requested to merge mohr/VolumeDoFFunction into master

The MR

  • marks additional methods of VolumeDoFFunction as const so that the class behaves more consistently to other function classes
  • extends sumGlobal and sumLocal to accept an optional bool absolute argument, to indicate that the sum should be over the magnitudes of the DoFs
Edited by Marcus Mohr

Merge request reports