Version: SMASH-2.0
potential_globals.h
Go to the documentation of this file.
1 /*
2  *
3  * Copyright (c) 2014-2020
4  * SMASH Team
5  *
6  * GNU General Public License (GPLv3 or later)
7  *
8  */
9 
10 #ifndef SRC_INCLUDE_SMASH_POTENTIAL_GLOBALS_H_
11 #define SRC_INCLUDE_SMASH_POTENTIAL_GLOBALS_H_
12 
13 #include "lattice.h"
14 #include "potentials.h"
15 
16 namespace smash {
17 
19 extern RectangularLattice<FourVector> *UB_lat_pointer;
20 
22 extern RectangularLattice<FourVector> *UI3_lat_pointer;
23 
25 extern Potentials *pot_pointer;
26 
27 } // namespace smash
28 
29 #endif // SRC_INCLUDE_SMASH_POTENTIAL_GLOBALS_H_
smash
Definition: action.h:24
smash::UI3_lat_pointer
RectangularLattice< FourVector > * UI3_lat_pointer
Pointer to the symmmetry potential on the lattice.
Definition: potential_globals.cc:16
lattice.h
smash::UB_lat_pointer
RectangularLattice< FourVector > * UB_lat_pointer
Pointer to the skyrme potential on the lattice.
Definition: potential_globals.cc:15
smash::pot_pointer
Potentials * pot_pointer
Pointer to a Potential class.
Definition: potential_globals.cc:17
potentials.h