Skip to content

Commit ab649b0

Browse files
authored
Update README.md
1 parent d04fd4b commit ab649b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The numerical discretization algorithm is develepod for two dimensional sufficie
1111

1212
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/kk17m/kk17m/CUDA-Numerical-Discretization-On-a-Grid/blob/master/Numerical_Discretization_GLQ.ipynb)
1313

14-
* The nodes and weights are stored as list of lists using bidimensional arrays. The Legendre nodes (roots of the Legendre polynomials) in the interval (-1, 1) can be computed using mathematica nootbook [Nodes-weights-Gauss-Legendre.nb](Nodes-weights-Gauss-Legendre.nb).
14+
* The nodes and weights are stored as list of lists using bidimensional arrays. The Legendre nodes (roots of the Legendre polynomials) in the interval (-1, 1) can be computed using mathematica nootbook [Nodes-weights-Gauss-Legendre.nb](Nodes-weights-Gauss-Legendre.nb) or other open source tools.
1515

1616
* The Thrust C++ tempelate libraries are used here for abstraction and performace.
1717

0 commit comments

Comments
 (0)