Skip to content

Commit

Permalink
Add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 authored Feb 8, 2024
1 parent d4b036e commit 63c7968
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# FourierSpaces.jl

Goals
## Goals
- [ ] Transformation-based spaces
- [X] Fourier space
- [ ] Sine space
- [ ] Cosine space
- [ ] Chevyshev transform space??
- [ ] Separate out FFT library compilation - make CUDA.jl a requires/extension
- [ ] make it more general so any transform-based PDE solver can use preexisting abstractions



## Citation

```
@software{fourierspacesjl,
author = {Puri, Vedant},
title = {FourierSpaces.jl: Fourier spectral PDE solvers in Julia},
year = {2022},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/CalculustJL/FourierSpaces.jl}}
}
```

0 comments on commit 63c7968

Please sign in to comment.