You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fields/fieldFactory.h
+3-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,9 @@ class fieldFactory
20
20
virtualvoidloadFieldMap(gMappedField*, double) = 0; // load field map. This is a dispatcher function for the various types of fields below
21
21
22
22
virtualvoidloadFieldMap_Dipole(gMappedField*, double) = 0; // load 1D dipole field depending on 2 coordinates (transverse and longitudinal)
23
-
virtualvoidloadFieldMap_Cylindrical(gMappedField*, double) = 0; // load phi-symmetric field depending on 2 coordinates (transverse and longitudinal)
23
+
virtualvoidloadFieldMap_Cylindrical(gMappedField*, double) = 0; // load cylindrical field depending on 2 coordinates (transverse and longitudinal)
24
+
virtualvoidloadFieldMap_phiSegmented(gMappedField*, double) = 0; // load phi-symmetric field depending on 3 coordinates (azimuthal,transverse and longitudinal)
25
+
virtualvoidloadFieldMap_cartesian3d(gMappedField*, double) = 0; // load cartesian_3D field depending on 3 coordinates (XX,YY,ZZ)
0 commit comments