VERB4D
Convection_1D_ULTIMATE_QUICKEST6.h
Go to the documentation of this file.
1 
11 #ifndef CONVECTION_1D_ULTIMATE_QUICKEST6_H_
12 #define CONVECTION_1D_ULTIMATE_QUICKEST6_H_
13 
14 
15 
16 
17 
18 #include "Matrix.h"
19 #include "MatrixSolver.h"
20 #include "Logger.h"
21 
43  int x_size,
44  double x_LBC, double x_UBC,
45  string x_LBC_type, string x_UBC_type,
48  double dt);
49 
50 
51 #endif
Matrix 1D, 2D, 3D and 4D and operations with them.
Solves model matrices for diffusion calculations and has functionality for derivative approximations ...
A matrix of 1 dimensions that is immutable.
Definition: Matrix.h:49
Logs the messages sent, including information, warnings, and errors.
bool Convection_1D_ULTIMATE_QUICKEST6(Matrix1D< double > &PSD, Matrix1D< double > x, int x_size, double x_LBC, double x_UBC, string x_LBC_type, string x_UBC_type, Matrix1D< double > Ux, Matrix1D< double > Sources, Matrix1D< double > Losses, double dt)
Definition: Convection_1D_ULTIMATE_QUICKEST6.cpp:27