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

Add SetOfNumericalSchemes._automatic_plan #2

Open
nobodyinperson opened this issue Mar 23, 2017 · 0 comments
Open

Add SetOfNumericalSchemes._automatic_plan #2

nobodyinperson opened this issue Mar 23, 2017 · 0 comments
Assignees
Milestone

Comments

@nobodyinperson
Copy link
Owner

nobodyinperson commented Mar 23, 2017

A SetOfNumericalSchemes knows everything it needs to know to automatically determine the correct equation solving order:

  • every equation's dependencies (Equation.input)
  • every numerical scheme's needed timesteps (NumericalScheme._needed_timesteps)

The method that needs to be implemented is SetOfNumericalSchemes._automatic_plan.

@nobodyinperson nobodyinperson self-assigned this Mar 23, 2017
@nobodyinperson nobodyinperson changed the title Add SetOfNumericalSchemes.dependency_line Add SetOfNumericalSchemes._automatic_plan Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant