Include quadrature point data in checkpoints #819
Labels
bug
Something isn't working
discretization
Discretization, numerics, and physics
output
Related to simulation output
We need to include quadrature data in restart files. We can't use the
mfem::QuadratureFunction
interface because this only works for struct-of-arrays, while serac uses array-of-structs. Instead, we should use a serialize the quadrature data object and use named buffers in Axom.serac/src/serac/numerics/functional/quadrature_data.hpp
Lines 105 to 146 in b3485f1
https://github.com/LLNL/axom/blob/09ab17b68b67eacf45a9624e1909a1d700b1985a/src/axom/sidre/core/MFEMSidreDataCollection.hpp#L280-L301
https://github.com/LLNL/axom/blob/09ab17b68b67eacf45a9624e1909a1d700b1985a/src/axom/sidre/core/MFEMSidreDataCollection.hpp#L507
The text was updated successfully, but these errors were encountered: