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

Vtk #22

Merged
merged 3 commits into from
Mar 19, 2021
Merged

Vtk #22

merged 3 commits into from
Mar 19, 2021

Conversation

ashwinvis
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 80.842% when pulling 05b00b7 on exabl:enh/vtk into 3b5bc12 on jcanton:master.

if (field.var[2]==1):
dataset.point_data.scalars = p
dataset.point_data.scalars.name = 'pres'
idata += 1
if (field.var[3]==1):
dataset.point_data.add_array(T)
dataset.point_data.get_array(2).name = 'temp'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dataset.point_data.get_array(2).name = 'temp'
dataset.point_data.get_array(idata).name = 'temp'

@ashwinvis ashwinvis merged commit 18a2a79 into eX-Mech:master Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants