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

parse executive control deck into object #21

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 4 comments
Closed

parse executive control deck into object #21

GoogleCodeExporter opened this issue Mar 12, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What is the new feature/capability that you'd like?
see summary

Why is it useful?
it tells you what solution you're running

List a sample API for the new functionality:
executiveDeck = mesh.getExecutiveDeck()

# assume solution 200 made up of sol 101 and sol 103
(200) = executiveDeck.getSolution()
(101,103) = executiveDeck.getSubcaseSolutions()

executiveDeck.setSolution(200)
executiveDeck.setSubcaseSolution(144,145)

executiveDeck.addLine('ALTER,1,2,3')

Original issue reported on code.google.com by mesheb82 on 19 Oct 2011 at 8:51

@GoogleCodeExporter
Copy link
Author

I'll handle this one.

Original comment by mesheb82 on 26 Oct 2011 at 4:58

@GoogleCodeExporter
Copy link
Author

I'll handle this one.

Original comment by mesheb82 on 26 Oct 2011 at 4:58

1 similar comment
@GoogleCodeExporter
Copy link
Author

I'll handle this one.

Original comment by mesheb82 on 26 Oct 2011 at 4:58

@GoogleCodeExporter
Copy link
Author

the executive control deck is excessively complicated and cannot be reasonably 
parsed without inventing a programming language.  So as most users would ONLY 
like to change a solution, they're given the option to do so.

{{{
mesh = BDF()
mesh.read(infilename)
mesh.updateSolution(101)

or
mesh.updateSolution(600,method) # this only applies for solution 600

mesh.write(outfilename)
}}}
this will update the 1 line with the solution on it and THAT is it!

Original comment by mesheb82 on 3 Nov 2011 at 6:34

  • Changed state: WontFix

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

No branches or pull requests

1 participant