FEM: fix in ccxfilewriter for ccxelset if multiple materials and beam mesh
This commit is contained in:
parent
13e7841b41
commit
02be8e65ab
|
@ -106,7 +106,7 @@ class inp_writer:
|
|||
self.get_ccx_elsets_multiple_mat_single_beam()
|
||||
elif self.beamsection_objects and len(self.beamsection_objects) > 1: # multiple mats, multiple beams
|
||||
self.get_ccx_elsets_multiple_mat_multiple_beam()
|
||||
if self.shellthickness_objects and len(self.shellthickness_objects) == 1: # multiple mats, single shell
|
||||
elif self.shellthickness_objects and len(self.shellthickness_objects) == 1: # multiple mats, single shell
|
||||
self.get_ccx_elsets_multiple_mat_single_shell()
|
||||
elif self.shellthickness_objects and len(self.shellthickness_objects) > 1: # multiple mats, multiple shells
|
||||
self.get_ccx_elsets_multiple_mat_multiple_shell()
|
||||
|
|
Loading…
Reference in New Issue
Block a user