CorbinFoucart / FEMexperiment

Numerical experiments and tools for different finite element solvers
MIT License
1 stars 0 forks source link

1D basis and master tutorial imports will be broken #4

Closed CorbinFoucart closed 6 years ago

CorbinFoucart commented 6 years ago

Need to fix the directory structure, and maybe restructure top level directory as well.

CorbinFoucart commented 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.

CorbinFoucart commented 6 years ago

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.