-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename viscous_burgers -> burgers_viscous (#267)
this is consistent with incompressible and also allows it to appear next to burgers in a listing (alphabetically)
- Loading branch information
Showing
30 changed files
with
273 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
pyro.burgers\_viscous.problems package | ||
====================================== | ||
|
||
.. automodule:: pyro.burgers_viscous.problems | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
pyro.burgers\_viscous.problems.converge module | ||
---------------------------------------------- | ||
|
||
.. automodule:: pyro.burgers_viscous.problems.converge | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.burgers\_viscous.problems.test module | ||
------------------------------------------ | ||
|
||
.. automodule:: pyro.burgers_viscous.problems.test | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.burgers\_viscous.problems.tophat module | ||
-------------------------------------------- | ||
|
||
.. automodule:: pyro.burgers_viscous.problems.tophat | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
pyro.burgers\_viscous package | ||
============================= | ||
|
||
.. automodule:: pyro.burgers_viscous | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
pyro.burgers_viscous.problems | ||
|
||
Submodules | ||
---------- | ||
|
||
pyro.burgers\_viscous.interface module | ||
-------------------------------------- | ||
|
||
.. automodule:: pyro.burgers_viscous.interface | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.burgers\_viscous.simulation module | ||
--------------------------------------- | ||
|
||
.. automodule:: pyro.burgers_viscous.simulation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
pyro.multigrid.examples package | ||
=============================== | ||
|
||
.. automodule:: pyro.multigrid.examples | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
|
||
pyro.multigrid.examples.mg\_test\_general\_alphabeta\_only module | ||
----------------------------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_general_alphabeta_only | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_general\_beta\_only module | ||
------------------------------------------------------------ | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_general_beta_only | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_general\_constant module | ||
---------------------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_general_constant | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_general\_dirichlet module | ||
----------------------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_general_dirichlet | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_general\_inhomogeneous module | ||
--------------------------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_general_inhomogeneous | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_simple module | ||
----------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_simple | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_vc\_constant module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_vc_constant | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_vc\_dirichlet module | ||
------------------------------------------------------ | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_vc_dirichlet | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_test\_vc\_periodic module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_test_vc_periodic | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.mg\_vis module | ||
-------------------------------------- | ||
|
||
.. automodule:: pyro.multigrid.examples.mg_vis | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.project\_periodic module | ||
------------------------------------------------ | ||
|
||
.. automodule:: pyro.multigrid.examples.project_periodic | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
pyro.multigrid.examples.prolong\_restrict\_demo module | ||
------------------------------------------------------ | ||
|
||
.. automodule:: pyro.multigrid.examples.prolong_restrict_demo | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.