From 36c495958a7e90bd7dc4503fc979bd148ea0dce3 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Sat, 24 Jul 2021 12:09:50 +0200 Subject: [PATCH] [python] Improve style, add some, use wrapper helpers --- python/dumux/__init__.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/python/dumux/__init__.py b/python/dumux/__init__.py index 5284146ebf..bb4c6ae256 100644 --- a/python/dumux/__init__.py +++ b/python/dumux/__init__.py @@ -1 +1,13 @@ +"""The DuMux Python-bindings for using DuMux entirely from Python + +DuMux is +* short for Dune for Multi-{Phase, Component, Scale, Physics, …} flow and transport in porous media +* a free and open-source simulator for flow and transport processes in porous media +* a research code written in C++ +* based on Dune (Distributed and Unified Numerics Environment) +* a Dune user module in the Dune environment + +https://dumux.org/ +""" + __import__("pkg_resources").declare_namespace(__name__) -- GitLab