idaholab / moose

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

ODE Integrator Interface for Aux System #726

Closed friedmud closed 10 years ago

friedmud commented 10 years ago

I keep talking about how the Aux system is for ODEs... we should actually create a layer that integrates with a real ODE integration package to allow arbitrary selection of time integration order for ODEs.

friedmud commented 10 years ago

This will be useful for Hongbin for point kinetics neutronics and for RAT chemistry stuff.

andrsd commented 10 years ago

Some design notes:

andrsd commented 10 years ago

In 166ae28a18cd35e81497f270c8abf377879d36a1:

Implementing ODE framework (closes #726)