Discontinuous Galerkin
Spectral Element
This project focuses on Discontinuous Galerkin Spectral-Element method (DGSEM). To this end we devide our grid into cells and place (possibily) different spectral elements into each cell.
A SpectralElement
combines the relevant data and operators needed for interpolation, differentiation, etc.
Missing docstring for SpectralElement
. Check Documenter's build log for details.
Mesh
Missing docstring for Mesh
. Check Documenter's build log for details.