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

Multiple linear/nonlinear solves should be wrapped with conditionals in LHS #346

Open
landinjm opened this issue Dec 11, 2024 · 0 comments

Comments

@landinjm
Copy link
Contributor

landinjm commented Dec 11, 2024

When handling multiple TIME_INDEPENDENT equations each portion of the LHS (including the getters and setters) should be wrapped with:

if (this->currentFieldIndex == <index>)
{
<do math here>
}

The documentation should be explicit about this and show an example.

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