Skip to content

Commit

Permalink
FEM: examples, prescribed displacement, add comment in the regard of z88
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jul 13, 2020
1 parent 2078f88 commit 11d2251
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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)
Expand Down

0 comments on commit 11d2251

Please sign in to comment.