-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Broke solveIncrement into four smaller sections: 1. Aux vars that are not nonlinear (sequential) 2. Explicit vars (concurrent) 3. Linear solves (sequential) 4. Nonlinear solve (concurrent) TODO/NOTES: I broke the skip_time_dependent thing. Changes not yet propogated. Need some documentation. Prefer to pass var_index into solver rather than use member variable currentFieldIndex. Maybe removed need for member variable currentIncrement. computeExplicitRHS-like functions are commented with "HERE" to be replaced
- Loading branch information
1 parent
782a625
commit e427dd7
Showing
2 changed files
with
464 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.