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

FEProblem::getMaterialPropertyBoundaryNames() problem #4420

Closed
YaqiWang opened this issue Dec 16, 2014 · 3 comments
Closed

FEProblem::getMaterialPropertyBoundaryNames() problem #4420

YaqiWang opened this issue Dec 16, 2014 · 3 comments
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@YaqiWang
Copy link
Contributor

Currently this function can return a string vector containing "-1". This probably should be either expanded with the list of side set names or something more meaningful like "ALL_BOUNDARY".

@permcody
Copy link
Member

Agreed

@permcody permcody added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Dec 17, 2014
@permcody
Copy link
Member

Looks like these accessors don't really return names in general. It's a bunch of IDs that have been run through a stringstream. Is this useful to you? @aeslaughter these aren't tested so is there a need for these versions?

@aeslaughter aeslaughter self-assigned this Dec 19, 2014
@aeslaughter
Copy link
Contributor

I will take a look at his and make the function return the proper names, I am not sure what I was doing when I made this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

3 participants