test commit

This commit is contained in:
philippun 2023-07-28 10:49:01 +02:00
parent 22d7ce45f7
commit c5862d4c18

View File

@ -28,6 +28,7 @@ int main(int argc, char *argv[]) {
MatrixXd concentrations = MatrixXd::Constant(20,20,0); MatrixXd concentrations = MatrixXd::Constant(20,20,0);
concentrations(0,0) = 2000; concentrations(0,0) = 2000;
grid.setConcentrations(concentrations); grid.setConcentrations(concentrations);
// (optional) set alphas of the grid, e.g.: // (optional) set alphas of the grid, e.g.:
// MatrixXd alphax = MatrixXd::Constant(20,20,1); // row,col,value // MatrixXd alphax = MatrixXd::Constant(20,20,1); // row,col,value