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
/
main.c
Age
Commit message (
Expand
)
Author
2023-05-10
License
HEAD
master
Ian Jauslin
2023-05-10
Use 'enstrophy' instead of energy, and print enstrophy*alpha
Ian Jauslin
2023-04-26
parameters to choose rk2
Ian Jauslin
2023-04-25
Remove terms with kx=0 and ky<=0
Ian Jauslin
2023-04-24
Allow driving to be specified by file
Ian Jauslin
2023-04-24
New option for init: file_txt for plain txt input
Ian Jauslin
2023-04-22
Do not enforce symmetry on T: only the k>0 matter anyways
Ian Jauslin
2023-04-16
Switch times to uint64_t
Ian Jauslin
2023-04-14
Remove avg_window option: always use print_freq
Ian Jauslin
2023-04-14
Fix memory issue
Ian Jauslin
2023-04-12
Write restart command to savefile
Ian Jauslin
2023-04-12
Move driving and init to parameter string
Ian Jauslin
2023-04-12
Handle SIGINT
Ian Jauslin
2023-04-12
Running average
Ian Jauslin
2023-04-05
Fix initial enstrophy
Ian Jauslin
2023-04-05
Reversible equation
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-26
Compute energy, enstrophy and alpha all at once
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-25
Enforce reality for whole convolution term
Ian Jauslin
2022-05-25
add L parameter
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
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
Initial commit
Ian Jauslin