#include "SysMatrix.hpp"
#include "sgdisp.hpp"
Include dependency graph for NLTimeStep.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | NLTimeAssemble< T > |
| Base class for non-linear time-dependent discretizations. More... | |
| class | NLTSScheme< T > |
| Base class for non-linear time stepping schemes. More... | |
There are two classes: for non-linear discretizations and for the two-level time schemes for them. The non-linear discretizations are specified similarly as the non-linear systems: the user should provide the function that computes the non-linear defect and the Jacobian (or its discretization) at a given guess for the solution on the new time level. The Jacobian should be assembled on all the grid levels.
1.5.2