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
Age
Commit message (
Expand
)
Author
2023-05-10
License
HEAD
master
Ian Jauslin
2023-05-10
README
Ian Jauslin
2023-05-10
Use 'enstrophy' instead of energy, and print enstrophy*alpha
Ian Jauslin
2023-05-08
Replace energy with energy*alpha
Ian Jauslin
2023-04-27
Minor bug in nsteps for resumption
Ian Jauslin
2023-04-26
Write resume command even when computation concludes
Ian Jauslin
2023-04-26
Avoid segfaults for empty param string
Ian Jauslin
2023-04-26
parameters to choose rk2
Ian Jauslin
2023-04-26
Implement RK2
Ian Jauslin
2023-04-25
Only use kx>=0 in computation of alpha, energy and enstrophy
Ian Jauslin
2023-04-25
Remove terms with kx=0 and ky<=0
Ian Jauslin
2023-04-25
running average in statistics file
Ian Jauslin
2023-04-24
Allow driving to be specified by file
Ian Jauslin
2023-04-24
Rename read_u/write_u to read_vec/write_vec
Ian Jauslin
2023-04-24
New option for init: file_txt for plain txt input
Ian Jauslin
2023-04-22
Remove term that sums up to 0 from alpha
Ian Jauslin
2023-04-22
Do not enforce symmetry on T: only the k>0 matter anyways
Ian Jauslin
2023-04-21
Only use T term in alpha for ns_step computation
Ian Jauslin
2023-04-21
Revert "Remove term from alpha that is equal to 0 anyways"
Ian Jauslin
2023-04-21
Remove term from alpha that is equal to 0 anyways
Ian Jauslin
2023-04-18
handle nsteps=0 in savefile
Ian Jauslin
2023-04-17
nsteps=0 for run forever
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-14
binary io
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
Spaces in write_u
Ian Jauslin
2023-04-12
Handle SIGINT
Ian Jauslin
2023-04-12
Running average
Ian Jauslin
2023-04-11
Only store u[kx,ky] with kx>=0
Ian Jauslin
2023-04-11
Remove extraneous directory in doc
Ian Jauslin
2023-04-06
remove julia
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
Reality in doc
Ian Jauslin
2023-03-31
Enforce T(u,-k)=T(u,k)^* in ns_T
Ian Jauslin
2023-03-31
Doc: 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-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
[next]