FEM: examples, prevent creation of z88 solver
... since it's not supported by this example
This commit is contained in:
committed by
Bernd Hahnebach
parent
07b9492f76
commit
2078f88664
@@ -60,6 +60,9 @@ def setup(doc=None, solvertype="ccxtools"):
|
||||
# setup CalculiX cantilever
|
||||
# apply a prescribed displacement of 250 mm in -z on the front end face
|
||||
|
||||
if solvertype == "z88":
|
||||
solvertype = "z88_not_valid"
|
||||
|
||||
doc = setup_cantileverbase(doc, solvertype)
|
||||
|
||||
# displacement_constraint
|
||||
|
||||
Reference in New Issue
Block a user