Ian Jauslin
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-10LicenseHEADmasterIan Jauslin
2023-05-10READMEIan Jauslin
2023-05-10Use 'enstrophy' instead of energy, and print enstrophy*alphaIan Jauslin
2023-05-08Replace energy with energy*alphaIan Jauslin
2023-04-27Minor bug in nsteps for resumptionIan Jauslin
2023-04-26Write resume command even when computation concludesIan Jauslin
2023-04-26Avoid segfaults for empty param stringIan Jauslin
2023-04-26parameters to choose rk2Ian Jauslin
2023-04-26Implement RK2Ian Jauslin
2023-04-25Only use kx>=0 in computation of alpha, energy and enstrophyIan Jauslin
2023-04-25Remove terms with kx=0 and ky<=0Ian Jauslin
2023-04-25running average in statistics fileIan Jauslin
2023-04-24Allow driving to be specified by fileIan Jauslin
2023-04-24Rename read_u/write_u to read_vec/write_vecIan Jauslin
2023-04-24New option for init: file_txt for plain txt inputIan Jauslin
2023-04-22Remove term that sums up to 0 from alphaIan Jauslin
2023-04-22Do not enforce symmetry on T: only the k>0 matter anywaysIan Jauslin
2023-04-21Only use T term in alpha for ns_step computationIan Jauslin
2023-04-21Revert "Remove term from alpha that is equal to 0 anyways"Ian Jauslin
2023-04-21Remove term from alpha that is equal to 0 anywaysIan Jauslin
2023-04-18handle nsteps=0 in savefileIan Jauslin
2023-04-17nsteps=0 for run foreverIan Jauslin
2023-04-16Switch times to uint64_tIan Jauslin
2023-04-14Remove avg_window option: always use print_freqIan Jauslin
2023-04-14Fix memory issueIan Jauslin
2023-04-14binary ioIan Jauslin
2023-04-12Write restart command to savefileIan Jauslin
2023-04-12Move driving and init to parameter stringIan Jauslin
2023-04-12Spaces in write_uIan Jauslin
2023-04-12Handle SIGINTIan Jauslin
2023-04-12Running averageIan Jauslin
2023-04-11Only store u[kx,ky] with kx>=0Ian Jauslin
2023-04-11Remove extraneous directory in docIan Jauslin
2023-04-06remove juliaIan Jauslin
2023-04-06Enforce reality directly in RKIan Jauslin
2023-04-05Fix initial enstrophyIan Jauslin
2023-04-05Reversible equationIan Jauslin
2023-03-31Reality in docIan Jauslin
2023-03-31Enforce T(u,-k)=T(u,k)^* in ns_TIan Jauslin
2023-03-31Doc: reversible equationIan Jauslin
2022-05-27update print_usageIan Jauslin
2022-05-27New parameter: starting_timeIan Jauslin
2022-05-27savefile and initfileIan Jauslin
2022-05-27Replace energy command with eeaIan Jauslin
2022-05-27Remove avg from energyIan Jauslin
2022-05-26Compute energy, enstrophy and alpha all at onceIan Jauslin
2022-05-26Average energyIan Jauslin
2022-05-26Make N be the smallest power of 2 larger than 3*K+1Ian Jauslin
2022-05-26Fix denomination: enstrophy -> alphaIan Jauslin
2022-05-26Driving force as vector instead of functionIan Jauslin