|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include "project.h"#include <cstdlib>#include "../common.h"#include "../parameters.h"#include "../readparameters.h"#include "../vlasovsolver/vlasovmover.h"#include "../logger.h"#include "../object_wrapper.h"#include "../velocity_mesh_parameters.h"#include "Alfven/Alfven.h"#include "Diffusion/Diffusion.h"#include "Dispersion/Dispersion.h"#include "Distributions/Distributions.h"#include "Firehose/Firehose.h"#include "Flowthrough/Flowthrough.h"#include "Fluctuations/Fluctuations.h"#include "Harris/Harris.h"#include "KHB/KHB.h"#include "Larmor/Larmor.h"#include "Magnetosphere/Magnetosphere.h"#include "MultiPeak/MultiPeak.h"#include "Riemann1/Riemann1.h"#include "Shock/Shock.h"#include "IPShock/IPShock.h"#include "Template/Template.h"#include "test_fp/test_fp.h"#include "testHall/testHall.h"#include "verificationLarmor/verificationLarmor.h"#include "../backgroundfield/backgroundfield.h"#include "../backgroundfield/constantfield.hpp"#include "Shocktest/Shocktest.h"#include "LossCone/LossCone.h"#include "../sysboundary/sysboundarycondition.h"
Go to the source code of this file.
Namespaces | |
| namespace | projects |
Functions | |
| Project * | projects::createProject () |
Variables | |
| Logger | logFile |