OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Typedefs | Enumerations
GreenWakeFunction.h File Reference
#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>
Include dependency graph for GreenWakeFunction.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ FilterOptions

typedef std::map<std::string, int> FilterOptions

Definition at line 40 of file GreenWakeFunction.h.

Enumeration Type Documentation

◆ WakeDirection

enum class WakeDirection : unsigned short
strong
Enumerator
TRANSVERSAL 
LONGITUDINAL 

Definition at line 35 of file GreenWakeFunction.h.