Skip to content

Commit

Permalink
Merge pull request #84 from kumiori/andres-joss-review
Browse files Browse the repository at this point in the history
moving Rayleigh to playground, remove hardcoded sigs, and minor
  • Loading branch information
kumiori authored Oct 7, 2024
2 parents 74a5108 + 4d3f103 commit 2f44248
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 226 deletions.
864 changes: 639 additions & 225 deletions playground/nb/JOSS_paper_figures_rayleigh_benchmark.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/irrevolutions/utils/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
comm = MPI.COMM_WORLD

# Start Xvfb for PyVista (for offscreen rendering)
xvfb.start_xvfb(wait=0.05)
# xvfb.start_xvfb(wait=0.05)

def plot_vector(u, plotter, subplot=None, scale=1.0):
"""
Expand Down

0 comments on commit 2f44248

Please sign in to comment.