Skip to content

Commit

Permalink
add show_vtk to ogs5py toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 19, 2019
1 parent 2f5f102 commit 63a30e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ogs5py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@
reset_download
OGS5PY_CONFIG
Plotting
^^^^^^^^
.. currentmodule:: ogs5py.tools.vtk_viewer
Routine to download OGS5.
.. autosummary::
show_vtk
Information
^^^^^^^^^^^
Expand Down Expand Up @@ -148,6 +158,7 @@
reset_download,
OGS5PY_CONFIG,
)
from ogs5py.tools.vtk_viewer import show_vtk

# indentation of subkeywords
SUB_IND = " "
Expand Down Expand Up @@ -190,6 +201,7 @@
]
__all__ += ["search_task_id", "by_id"]
__all__ += ["download_ogs", "add_exe", "reset_download", "OGS5PY_CONFIG"]
__all__ += ["show_vtk"]
__all__ += ["OGS_EXT", "PCS_TYP", "PRIM_VAR_BY_PCS"]
__all__ += ["SUB_IND", "CON_IND"]
# __all__ += ["readvtk", "readpvd", "readtec_point", "readtec_polyline"]

0 comments on commit 63a30e5

Please sign in to comment.