LLNL / serac

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

Move creation of Quadrature Data to `StateManager` #1212

Closed white238 closed 3 weeks ago

white238 commented 3 weeks ago

In preparation to adding quadrature data to the Sidre Data Store, I moved the creation to the StateManager class.

I also added some "has" functions to improve readability...