idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 999 forks source link

Store/Load UserDataObject for restart #1152

Closed andrsd closed 10 years ago

andrsd commented 10 years ago

The idea here is to store user-data object into a separate file, so people can reuse it when restarting. The design is going to be similar to what we already do for stateful material properties, but it is going to be simpler since, there is no quadrature rule, elements, etc.

This feature is needed by RELAP-7.

andrsd commented 10 years ago

In 564a13a116f1887829b1286b8bfdbcb58363844c:

Enabling restart with UserData objects (closes #1152)