You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SIMD vectorization disabled for Roe-type Riemann solvers [\#126](https://github.com/PrincetonUniversity/athena/issues/126)
69
69
- Memory leak in jeans\_3d.py test MPI run [\#115](https://github.com/PrincetonUniversity/athena/issues/115)
70
-
- athena\_read.py athdf\(\) results in small floatingpoint errors [\#111](https://github.com/PrincetonUniversity/athena/issues/111)
70
+
- athena\_read.py athdf\(\) results in small floating-point errors [\#111](https://github.com/PrincetonUniversity/athena/issues/111)
71
71
- Remove unused GravityBoundaryFunction\_\[\] array from Mesh class [\#149](https://github.com/PrincetonUniversity/athena/pull/149) ([felker](https://github.com/felker))
72
72
- Cleanup minor issues before v1.1.1 release; fix viscosity asymmetry [\#147](https://github.com/PrincetonUniversity/athena/pull/147) ([felker](https://github.com/felker))
- Use \#pragma omp declare simd for functions called in SIMD loops [\#138](https://github.com/PrincetonUniversity/athena/pull/138) ([felker](https://github.com/felker))
@@ -117,7 +117,7 @@ Feature branches to merge to `master`:
117
117
- Characteristic variable reconstruction (PLM and PPM) with `time/xorder=2c` or `3c` runtime option
118
118
- Redesign of time-integrator to support high-order schemes
119
119
- Turbulence driving
120
-
- Double precision floatingpoint HDF5 output
120
+
- Double precision floating-point HDF5 output
121
121
- Software development tools (mostly) exclusive to private repository:
122
122
- Continuous integration (Jenkins and Travis CI)
123
123
- C++ style checker
@@ -142,9 +142,9 @@ Feature branches to merge to `master`:
142
142
- Conflicting restart and input parameters for writing output [\#62](https://github.com/PrincetonUniversity/athena/issues/62)
143
143
- Add double precision option for HDF5 output [\#28](https://github.com/PrincetonUniversity/athena/issues/28)
144
144
- Improve vectorization for loops in PPM [\#121](https://github.com/PrincetonUniversity/athena/pull/121) ([beiwang2003](https://github.com/beiwang2003))
145
-
- Improve symmetry-preservation of HLLD floatingpoint operations [\#120](https://github.com/PrincetonUniversity/athena/pull/120) ([felker](https://github.com/felker))
145
+
- Improve symmetry-preservation of HLLD floating-point operations [\#120](https://github.com/PrincetonUniversity/athena/pull/120) ([felker](https://github.com/felker))
146
146
- Fix restarted simulation calculation of next\_time for writing outputs [\#116](https://github.com/PrincetonUniversity/athena/pull/116) ([felker](https://github.com/felker))
147
-
- Support double precision floatingpoint HDF5 output [\#108](https://github.com/PrincetonUniversity/athena/pull/108) ([felker](https://github.com/felker))
147
+
- Support double precision floating-point HDF5 output [\#108](https://github.com/PrincetonUniversity/athena/pull/108) ([felker](https://github.com/felker))
148
148
- Add templates for Issue and PR; creating draft of CONTRIBUTING.md [\#93](https://github.com/PrincetonUniversity/athena/pull/93) ([felker](https://github.com/felker))
149
149
- Make athdf a class which will delay reading until data is requested [\#84](https://github.com/PrincetonUniversity/athena/pull/84) ([msbc](https://github.com/msbc))
@@ -210,7 +210,7 @@ Feature branches to merge to `master`:
210
210
- Add Bash wrapper to join\_vtk++ for many MeshBlocks, output steps [\#91](https://github.com/PrincetonUniversity/athena/pull/91) ([felker](https://github.com/felker))
211
211
- Add CODEOWNERS file to new .github/ root dir [\#90](https://github.com/PrincetonUniversity/athena/pull/90) ([felker](https://github.com/felker))
- Improve floatingpoint precision consistency throughout code [\#82](https://github.com/PrincetonUniversity/athena/pull/82) ([felker](https://github.com/felker))
213
+
- Improve floating-point precision consistency throughout code [\#82](https://github.com/PrincetonUniversity/athena/pull/82) ([felker](https://github.com/felker))
214
214
- Add primitive variable flooring functions to the EquationOfState class [\#81](https://github.com/PrincetonUniversity/athena/pull/81) ([felker](https://github.com/felker))
215
215
- Add MG and FFT convergence regression tests based on 3D linear Jeans instability [\#75](https://github.com/PrincetonUniversity/athena/pull/75) ([alwinm](https://github.com/alwinm))
216
216
- Add cylindrical and spherical polar coordinates limiter terms to PPM [\#69](https://github.com/PrincetonUniversity/athena/pull/69) ([felker](https://github.com/felker))
0 commit comments