guillaumetousignant / NDG_cuda

MIT License
1 stars 0 forks source link

Elements use legendre_polynomial_and_derivative directly instead of being generic. #6

Closed guillaumetousignant closed 3 years ago

guillaumetousignant commented 3 years ago

Fixed it with some template crap magic. The get polynomial function of polynomials has to be defined in the element source file where it is used. This is not supposed to be necessary because separable compilation fixes it, but I can't get it to work.