VERB_code_2.3
|
#include <string>
#include "../Matrix/Matrix.h"
#include "../Parameters/Parameters.h"
#include "../VariousFunctions/variousFunctions.h"
Go to the source code of this file.
Classes | |
class | BoundaryCondition |
Holds upper and lower boundary conditions. More... | |
Boundary condition class.
Is a child of class Grid and holds 2D array of boundary values for function or function derivative. Additional third dimension is time.
Definition in file BoundaryConditions.h.