From eea4e37d351d3134a3ec02460503a3bba199a89f Mon Sep 17 00:00:00 2001
From: Manuel Weberndorfer <manuel.weberndorfer@id.ethz.ch>
Date: Tue, 1 Mar 2022 13:00:01 +0000
Subject: [PATCH] move cpppetsc/tools to tools/

- add __init__.py
---
 tools/__init__.py                               | 17 +++++++++++++++++
 .../tools => tools}/convert_xdmf_to_vtu.py      |  0
 {cpppetsc/tools => tools}/generate_xdmf.py      |  0
 3 files changed, 17 insertions(+)
 create mode 100644 tools/__init__.py
 rename {cpppetsc/tools => tools}/convert_xdmf_to_vtu.py (100%)
 rename {cpppetsc/tools => tools}/generate_xdmf.py (100%)

diff --git a/tools/__init__.py b/tools/__init__.py
new file mode 100644
index 00000000..62530bc9
--- /dev/null
+++ b/tools/__init__.py
@@ -0,0 +1,17 @@
+# © 2022 ETH Zurich, Mechanics and Materials Lab
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+"""
+Tools for working with the output of ae108-based simulations.
+"""
diff --git a/cpppetsc/tools/convert_xdmf_to_vtu.py b/tools/convert_xdmf_to_vtu.py
similarity index 100%
rename from cpppetsc/tools/convert_xdmf_to_vtu.py
rename to tools/convert_xdmf_to_vtu.py
diff --git a/cpppetsc/tools/generate_xdmf.py b/tools/generate_xdmf.py
similarity index 100%
rename from cpppetsc/tools/generate_xdmf.py
rename to tools/generate_xdmf.py
-- 
GitLab