O P A R - Open Architecture Particle in Cell Simulation - Version 3.0
Plasma simulations with dust particles
|
#include "task.h"
#include "density.h"
#include "numeric.h"
#include "normalization.h"
#include "dimensionality.h"
#include "wall.h"
#include "potential.h"
#include <valarray>
Go to the source code of this file.
Classes | |
class | Poisson |
Solves Poisson equation using a multigrid method for 2D and 3D simulations. The Poisson equation is given by ![]() ![]() ![]() |
This file contains all the classes that implement the solving of the poisson equation with one or more dust particles.