Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing error in generateRHS function and small typo
error: b[-2] should be b[-1] and b=numpy.zeros_like(T) it's unnecessary, and it's not correct. typo: nx was real I set it up as integer as it should be.
- Loading branch information