include/meltpooldg/time_integration/implicit_explicit_integrator.hpp File Reference
|
Developer Documentation
|
implicit_explicit_integrator.hpp File Reference
#include <deal.II/lac/la_parallel_vector.h>#include <meltpooldg/linear_algebra/newton_raphson_solver.hpp>#include <meltpooldg/linear_algebra/preconditioner.hpp>#include <meltpooldg/time_integration/solution_history.hpp>#include <meltpooldg/time_integration/time_integrator_base.hpp>#include <meltpooldg/time_integration/time_integrator_data.hpp>#include <functional>#include <optional>
Include dependency graph for implicit_explicit_integrator.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | MeltPoolDG::TimeIntegration::ImplicitExplicitIntegrator< dim, number > |
Namespaces | |
| namespace | MeltPoolDG |
| Interface for a general preconditioner. | |
| namespace | MeltPoolDG::TimeIntegration |
| Class providing different low storage explicit Runge-Kutta schemes. The schemes implemented in this class are presented in. | |
Variables | |
| static constexpr std::array< TimeIntegratorSchemes, 1 > | MeltPoolDG::TimeIntegration::imex_supported_schemes |
| The time integrator schemes supported by the implicit-explicit time integrator. | |
Generated by