This repository was archived by the owner on Nov 3, 2022. It is now read-only.
Commit e30afed
Dilawar Singh
The default values changed in the commit (ba1065c) breaks example such
as
https://github.com/BhallaLab/moose-examples/blob/09ca09e68f163a0920653a9400214aff10b6ba16/snippets/rxdFuncDiffusion.py
. The sparse matrix has upper limit of number of rows and columns to
20,000. In the example linked, new values makes it impossible to run the
example as is.
To overcome this, we notify the user whenever this limit is reached and
ask them to set `diffLength` before setting up the `x1`.
On top of this, we can also revert default values to original larger
values. Not sure why these values were changed to the scale of 1e-6?
Unless the reason is known, I am not going to change current values. The
above linked example now works with this commit.1 parent d3fe5e9 commit e30afed
2 files changed
+29
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
301 | 310 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | 311 | | |
306 | 312 | | |
307 | 313 | | |
| |||
403 | 409 | | |
404 | 410 | | |
405 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
406 | 416 | | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
411 | 426 | | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | 427 | | |
416 | 428 | | |
417 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments