Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Burgers convergence #168

Merged
merged 21 commits into from
Jul 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/source/burgers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions docs/source/pyro.burgers.problems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ pyro.burgers.problems package
Submodules
----------

pyro.burgers.problems.smooth module
pyro.burgers.problems.test module
-------------------------------------

.. automodule:: pyro.burgers.problems.smooth
.. automodule:: pyro.burgers.problems.test
:members:
:undoc-members:
:show-inheritance:


pyro.burgers.problems.converge module
-------------------------------------

.. automodule:: pyro.burgers.problems.converge
:members:
:undoc-members:
:show-inheritance:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pyro.burgers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Subpackages
Submodules
----------

pyro.burgers.advective\_fluxes module
pyro.burgers.burgers\_interface module
---------------------------------------

.. automodule:: pyro.burgers.advective_fluxes
.. automodule:: pyro.burgers.burgers_interface
:members:
:undoc-members:
:show-inheritance:
Expand Down
162 changes: 0 additions & 162 deletions pyro/burgers/advective_fluxes.py

This file was deleted.

Loading