Go to the source code of this file.
Classes | |
| class | oomph::IMRBase |
| Implicit midpoint rule base class for the two implementations. More... | |
| class | oomph::IMR |
| The "real" implementation of the implicit midpoint rule. Implemented by calculation of residuals etc. at half step. This requires non-trivial modifications to the element's residual and Jacobian calculation functions to interpolate values to the midpoint. As such IMRByBDF should be preferred. More... | |
| class | oomph::IMRByBDF |
| Implementation of implicit midpoint rule by taking half a step of bdf1 then applying an update to all dofs. This implementation should work with any existing problem for which the BDF methods work. More... | |
Namespaces | |
| namespace | oomph |
| DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1). | |