![]() |
Sapphire++
v1.3.0-121-g2682132 |
Define and implement user defined physical setup. More...
#include <deal.II/base/exceptions.h>#include <deal.II/base/function.h>#include <deal.II/base/parameter_handler.h>#include <deal.II/base/point.h>#include <deal.II/lac/full_matrix.h>#include <deal.II/lac/vector.h>#include <cmath>#include <numbers>#include <vector>#include "pde-system.h"#include "sapphirepp-logstream.h"#include "vfp-flags.h"Go to the source code of this file.
Classes | |
| class | sapphirepp::PhysicalParameters |
| Class to implement user defined parameters. More... | |
| class | sapphirepp::VFP::InitialValueFunction< dim > |
| Initial condition. More... | |
| class | sapphirepp::VFP::BoundaryValueFunction< dim > |
| Inflow boundary condition. More... | |
| class | sapphirepp::VFP::ScatteringFrequency< dim > |
| Scattering frequency. More... | |
| class | sapphirepp::VFP::Source< dim > |
| Source term. More... | |
| class | sapphirepp::VFP::MagneticField< dim > |
| Magnetic field. More... | |
| class | sapphirepp::VFP::BackgroundVelocityField< dim > |
| Background velocity field. More... | |
Namespaces | |
| namespace | sapphirepp |
| Namespace for Sapphire++. | |
| namespace | sapphirepp::VFP |
| Namespace for the Vlasov-Fokker-Planck module. | |
Variables | |
| constexpr unsigned int | sapphirepp::VFP::dimension = 2 |
| constexpr VFPFlags | sapphirepp::VFP::vfp_flags |
Define and implement user defined physical setup.