Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigonometric polynomial spaces #18

Open
vpuri3 opened this issue Jun 20, 2022 · 1 comment
Open

Trigonometric polynomial spaces #18

vpuri3 opened this issue Jun 20, 2022 · 1 comment

Comments

@vpuri3
Copy link
Member

vpuri3 commented Jun 20, 2022

  • full fourier
  • sines
  • cosines

option to evolve in transformed space or physical space. make associated boundary conditions clear

@vpuri3 vpuri3 changed the title Trigonometric polynomials Trigonometric polynomial spaces Jun 20, 2022
@vpuri3
Copy link
Member Author

vpuri3 commented Jun 20, 2022

struct TransformedSpace
    space
end

function transform(space::FourierSpace)
    TransformedSpace(space)
end

function transform(space::TransformedSpace)
    space.space
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant