diff --git a/cxxfem/tests/beam3d.py b/cxxfem/tests/beam3d.py index ad4b9327e12e92f36d216a377d12ebb0a1b255fe..7e2b25414f6a0d03a677ce5dcc1d7c5a8cd41301 100644 --- a/cxxfem/tests/beam3d.py +++ b/cxxfem/tests/beam3d.py @@ -9,25 +9,25 @@ fem.debug_level(0) if __name__ == "__main__": # fine mesh - pars = { - "Lx": 5.0, # width - "Ly": 1.0, # depth - "Lz": 1.0, # height/thickness - "nx": 60, - "ny": 30, - "nz": 30 - } - - # same as python # pars = { # "Lx": 5.0, # width # "Ly": 1.0, # depth # "Lz": 1.0, # height/thickness - # "nx": 15, - # "ny": 2, - # "nz": 10 + # "nx": 60, + # "ny": 30, + # "nz": 30 # } + # same as python + pars = { + "Lx": 5.0, # width + "Ly": 1.0, # depth + "Lz": 1.0, # height/thickness + "nx": 15, + "ny": 2, + "nz": 10 + } + # mono-element for debug # pars = { # "Lx": 5.0, # width