Closed CorbinFoucart closed 6 years ago
Mostly resolved -- there is a question of whether to leave the convenience quadrature functions like GaussLegendre
in nodal_basis_1D.py
or into their own file for organization.
I think it does make sense to leave these in nodal_basis_1D
, as the functions are for integration over [-1, 1] rather than more general 1D quadrature. If I ever need to expand the functions to perform more general 1D quadrature (over different sets of intervals), I can re-write or factor them out.
Need to fix the directory structure, and maybe restructure top level directory as well.