#include "NLTimeStep.hpp"
Include dependency graph for CoupledDisc.hpp:

Classes | |
| class | part_disc< T > |
| Base class for discretization modules. A discretization module provides assembling of a part of the whole system of PDEs. More... | |
| class | disc_export_param< T > |
| Base class for the export parameters of discretization modules. More... | |
| struct | disc_export_param< T >::deriv_data |
| Auxiliary structure for the assembling of the derivatives. More... | |
| class | disc_import_param< T > |
| Base class for the import parameters of discretization modules. More... | |
| class | NLTGlobalAssemble< T > |
| The global assembling class. More... | |
The templates depend on a type T. This type should satisfy the conditions listed in 'small_matrix.hpp' for small matrices.
1.5.2