|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|
#include <algorithm>#include <cmath>#include <functional>#include <iomanip>#include <memory>#include <numeric>#include <string>#include <vector>#include "PartBunch/FieldSolver.hpp"#include "PartBunch/ImageChargeScatterController.h"#include "PartBunch/PartBunch.h"#include "Utilities/OpalException.h"

Go to the source code of this file.
Classes | |
| class | BinnedFieldSolver< T, Dim > |
| Field solver wrapper that implements the full binned self-field algorithm. More... | |
| struct | BinnedFieldSolver< T, Dim >::BinKinematics |
| struct | BinnedFieldSolver< T, Dim >::BinStatsRow |
| Row entry for the level-3 bin statistics table. More... | |
| struct BinnedFieldSolver::BinKinematics |
Definition at line 152 of file BinnedFieldSolver.h.

| Class Members | ||
|---|---|---|
| double | gammaBin = 1.0 | |
| Vector_t< double, Dim > | pmean = Vector_t<double, Dim>(0.0) | |
| struct BinnedFieldSolver::BinStatsRow |
Row entry for the level-3 bin statistics table.
Definition at line 182 of file BinnedFieldSolver.h.
