Added a method that compute the element volume and passes it as an input to equations.cc and postprocess.cc just like the quadrature point location. The volumes are recomputed in init.cc and reinit.cc.
This can then be used for nucleation, volume-averaged postprocessing, and stabilization schemes like PSPG & SUPG.
Added a method that compute the element volume and passes it as an input to
equations.cc
andpostprocess.cc
just like the quadrature point location. The volumes are recomputed ininit.cc
andreinit.cc
.This can then be used for nucleation, volume-averaged postprocessing, and stabilization schemes like PSPG & SUPG.