Ian Jauslin
Ian Jauslin
Home
Publications
Talks
Software
Teaching
Contact
index
:
nstrophy-dev
master
Solve the two-dimensional Navier-Stokes equation
Ian Jauslin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-04-11
Only store u[kx,ky] with kx>=0
Ian Jauslin
2023-04-06
Enforce reality directly in RK
Ian Jauslin
2023-04-05
Fix initial enstrophy
Ian Jauslin
2023-04-05
Reversible equation
Ian Jauslin
2023-03-31
Enforce T(u,-k)=T(u,k)^* in ns_T
Ian Jauslin
2022-05-27
update print_usage
Ian Jauslin
2022-05-27
New parameter: starting_time
Ian Jauslin
2022-05-27
savefile and initfile
Ian Jauslin
2022-05-27
Replace energy command with eea
Ian Jauslin
2022-05-27
Remove avg from energy
Ian Jauslin
2022-05-26
Compute energy, enstrophy and alpha all at once
Ian Jauslin
2022-05-26
Average energy
Ian Jauslin
2022-05-26
Make N be the smallest power of 2 larger than 3*K+1
Ian Jauslin
2022-05-26
Fix denomination: enstrophy -> alpha
Ian Jauslin
2022-05-26
Driving force as vector instead of function
Ian Jauslin
2022-05-26
choose initial condition on cli
Ian Jauslin
2022-05-26
use parameters struct for CLI parsing
Ian Jauslin
2022-05-26
gaussian init
Ian Jauslin
2022-05-25
Enforce reality for whole convolution term
Ian Jauslin
2022-05-25
Stabilize algorithm by enforcing real parts
Ian Jauslin
2022-05-25
add L parameter
Ian Jauslin
2022-05-25
Same initial u as Gallavotti
Ian Jauslin
2022-05-19
Compute energy
Ian Jauslin
2022-05-19
no driving option
Ian Jauslin
2022-05-18
Multithread fft
Ian Jauslin
2022-05-18
Quiet mode
Ian Jauslin
2022-05-18
compute convolution term in its own function
Ian Jauslin
2022-05-18
tiny fix
Ian Jauslin
2022-05-18
Rewrite: change cli arguments handling
Ian Jauslin
2022-05-17
Fixes in cli argument parsing
Ian Jauslin
2022-05-12
Corrections in doc
Ian Jauslin
2018-02-19
Values that seem to work
Ian Jauslin
2018-02-18
Only print every 1000 terms
Ian Jauslin
2018-01-12
Simpler expression for fft term
Ian Jauslin
2018-01-11
Remove old ways of computing convolution
Ian Jauslin
2018-01-11
Initial commit
Ian Jauslin