|
34 | 34 |
|
35 | 35 | #include "picongpu/fields/FieldE.kernel" |
36 | 36 |
|
37 | | -#include "MaxwellSolver/Solvers.hpp" |
| 37 | +#include "picongpu/fields/MaxwellSolver/Solvers.hpp" |
38 | 38 | #include "picongpu/fields/numericalCellTypes/NumericalCellTypes.hpp" |
39 | 39 |
|
40 | 40 | #include <pmacc/math/Vector.hpp> |
@@ -81,11 +81,11 @@ SimulationFieldHelper<MappingDesc>( cellDescription ) |
81 | 81 | /* Calculate the maximum Neighbors we need from MAX(ParticleShape, FieldSolver) */ |
82 | 82 | typedef pmacc::math::CT::max< |
83 | 83 | LowerMarginInterpolation, |
84 | | - GetMargin<fieldSolver::FieldSolver, FIELD_E>::LowerMargin |
| 84 | + GetMargin<fields::Solver, FIELD_E>::LowerMargin |
85 | 85 | >::type LowerMarginInterpolationAndSolver; |
86 | 86 | typedef pmacc::math::CT::max< |
87 | 87 | UpperMarginInterpolation, |
88 | | - GetMargin<fieldSolver::FieldSolver, FIELD_E>::UpperMargin |
| 88 | + GetMargin<fields::Solver, FIELD_E>::UpperMargin |
89 | 89 | >::type UpperMarginInterpolationAndSolver; |
90 | 90 |
|
91 | 91 | /* Calculate upper and lower margin for pusher |
@@ -233,7 +233,7 @@ void FieldE::laserManipulation( uint32_t currentStep ) |
233 | 233 | * |
234 | 234 | * |
235 | 235 | * @todo: might also lack temporal offset since our formulas are E(x,z,t) instead of E(x,y,z,t) |
236 | | - * `const int max_y_neighbors = Get<fieldSolver::FieldSolver::OffsetOrigin_E, 1 >::value;` |
| 236 | + * `const int max_y_neighbors = Get<fields::Solver::OffsetOrigin_E, 1 >::value;` |
237 | 237 | * |
238 | 238 | * @todo Right now, the phase could be wrong ( == is cloned) |
239 | 239 | * @see LaserPhysics.hpp |
|
0 commit comments