mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-13 17:38:23 +01:00
test commit
This commit is contained in:
parent
22d7ce45f7
commit
c5862d4c18
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user