test commit

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

View File

@ -29,6 +29,7 @@ int main(int argc, char *argv[]) {
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
// MatrixXd alphay = MatrixXd::Constant(20,20,1); // row,col,value // MatrixXd alphay = MatrixXd::Constant(20,20,1); // row,col,value