FEM: examples, prescribed displacement, add comment in the regard of z88

This commit is contained in:
Bernd Hahnebach
2020-07-13 21:50:37 +02:00
parent aab6d8420a
commit e095cd6670

View File

@@ -61,6 +61,8 @@ def setup(doc=None, solvertype="ccxtools"):
# apply a prescribed displacement of 250 mm in -z on the front end face
if solvertype == "z88":
# constraint displacement is not supported for Z88
# pass a not valid solver name for z88, thus no solver is created
solvertype = "z88_not_valid"
doc = setup_cantileverbase(doc, solvertype)