#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 |
Is a child of class Matrix2D and holds 3D array of boundary values for function or fuction derivative. The third dimentions is time.
Definition in file BoundaryConditions.h.