Go to the documentation of this file.
11 #ifndef BoundaryConditions_H
12 #define BoundaryConditions_H
15 #include "../Matrix/Matrix.h"
16 #include "../Parameters/Parameters.h"
17 #include "../VariousFunctions/variousFunctions.h"
39 void Update(
int iteration,
Matrix2D<double> PSD_2D_Slice,
double time=-1,
double dt=-1);