From 3ce9893ce3f5ca5f6e18988900714b12bf51fbe6 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 28 Nov 2024 20:54:40 +0100 Subject: [PATCH] Update test_free_vibration.py --- tests/test_free_vibration.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/tests/test_free_vibration.py b/tests/test_free_vibration.py index e74129a3..43c9f271 100644 --- a/tests/test_free_vibration.py +++ b/tests/test_free_vibration.py @@ -1,3 +1,30 @@ +# -*- coding: utf-8 -*- +""" + _______ _______ ___ __ __ _______ _______ +| || || | | | | || || | +| ___|| ___|| | | | | || _ || ___| +| |___ | |___ | | | |_| || |_| || |___ +| ___|| ___|| |___ | || ___|| ___| +| | | |___ | || || | | |___ +|___| |_______||_______||_______||___| |_______| + +This file is part of felupe. + +Felupe is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Felupe is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Felupe. If not, see . + +""" + import numpy as np import felupe as fem