Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_pointloads_vtk.py: not running (numElem) #10

Open
mlp6 opened this issue Aug 11, 2017 · 1 comment
Open

create_pointloads_vtk.py: not running (numElem) #10

mlp6 opened this issue Aug 11, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@mlp6
Copy link
Owner

mlp6 commented Aug 11, 2017

Extracting data . . .
Writing node positions
Traceback (most recent call last):
  File "/home/mlp6/projects/fem/mesh/create_pointloads_vtk.py", line 430, in <module>
    main()
  File "/home/mlp6/projects/fem/mesh/create_pointloads_vtk.py", line 56, in main
    create_vtu(args)
  File "/home/mlp6/projects/fem/mesh/create_pointloads_vtk.py", line 136, in create_vtu
    numNodes, numElems = writeNodePositions(loadout, args, 'vtu')
  File "/home/mlp6/projects/fem/mesh/create_pointloads_vtk.py", line 237, in writeNodePositions
    if args.numElem[0] is None:
AttributeError: 'Namespace' object has no attribute 'numElem'
@mlp6 mlp6 added the Bug label Aug 11, 2017
@mlp6 mlp6 added this to the VTK milestone Feb 21, 2018
@mlp6
Copy link
Owner Author

mlp6 commented Mar 7, 2018

  • move this to be a method of the Pointloads class

  • leverage pyevtk or post/SaveVTK to do this instead of a stand-along script/module

@mlp6 mlp6 self-assigned this Mar 7, 2018
@mlp6 mlp6 modified the milestones: VTK, PointLoads Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant