FEM: elmer unit tests, add ccx cantilever prescribed displacement example

This commit is contained in:
Bernd Hahnebach
2020-07-07 07:58:23 +02:00
parent c251d8c99d
commit 614d5f4548
4 changed files with 101 additions and 0 deletions

View File

@@ -165,6 +165,15 @@ class TestSolverElmer(unittest.TestCase):
setup(self.document, "elmer")
self.input_file_writing_test(get_namefromdef("test_"))
# ********************************************************************************************
def test_ccxcantilever_prescribeddisplacement(
self
):
fcc_print("")
from femexamples.ccx_cantilever_prescribeddisplacement import setup
setup(self.document, "elmer")
self.input_file_writing_test(get_namefromdef("test_"))
# ********************************************************************************************
def input_file_writing_test(
self,