OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include "Filters/Filter.h"
#include "Physics/Physics.h"
#include "Solvers/WakeFunction.h"
#include "Utility/IpplInfo.h"
#include "Utility/PAssert.h"
#include <complex>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | GreenWakeFunction |
class | GreenWakeFunction::Wake |
Typedefs | |
typedef std::map< std::string, int > | FilterOptions |
Enumerations | |
enum class | WakeDirection : unsigned short { TRANSVERSAL , LONGITUDINAL } |
typedef std::map<std::string, int> FilterOptions |
Definition at line 40 of file GreenWakeFunction.h.
|
strong |
Enumerator | |
---|---|
TRANSVERSAL | |
LONGITUDINAL |
Definition at line 35 of file GreenWakeFunction.h.