Skip to content

Commit

Permalink
graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit-Muller committed Jun 10, 2023
1 parent dbd2a89 commit cc9e241
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 17 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion BenamouBrenier.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def update(val):
plt.contourf(np.arange(self.T)/(self.T-1),np.arange(self.T)/(self.T-1),self.rho[int(t*(self.T-1))])
plt.title("t="+str(t))
plt.colorbar()
plt.savefig("graphics/rho("+str(i)+").pdf")
plt.savefig(f"graphics/rho({i}).pdf")

def k(rho,m): # uselfull?
tol = 1e-7
Expand Down
31 changes: 15 additions & 16 deletions BenamouBrenier_analysis.ipynb

Large diffs are not rendered by default.

Binary file modified graphics/criteria.pdf
Binary file not shown.
Binary file modified graphics/mu.pdf
Binary file not shown.
Binary file modified graphics/nu.pdf
Binary file not shown.
Binary file modified graphics/rho(0).pdf
Binary file not shown.
Binary file modified graphics/rho(1).pdf
Binary file not shown.
Binary file modified graphics/rho(2).pdf
Binary file not shown.
Binary file modified graphics/rho(3).pdf
Binary file not shown.
Binary file modified graphics/rho(4).pdf
Binary file not shown.

0 comments on commit cc9e241

Please sign in to comment.