├── .gitignore ├── .gitmodules ├── NekTests.py ├── RANSChannel ├── RANSchan.box ├── RANSchan.ma2 ├── RANSchan.par ├── RANSchan.re2 ├── RANSchan.usr ├── README.md └── SIZE ├── README.md ├── __init__.py ├── benard ├── README.md ├── README.pdf ├── SIZE ├── ray_9.map ├── ray_9.rea └── ray_9.usr ├── blasius ├── README.md ├── SIZE ├── blasius.map ├── blasius.rea ├── blasius.sep └── blasius.usr ├── bp5 ├── README.md ├── SIZE ├── bp5.ma2 ├── bp5.par ├── bp5.re2 ├── bp5.usr └── genbox.in ├── cone ├── README.md ├── cone016 │ ├── SIZE │ ├── base.map │ ├── base.rea │ ├── cone.usr │ └── cone016.box ├── cone064 │ ├── SIZE │ ├── base.map │ ├── base.rea │ ├── cone.usr │ └── cone064.box └── cone256 │ ├── SIZE │ ├── base.map │ ├── base.rea │ ├── cone.usr │ └── cone256.box ├── conj_ht ├── README.md ├── SIZE ├── conj_ht.box ├── conj_ht.map ├── conj_ht.rea └── conj_ht.usr ├── conj_ht_frz ├── README.md ├── SIZE ├── conj_ht_frz.ma2 ├── conj_ht_frz.par ├── conj_ht_frz.re2 └── conj_ht_frz.usr ├── e3q ├── SIZE ├── e3q.box ├── e3q.ma2 ├── e3q.par ├── e3q.re2 └── e3q.usr ├── eddy_neknek ├── README.md ├── SIZE ├── eddy_uv.usr ├── inside.map ├── inside.rea ├── outside.map └── outside.rea ├── eddy_psi_omega ├── README.md ├── SIZE ├── psi_omega.box ├── psi_omega.map ├── psi_omega.rea └── psi_omega.usr ├── eddy_rich ├── README.md ├── SIZE ├── eddy_rich.map ├── eddy_rich.rea └── eddy_rich.usr ├── eddy_uv ├── README.md ├── SIZE ├── eddy_uv.map ├── eddy_uv.rea └── eddy_uv.usr ├── expansion ├── README.md ├── SIZE ├── cyl2d.map ├── cyl2d.rea ├── expansion.map ├── expansion.rea ├── expansion.usr ├── mkmesh ├── nekmerge2 ├── quad2d └── ring.box ├── ext_cyl ├── README.md ├── SIZE ├── ext_cyl.his ├── ext_cyl.map ├── ext_cyl.rea ├── ext_cyl.usr ├── fpcyl.box ├── import.map ├── import.rea └── mkmesh ├── fs_2 ├── README.md ├── README.pdf ├── SIZE ├── box.2d ├── st1.map ├── st1.rea ├── st1.usr ├── st2.map ├── st2.rea ├── st2.usr ├── std_wv.box ├── std_wv.map ├── std_wv.rea └── std_wv.usr ├── hemi ├── README.md ├── SIZE ├── circ.dat ├── hemi.map ├── hemi.rea ├── hemi.usr └── plotit.m ├── kovasznay ├── README.md ├── SIZE ├── kov.map ├── kov.rea └── kov.usr ├── lib ├── __init__.py ├── legacy │ ├── Analysis.py │ ├── BB_RunTest │ ├── ExTest │ ├── ExTestmpi │ ├── README.md │ └── RunTests ├── nekBinBuild.py ├── nekBinRun.py ├── nekFileConfig.py └── nekTestCase.py ├── lin_channel2D ├── README.md ├── SIZE ├── lin_chan.usr ├── lin_chan_adj.ma2 ├── lin_chan_adj.par ├── lin_chan_adj.re2 ├── lin_chan_dir.ma2 ├── lin_chan_dir.par ├── lin_chan_dir.re2 ├── prtlin_chan_adj0.restart └── prtlin_chan_dir0.restart ├── lin_dfh_cav ├── README.md ├── SIZE ├── baseflow.restart ├── egvcavity_adj.restart ├── egvcavity_dir.restart ├── lin_dfh_cav.usr ├── lin_dfh_cav_adj.ma2 ├── lin_dfh_cav_adj.par ├── lin_dfh_cav_adj.re2 ├── lin_dfh_cav_dir.ma2 ├── lin_dfh_cav_dir.par └── lin_dfh_cav_dir.re2 ├── lowMach_test ├── README.md ├── SIZE ├── lowMach_test.ma2 ├── lowMach_test.par ├── lowMach_test.re2 └── lowMach_test.usr ├── mhd ├── README.md ├── SIZE ├── gpf.box ├── gpf.fld01i ├── gpf.fld02i ├── gpf.map ├── gpf.rea ├── gpf.usr ├── gpf_re.map └── gpf_re.rea ├── moffatt ├── README.md ├── SIZE ├── moff2.m ├── moff_circ.map ├── moff_circ.rea ├── moff_circ.usr ├── moffatt.map ├── moffatt.rea ├── moffatt.usr └── run_all ├── mv_cyl ├── README.md ├── SIZE ├── mv_cyl.ma2 ├── mv_cyl.par ├── mv_cyl.re2 ├── mv_cyl.usr └── plot_err ├── mv_wall ├── README.md ├── SIZE ├── mv_wall.map ├── mv_wall.rea └── mv_wall.usr ├── ocyl ├── README.md ├── SIZE ├── ocyl.map ├── ocyl.rea ├── ocyl.usr ├── ocyl2.map ├── ocyl2.rea └── ocyl2.usr ├── os7000 ├── README.md ├── SIZE ├── re7000.dat ├── re7500.dat ├── u3_t020_n13.map ├── u3_t020_n13.rea └── u3_t020_n13.usr ├── peris ├── README.md ├── SIZE ├── peris.map ├── peris.rea └── peris.usr ├── phill ├── README.md ├── SIZE ├── phill.box ├── phill.par └── phill.usr ├── pipe ├── README.md ├── SIZE ├── cyclic.map ├── cyclic.rea ├── cyclic.usr ├── helix.map ├── helix.rea ├── helix.usr ├── n2to3.in ├── stenosis.map ├── stenosis.rea ├── stenosis.usr ├── w2dcyl020a.map └── w2dcyl020a.rea ├── rayleigh ├── README.md ├── SIZE ├── ray0.map ├── ray0.rea ├── ray0.usr ├── ray1.box ├── ray1.map ├── ray1.rea ├── ray2.box ├── ray2.map └── ray2.rea ├── robin ├── README.md ├── README.pdf ├── SIZE ├── robin.map ├── robin.rea └── robin.usr ├── shear4 ├── README.md ├── SIZE ├── shear4.map ├── shear4.rea ├── shear4.usr ├── thin.map ├── thin.rea └── thin.usr ├── smoother ├── README.md ├── README.pdf ├── SIZE ├── lpt.ma2 ├── lpt.par ├── lpt.re2 └── lpt.usr ├── solid ├── README.md ├── SIZE ├── solid.map ├── solid.rea └── solid.usr ├── strat ├── README.md ├── README.pdf ├── SIZE ├── re10f1000p0001.map ├── re10f1000p0001.rea ├── re10f1000p0001.usr ├── re10f1000p1000.map ├── re10f1000p1000.rea └── re10f1000p1000.usr ├── taylor ├── README.md ├── SIZE ├── taylor.box ├── taylor.map ├── taylor.rea └── taylor.usr ├── tgv ├── README.md ├── SIZE ├── ms0.box ├── ms1.box ├── ms2.box ├── ref │ └── data ├── tgv.ma2 ├── tgv.par ├── tgv.re2 └── tgv.usr ├── turbChannel ├── README.md ├── SIZE ├── ref │ ├── LM_Channel_0550_mean_prof.dat │ └── LM_Channel_0550_vel_fluc_prof.dat ├── turbChannel.amg.dat ├── turbChannel.amg_AfP.dat ├── turbChannel.amg_Aff.dat ├── turbChannel.amg_W.dat ├── turbChannel.box ├── turbChannel.ma2 ├── turbChannel.par ├── turbChannel.re2 └── turbChannel.usr ├── turbJet ├── README.md └── turbJet │ ├── SIZE │ ├── mesh │ └── jet.exo │ ├── turbJet.ma2 │ ├── turbJet.par │ ├── turbJet.re2 │ └── turbJet.usr ├── turbPipe ├── README.md ├── SIZE ├── turbPipe.ma2 ├── turbPipe.par ├── turbPipe.re2 └── turbPipe.usr ├── vortex ├── README.md ├── README.pdf ├── SIZE ├── r1492_n08.fld27 ├── r1854a.map ├── r1854a.rea └── r1854a.usr └── vortex2 ├── README.md ├── SIZE ├── v2d.box ├── v2d.map ├── v2d.rea └── v2d.usr /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | .tar 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NekTests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/NekTests.py -------------------------------------------------------------------------------- /RANSChannel/RANSchan.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/RANSchan.box -------------------------------------------------------------------------------- /RANSChannel/RANSchan.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/RANSchan.ma2 -------------------------------------------------------------------------------- /RANSChannel/RANSchan.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/RANSchan.par -------------------------------------------------------------------------------- /RANSChannel/RANSchan.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/RANSchan.re2 -------------------------------------------------------------------------------- /RANSChannel/RANSchan.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/RANSchan.usr -------------------------------------------------------------------------------- /RANSChannel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/README.md -------------------------------------------------------------------------------- /RANSChannel/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/RANSChannel/SIZE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /benard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/benard/README.md -------------------------------------------------------------------------------- /benard/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/benard/README.pdf -------------------------------------------------------------------------------- /benard/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/benard/SIZE -------------------------------------------------------------------------------- /benard/ray_9.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/benard/ray_9.map -------------------------------------------------------------------------------- /benard/ray_9.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/benard/ray_9.rea -------------------------------------------------------------------------------- /benard/ray_9.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/benard/ray_9.usr -------------------------------------------------------------------------------- /blasius/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/blasius/README.md -------------------------------------------------------------------------------- /blasius/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/blasius/SIZE -------------------------------------------------------------------------------- /blasius/blasius.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/blasius/blasius.map -------------------------------------------------------------------------------- /blasius/blasius.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/blasius/blasius.rea -------------------------------------------------------------------------------- /blasius/blasius.sep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/blasius/blasius.sep -------------------------------------------------------------------------------- /blasius/blasius.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/blasius/blasius.usr -------------------------------------------------------------------------------- /bp5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/README.md -------------------------------------------------------------------------------- /bp5/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/SIZE -------------------------------------------------------------------------------- /bp5/bp5.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/bp5.ma2 -------------------------------------------------------------------------------- /bp5/bp5.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/bp5.par -------------------------------------------------------------------------------- /bp5/bp5.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/bp5.re2 -------------------------------------------------------------------------------- /bp5/bp5.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/bp5.usr -------------------------------------------------------------------------------- /bp5/genbox.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/bp5/genbox.in -------------------------------------------------------------------------------- /cone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/README.md -------------------------------------------------------------------------------- /cone/cone016/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone016/SIZE -------------------------------------------------------------------------------- /cone/cone016/base.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone016/base.map -------------------------------------------------------------------------------- /cone/cone016/base.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone016/base.rea -------------------------------------------------------------------------------- /cone/cone016/cone.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone016/cone.usr -------------------------------------------------------------------------------- /cone/cone016/cone016.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone016/cone016.box -------------------------------------------------------------------------------- /cone/cone064/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone064/SIZE -------------------------------------------------------------------------------- /cone/cone064/base.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone064/base.map -------------------------------------------------------------------------------- /cone/cone064/base.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone064/base.rea -------------------------------------------------------------------------------- /cone/cone064/cone.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone064/cone.usr -------------------------------------------------------------------------------- /cone/cone064/cone064.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone064/cone064.box -------------------------------------------------------------------------------- /cone/cone256/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone256/SIZE -------------------------------------------------------------------------------- /cone/cone256/base.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone256/base.map -------------------------------------------------------------------------------- /cone/cone256/base.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone256/base.rea -------------------------------------------------------------------------------- /cone/cone256/cone.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone256/cone.usr -------------------------------------------------------------------------------- /cone/cone256/cone256.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/cone/cone256/cone256.box -------------------------------------------------------------------------------- /conj_ht/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht/README.md -------------------------------------------------------------------------------- /conj_ht/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht/SIZE -------------------------------------------------------------------------------- /conj_ht/conj_ht.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht/conj_ht.box -------------------------------------------------------------------------------- /conj_ht/conj_ht.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht/conj_ht.map -------------------------------------------------------------------------------- /conj_ht/conj_ht.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht/conj_ht.rea -------------------------------------------------------------------------------- /conj_ht/conj_ht.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht/conj_ht.usr -------------------------------------------------------------------------------- /conj_ht_frz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht_frz/README.md -------------------------------------------------------------------------------- /conj_ht_frz/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht_frz/SIZE -------------------------------------------------------------------------------- /conj_ht_frz/conj_ht_frz.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht_frz/conj_ht_frz.ma2 -------------------------------------------------------------------------------- /conj_ht_frz/conj_ht_frz.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht_frz/conj_ht_frz.par -------------------------------------------------------------------------------- /conj_ht_frz/conj_ht_frz.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht_frz/conj_ht_frz.re2 -------------------------------------------------------------------------------- /conj_ht_frz/conj_ht_frz.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/conj_ht_frz/conj_ht_frz.usr -------------------------------------------------------------------------------- /e3q/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/e3q/SIZE -------------------------------------------------------------------------------- /e3q/e3q.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/e3q/e3q.box -------------------------------------------------------------------------------- /e3q/e3q.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/e3q/e3q.ma2 -------------------------------------------------------------------------------- /e3q/e3q.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/e3q/e3q.par -------------------------------------------------------------------------------- /e3q/e3q.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/e3q/e3q.re2 -------------------------------------------------------------------------------- /e3q/e3q.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/e3q/e3q.usr -------------------------------------------------------------------------------- /eddy_neknek/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/README.md -------------------------------------------------------------------------------- /eddy_neknek/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/SIZE -------------------------------------------------------------------------------- /eddy_neknek/eddy_uv.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/eddy_uv.usr -------------------------------------------------------------------------------- /eddy_neknek/inside.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/inside.map -------------------------------------------------------------------------------- /eddy_neknek/inside.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/inside.rea -------------------------------------------------------------------------------- /eddy_neknek/outside.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/outside.map -------------------------------------------------------------------------------- /eddy_neknek/outside.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_neknek/outside.rea -------------------------------------------------------------------------------- /eddy_psi_omega/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_psi_omega/README.md -------------------------------------------------------------------------------- /eddy_psi_omega/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_psi_omega/SIZE -------------------------------------------------------------------------------- /eddy_psi_omega/psi_omega.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_psi_omega/psi_omega.box -------------------------------------------------------------------------------- /eddy_psi_omega/psi_omega.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_psi_omega/psi_omega.map -------------------------------------------------------------------------------- /eddy_psi_omega/psi_omega.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_psi_omega/psi_omega.rea -------------------------------------------------------------------------------- /eddy_psi_omega/psi_omega.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_psi_omega/psi_omega.usr -------------------------------------------------------------------------------- /eddy_rich/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_rich/README.md -------------------------------------------------------------------------------- /eddy_rich/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_rich/SIZE -------------------------------------------------------------------------------- /eddy_rich/eddy_rich.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_rich/eddy_rich.map -------------------------------------------------------------------------------- /eddy_rich/eddy_rich.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_rich/eddy_rich.rea -------------------------------------------------------------------------------- /eddy_rich/eddy_rich.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_rich/eddy_rich.usr -------------------------------------------------------------------------------- /eddy_uv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_uv/README.md -------------------------------------------------------------------------------- /eddy_uv/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_uv/SIZE -------------------------------------------------------------------------------- /eddy_uv/eddy_uv.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_uv/eddy_uv.map -------------------------------------------------------------------------------- /eddy_uv/eddy_uv.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_uv/eddy_uv.rea -------------------------------------------------------------------------------- /eddy_uv/eddy_uv.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/eddy_uv/eddy_uv.usr -------------------------------------------------------------------------------- /expansion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/README.md -------------------------------------------------------------------------------- /expansion/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/SIZE -------------------------------------------------------------------------------- /expansion/cyl2d.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/cyl2d.map -------------------------------------------------------------------------------- /expansion/cyl2d.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/cyl2d.rea -------------------------------------------------------------------------------- /expansion/expansion.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/expansion.map -------------------------------------------------------------------------------- /expansion/expansion.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/expansion.rea -------------------------------------------------------------------------------- /expansion/expansion.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/expansion.usr -------------------------------------------------------------------------------- /expansion/mkmesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/mkmesh -------------------------------------------------------------------------------- /expansion/nekmerge2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/nekmerge2 -------------------------------------------------------------------------------- /expansion/quad2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/quad2d -------------------------------------------------------------------------------- /expansion/ring.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/expansion/ring.box -------------------------------------------------------------------------------- /ext_cyl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/README.md -------------------------------------------------------------------------------- /ext_cyl/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/SIZE -------------------------------------------------------------------------------- /ext_cyl/ext_cyl.his: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/ext_cyl.his -------------------------------------------------------------------------------- /ext_cyl/ext_cyl.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/ext_cyl.map -------------------------------------------------------------------------------- /ext_cyl/ext_cyl.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/ext_cyl.rea -------------------------------------------------------------------------------- /ext_cyl/ext_cyl.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/ext_cyl.usr -------------------------------------------------------------------------------- /ext_cyl/fpcyl.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/fpcyl.box -------------------------------------------------------------------------------- /ext_cyl/import.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/import.map -------------------------------------------------------------------------------- /ext_cyl/import.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/import.rea -------------------------------------------------------------------------------- /ext_cyl/mkmesh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ext_cyl/mkmesh -------------------------------------------------------------------------------- /fs_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/README.md -------------------------------------------------------------------------------- /fs_2/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/README.pdf -------------------------------------------------------------------------------- /fs_2/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/SIZE -------------------------------------------------------------------------------- /fs_2/box.2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/box.2d -------------------------------------------------------------------------------- /fs_2/st1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/st1.map -------------------------------------------------------------------------------- /fs_2/st1.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/st1.rea -------------------------------------------------------------------------------- /fs_2/st1.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/st1.usr -------------------------------------------------------------------------------- /fs_2/st2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/st2.map -------------------------------------------------------------------------------- /fs_2/st2.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/st2.rea -------------------------------------------------------------------------------- /fs_2/st2.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/st2.usr -------------------------------------------------------------------------------- /fs_2/std_wv.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/std_wv.box -------------------------------------------------------------------------------- /fs_2/std_wv.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/std_wv.map -------------------------------------------------------------------------------- /fs_2/std_wv.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/std_wv.rea -------------------------------------------------------------------------------- /fs_2/std_wv.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/fs_2/std_wv.usr -------------------------------------------------------------------------------- /hemi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/README.md -------------------------------------------------------------------------------- /hemi/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/SIZE -------------------------------------------------------------------------------- /hemi/circ.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/circ.dat -------------------------------------------------------------------------------- /hemi/hemi.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/hemi.map -------------------------------------------------------------------------------- /hemi/hemi.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/hemi.rea -------------------------------------------------------------------------------- /hemi/hemi.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/hemi.usr -------------------------------------------------------------------------------- /hemi/plotit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/hemi/plotit.m -------------------------------------------------------------------------------- /kovasznay/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/kovasznay/README.md -------------------------------------------------------------------------------- /kovasznay/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/kovasznay/SIZE -------------------------------------------------------------------------------- /kovasznay/kov.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/kovasznay/kov.map -------------------------------------------------------------------------------- /kovasznay/kov.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/kovasznay/kov.rea -------------------------------------------------------------------------------- /kovasznay/kov.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/kovasznay/kov.usr -------------------------------------------------------------------------------- /lib/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /lib/legacy/Analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/legacy/Analysis.py -------------------------------------------------------------------------------- /lib/legacy/BB_RunTest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/legacy/BB_RunTest -------------------------------------------------------------------------------- /lib/legacy/ExTest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/legacy/ExTest -------------------------------------------------------------------------------- /lib/legacy/ExTestmpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/legacy/ExTestmpi -------------------------------------------------------------------------------- /lib/legacy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/legacy/README.md -------------------------------------------------------------------------------- /lib/legacy/RunTests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/legacy/RunTests -------------------------------------------------------------------------------- /lib/nekBinBuild.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/nekBinBuild.py -------------------------------------------------------------------------------- /lib/nekBinRun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/nekBinRun.py -------------------------------------------------------------------------------- /lib/nekFileConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/nekFileConfig.py -------------------------------------------------------------------------------- /lib/nekTestCase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lib/nekTestCase.py -------------------------------------------------------------------------------- /lin_channel2D/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/README.md -------------------------------------------------------------------------------- /lin_channel2D/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/SIZE -------------------------------------------------------------------------------- /lin_channel2D/lin_chan.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan.usr -------------------------------------------------------------------------------- /lin_channel2D/lin_chan_adj.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan_adj.ma2 -------------------------------------------------------------------------------- /lin_channel2D/lin_chan_adj.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan_adj.par -------------------------------------------------------------------------------- /lin_channel2D/lin_chan_adj.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan_adj.re2 -------------------------------------------------------------------------------- /lin_channel2D/lin_chan_dir.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan_dir.ma2 -------------------------------------------------------------------------------- /lin_channel2D/lin_chan_dir.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan_dir.par -------------------------------------------------------------------------------- /lin_channel2D/lin_chan_dir.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/lin_chan_dir.re2 -------------------------------------------------------------------------------- /lin_channel2D/prtlin_chan_adj0.restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/prtlin_chan_adj0.restart -------------------------------------------------------------------------------- /lin_channel2D/prtlin_chan_dir0.restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_channel2D/prtlin_chan_dir0.restart -------------------------------------------------------------------------------- /lin_dfh_cav/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/README.md -------------------------------------------------------------------------------- /lin_dfh_cav/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/SIZE -------------------------------------------------------------------------------- /lin_dfh_cav/baseflow.restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/baseflow.restart -------------------------------------------------------------------------------- /lin_dfh_cav/egvcavity_adj.restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/egvcavity_adj.restart -------------------------------------------------------------------------------- /lin_dfh_cav/egvcavity_dir.restart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/egvcavity_dir.restart -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav.usr -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav_adj.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav_adj.ma2 -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav_adj.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav_adj.par -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav_adj.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav_adj.re2 -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav_dir.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav_dir.ma2 -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav_dir.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav_dir.par -------------------------------------------------------------------------------- /lin_dfh_cav/lin_dfh_cav_dir.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lin_dfh_cav/lin_dfh_cav_dir.re2 -------------------------------------------------------------------------------- /lowMach_test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lowMach_test/README.md -------------------------------------------------------------------------------- /lowMach_test/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lowMach_test/SIZE -------------------------------------------------------------------------------- /lowMach_test/lowMach_test.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lowMach_test/lowMach_test.ma2 -------------------------------------------------------------------------------- /lowMach_test/lowMach_test.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lowMach_test/lowMach_test.par -------------------------------------------------------------------------------- /lowMach_test/lowMach_test.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lowMach_test/lowMach_test.re2 -------------------------------------------------------------------------------- /lowMach_test/lowMach_test.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/lowMach_test/lowMach_test.usr -------------------------------------------------------------------------------- /mhd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/README.md -------------------------------------------------------------------------------- /mhd/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/SIZE -------------------------------------------------------------------------------- /mhd/gpf.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf.box -------------------------------------------------------------------------------- /mhd/gpf.fld01i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf.fld01i -------------------------------------------------------------------------------- /mhd/gpf.fld02i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf.fld02i -------------------------------------------------------------------------------- /mhd/gpf.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf.map -------------------------------------------------------------------------------- /mhd/gpf.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf.rea -------------------------------------------------------------------------------- /mhd/gpf.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf.usr -------------------------------------------------------------------------------- /mhd/gpf_re.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf_re.map -------------------------------------------------------------------------------- /mhd/gpf_re.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mhd/gpf_re.rea -------------------------------------------------------------------------------- /moffatt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/README.md -------------------------------------------------------------------------------- /moffatt/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/SIZE -------------------------------------------------------------------------------- /moffatt/moff2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moff2.m -------------------------------------------------------------------------------- /moffatt/moff_circ.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moff_circ.map -------------------------------------------------------------------------------- /moffatt/moff_circ.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moff_circ.rea -------------------------------------------------------------------------------- /moffatt/moff_circ.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moff_circ.usr -------------------------------------------------------------------------------- /moffatt/moffatt.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moffatt.map -------------------------------------------------------------------------------- /moffatt/moffatt.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moffatt.rea -------------------------------------------------------------------------------- /moffatt/moffatt.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/moffatt.usr -------------------------------------------------------------------------------- /moffatt/run_all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/moffatt/run_all -------------------------------------------------------------------------------- /mv_cyl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/README.md -------------------------------------------------------------------------------- /mv_cyl/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/SIZE -------------------------------------------------------------------------------- /mv_cyl/mv_cyl.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/mv_cyl.ma2 -------------------------------------------------------------------------------- /mv_cyl/mv_cyl.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/mv_cyl.par -------------------------------------------------------------------------------- /mv_cyl/mv_cyl.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/mv_cyl.re2 -------------------------------------------------------------------------------- /mv_cyl/mv_cyl.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/mv_cyl.usr -------------------------------------------------------------------------------- /mv_cyl/plot_err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_cyl/plot_err -------------------------------------------------------------------------------- /mv_wall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_wall/README.md -------------------------------------------------------------------------------- /mv_wall/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_wall/SIZE -------------------------------------------------------------------------------- /mv_wall/mv_wall.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_wall/mv_wall.map -------------------------------------------------------------------------------- /mv_wall/mv_wall.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_wall/mv_wall.rea -------------------------------------------------------------------------------- /mv_wall/mv_wall.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/mv_wall/mv_wall.usr -------------------------------------------------------------------------------- /ocyl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/README.md -------------------------------------------------------------------------------- /ocyl/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/SIZE -------------------------------------------------------------------------------- /ocyl/ocyl.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/ocyl.map -------------------------------------------------------------------------------- /ocyl/ocyl.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/ocyl.rea -------------------------------------------------------------------------------- /ocyl/ocyl.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/ocyl.usr -------------------------------------------------------------------------------- /ocyl/ocyl2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/ocyl2.map -------------------------------------------------------------------------------- /ocyl/ocyl2.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/ocyl2.rea -------------------------------------------------------------------------------- /ocyl/ocyl2.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/ocyl/ocyl2.usr -------------------------------------------------------------------------------- /os7000/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/README.md -------------------------------------------------------------------------------- /os7000/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/SIZE -------------------------------------------------------------------------------- /os7000/re7000.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/re7000.dat -------------------------------------------------------------------------------- /os7000/re7500.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/re7500.dat -------------------------------------------------------------------------------- /os7000/u3_t020_n13.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/u3_t020_n13.map -------------------------------------------------------------------------------- /os7000/u3_t020_n13.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/u3_t020_n13.rea -------------------------------------------------------------------------------- /os7000/u3_t020_n13.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/os7000/u3_t020_n13.usr -------------------------------------------------------------------------------- /peris/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/peris/README.md -------------------------------------------------------------------------------- /peris/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/peris/SIZE -------------------------------------------------------------------------------- /peris/peris.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/peris/peris.map -------------------------------------------------------------------------------- /peris/peris.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/peris/peris.rea -------------------------------------------------------------------------------- /peris/peris.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/peris/peris.usr -------------------------------------------------------------------------------- /phill/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/phill/README.md -------------------------------------------------------------------------------- /phill/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/phill/SIZE -------------------------------------------------------------------------------- /phill/phill.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/phill/phill.box -------------------------------------------------------------------------------- /phill/phill.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/phill/phill.par -------------------------------------------------------------------------------- /phill/phill.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/phill/phill.usr -------------------------------------------------------------------------------- /pipe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/README.md -------------------------------------------------------------------------------- /pipe/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/SIZE -------------------------------------------------------------------------------- /pipe/cyclic.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/cyclic.map -------------------------------------------------------------------------------- /pipe/cyclic.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/cyclic.rea -------------------------------------------------------------------------------- /pipe/cyclic.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/cyclic.usr -------------------------------------------------------------------------------- /pipe/helix.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/helix.map -------------------------------------------------------------------------------- /pipe/helix.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/helix.rea -------------------------------------------------------------------------------- /pipe/helix.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/helix.usr -------------------------------------------------------------------------------- /pipe/n2to3.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/n2to3.in -------------------------------------------------------------------------------- /pipe/stenosis.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/stenosis.map -------------------------------------------------------------------------------- /pipe/stenosis.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/stenosis.rea -------------------------------------------------------------------------------- /pipe/stenosis.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/stenosis.usr -------------------------------------------------------------------------------- /pipe/w2dcyl020a.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/w2dcyl020a.map -------------------------------------------------------------------------------- /pipe/w2dcyl020a.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/pipe/w2dcyl020a.rea -------------------------------------------------------------------------------- /rayleigh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/README.md -------------------------------------------------------------------------------- /rayleigh/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/SIZE -------------------------------------------------------------------------------- /rayleigh/ray0.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray0.map -------------------------------------------------------------------------------- /rayleigh/ray0.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray0.rea -------------------------------------------------------------------------------- /rayleigh/ray0.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray0.usr -------------------------------------------------------------------------------- /rayleigh/ray1.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray1.box -------------------------------------------------------------------------------- /rayleigh/ray1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray1.map -------------------------------------------------------------------------------- /rayleigh/ray1.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray1.rea -------------------------------------------------------------------------------- /rayleigh/ray2.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray2.box -------------------------------------------------------------------------------- /rayleigh/ray2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray2.map -------------------------------------------------------------------------------- /rayleigh/ray2.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/rayleigh/ray2.rea -------------------------------------------------------------------------------- /robin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/robin/README.md -------------------------------------------------------------------------------- /robin/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/robin/README.pdf -------------------------------------------------------------------------------- /robin/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/robin/SIZE -------------------------------------------------------------------------------- /robin/robin.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/robin/robin.map -------------------------------------------------------------------------------- /robin/robin.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/robin/robin.rea -------------------------------------------------------------------------------- /robin/robin.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/robin/robin.usr -------------------------------------------------------------------------------- /shear4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/README.md -------------------------------------------------------------------------------- /shear4/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/SIZE -------------------------------------------------------------------------------- /shear4/shear4.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/shear4.map -------------------------------------------------------------------------------- /shear4/shear4.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/shear4.rea -------------------------------------------------------------------------------- /shear4/shear4.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/shear4.usr -------------------------------------------------------------------------------- /shear4/thin.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/thin.map -------------------------------------------------------------------------------- /shear4/thin.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/thin.rea -------------------------------------------------------------------------------- /shear4/thin.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/shear4/thin.usr -------------------------------------------------------------------------------- /smoother/README.md: -------------------------------------------------------------------------------- 1 | # Mesh smoothing in Nek5000. 2 | 3 | For more information see pdf file -------------------------------------------------------------------------------- /smoother/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/smoother/README.pdf -------------------------------------------------------------------------------- /smoother/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/smoother/SIZE -------------------------------------------------------------------------------- /smoother/lpt.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/smoother/lpt.ma2 -------------------------------------------------------------------------------- /smoother/lpt.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/smoother/lpt.par -------------------------------------------------------------------------------- /smoother/lpt.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/smoother/lpt.re2 -------------------------------------------------------------------------------- /smoother/lpt.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/smoother/lpt.usr -------------------------------------------------------------------------------- /solid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/solid/README.md -------------------------------------------------------------------------------- /solid/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/solid/SIZE -------------------------------------------------------------------------------- /solid/solid.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/solid/solid.map -------------------------------------------------------------------------------- /solid/solid.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/solid/solid.rea -------------------------------------------------------------------------------- /solid/solid.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/solid/solid.usr -------------------------------------------------------------------------------- /strat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/README.md -------------------------------------------------------------------------------- /strat/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/README.pdf -------------------------------------------------------------------------------- /strat/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/SIZE -------------------------------------------------------------------------------- /strat/re10f1000p0001.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/re10f1000p0001.map -------------------------------------------------------------------------------- /strat/re10f1000p0001.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/re10f1000p0001.rea -------------------------------------------------------------------------------- /strat/re10f1000p0001.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/re10f1000p0001.usr -------------------------------------------------------------------------------- /strat/re10f1000p1000.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/re10f1000p1000.map -------------------------------------------------------------------------------- /strat/re10f1000p1000.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/re10f1000p1000.rea -------------------------------------------------------------------------------- /strat/re10f1000p1000.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/strat/re10f1000p1000.usr -------------------------------------------------------------------------------- /taylor/README.md: -------------------------------------------------------------------------------- 1 | # Taylor-Couette flow. -------------------------------------------------------------------------------- /taylor/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/taylor/SIZE -------------------------------------------------------------------------------- /taylor/taylor.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/taylor/taylor.box -------------------------------------------------------------------------------- /taylor/taylor.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/taylor/taylor.map -------------------------------------------------------------------------------- /taylor/taylor.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/taylor/taylor.rea -------------------------------------------------------------------------------- /taylor/taylor.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/taylor/taylor.usr -------------------------------------------------------------------------------- /tgv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/README.md -------------------------------------------------------------------------------- /tgv/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/SIZE -------------------------------------------------------------------------------- /tgv/ms0.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/ms0.box -------------------------------------------------------------------------------- /tgv/ms1.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/ms1.box -------------------------------------------------------------------------------- /tgv/ms2.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/ms2.box -------------------------------------------------------------------------------- /tgv/ref/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/ref/data -------------------------------------------------------------------------------- /tgv/tgv.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/tgv.ma2 -------------------------------------------------------------------------------- /tgv/tgv.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/tgv.par -------------------------------------------------------------------------------- /tgv/tgv.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/tgv.re2 -------------------------------------------------------------------------------- /tgv/tgv.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/tgv/tgv.usr -------------------------------------------------------------------------------- /turbChannel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/README.md -------------------------------------------------------------------------------- /turbChannel/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/SIZE -------------------------------------------------------------------------------- /turbChannel/ref/LM_Channel_0550_mean_prof.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/ref/LM_Channel_0550_mean_prof.dat -------------------------------------------------------------------------------- /turbChannel/ref/LM_Channel_0550_vel_fluc_prof.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/ref/LM_Channel_0550_vel_fluc_prof.dat -------------------------------------------------------------------------------- /turbChannel/turbChannel.amg.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.amg.dat -------------------------------------------------------------------------------- /turbChannel/turbChannel.amg_AfP.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.amg_AfP.dat -------------------------------------------------------------------------------- /turbChannel/turbChannel.amg_Aff.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.amg_Aff.dat -------------------------------------------------------------------------------- /turbChannel/turbChannel.amg_W.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.amg_W.dat -------------------------------------------------------------------------------- /turbChannel/turbChannel.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.box -------------------------------------------------------------------------------- /turbChannel/turbChannel.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.ma2 -------------------------------------------------------------------------------- /turbChannel/turbChannel.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.par -------------------------------------------------------------------------------- /turbChannel/turbChannel.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.re2 -------------------------------------------------------------------------------- /turbChannel/turbChannel.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbChannel/turbChannel.usr -------------------------------------------------------------------------------- /turbJet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/README.md -------------------------------------------------------------------------------- /turbJet/turbJet/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/turbJet/SIZE -------------------------------------------------------------------------------- /turbJet/turbJet/mesh/jet.exo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/turbJet/mesh/jet.exo -------------------------------------------------------------------------------- /turbJet/turbJet/turbJet.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/turbJet/turbJet.ma2 -------------------------------------------------------------------------------- /turbJet/turbJet/turbJet.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/turbJet/turbJet.par -------------------------------------------------------------------------------- /turbJet/turbJet/turbJet.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/turbJet/turbJet.re2 -------------------------------------------------------------------------------- /turbJet/turbJet/turbJet.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbJet/turbJet/turbJet.usr -------------------------------------------------------------------------------- /turbPipe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbPipe/README.md -------------------------------------------------------------------------------- /turbPipe/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbPipe/SIZE -------------------------------------------------------------------------------- /turbPipe/turbPipe.ma2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbPipe/turbPipe.ma2 -------------------------------------------------------------------------------- /turbPipe/turbPipe.par: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbPipe/turbPipe.par -------------------------------------------------------------------------------- /turbPipe/turbPipe.re2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbPipe/turbPipe.re2 -------------------------------------------------------------------------------- /turbPipe/turbPipe.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/turbPipe/turbPipe.usr -------------------------------------------------------------------------------- /vortex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/README.md -------------------------------------------------------------------------------- /vortex/README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/README.pdf -------------------------------------------------------------------------------- /vortex/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/SIZE -------------------------------------------------------------------------------- /vortex/r1492_n08.fld27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/r1492_n08.fld27 -------------------------------------------------------------------------------- /vortex/r1854a.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/r1854a.map -------------------------------------------------------------------------------- /vortex/r1854a.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/r1854a.rea -------------------------------------------------------------------------------- /vortex/r1854a.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex/r1854a.usr -------------------------------------------------------------------------------- /vortex2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex2/README.md -------------------------------------------------------------------------------- /vortex2/SIZE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex2/SIZE -------------------------------------------------------------------------------- /vortex2/v2d.box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex2/v2d.box -------------------------------------------------------------------------------- /vortex2/v2d.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex2/v2d.map -------------------------------------------------------------------------------- /vortex2/v2d.rea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex2/v2d.rea -------------------------------------------------------------------------------- /vortex2/v2d.usr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nek5000/NekExamples/HEAD/vortex2/v2d.usr --------------------------------------------------------------------------------