Mercurial > repos > public > sbplib_julia
changeset 554:dab9df9c4d66 feature/quadrature_as_outer_product
Add todo
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 29 Nov 2020 21:16:55 +0100 |
parents | d5c45785d318 |
children | 3c18a15934a7 |
files | test/testSbpOperators.jl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/testSbpOperators.jl Sun Nov 29 18:57:29 2020 +0100 +++ b/test/testSbpOperators.jl Sun Nov 29 21:16:55 2020 +0100 @@ -168,6 +168,7 @@ f_i(x) = 1/factorial(i)*x^i v = (v...,evalOn(g_1D,f_i)) end + # TODO: Bug in readOperator for 2nd order # # 2nd order # op2 = readOperator(sbp_operators_path()*"d2_2nd.txt",sbp_operators_path()*"h_2nd.txt") # H2 = diagonal_quadrature(g_1D,op2.quadratureClosure)