-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improvements to data ownership and lifetimes (#109)
* solvers now created from a problem, solvers have a lifetime linked to the problem * data ownership now much clearer across the structs: * equation struct owned by problem * tolerances owned by problem * parameter vector owned by equation * equation trait refactored to allow data to be shared across op structs (owned by struct implementing the equation trait) * builder pattern extended to generic parameters, rhs, root, mass etc can be set independently and adjoint and sensitivitity equations supported
- Loading branch information
1 parent
76636c7
commit 8bcfc60
Showing
78 changed files
with
4,361 additions
and
4,454 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
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
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Oops, something went wrong.