LLNL / serac

Serac is a high order nonlinear thermomechanical simulation code
BSD 3-Clause "New" or "Revised" License
178 stars 31 forks source link

allowing Functional QoI without trial spaces #1093

Closed kswartz92 closed 5 months ago

kswartz92 commented 5 months ago

This small change allows creating a functional without trial spaces. I was trying to calculate the volume of a mesh and the surface area of a particular boundary attribute and was getting compilation errors when I tried to construct a functional object without a trial space. @samuelpmish suggested this fix.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.97%. Comparing base (5beed27) to head (792794b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1093 +/- ## ======================================== Coverage 86.97% 86.97% ======================================== Files 159 159 Lines 15465 15465 ======================================== Hits 13450 13450 Misses 2015 2015 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.