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

Branch merge development to main2 #6

Merged
merged 26 commits into from
Feb 6, 2022

Conversation

MartinOtter
Copy link
Member

No description provided.

MartinOtter and others added 26 commits August 9, 2021 13:21
…taticArrays (in order that StaticArrays can be used in generated code)

- LinearEquations: Use lu! by default. If length(x) <= useRecursiveFactorizationUptoSize (default = 0), solve linear equation system with RecursiveFactorization.jl (experiments show that there is significant speedup, but the risk that the computation fails is higher as with lu!, if the condition of the A-Matrix is not good enough).
- Fixed bug in StateSelection.jl: If unitless=true, no unit is associated with the tearing variable in the generated AST.
…iables:

Storage for vector-valued tearing variables is allocated once inside
the linear equations structs and used in the generated code
(-> size can be changed during initialization and no longer allocation
    of storage in every iteration of a linear equation system).
… compilation) for states and iteration variables of linear equation systems.
@MartinOtter MartinOtter merged commit b6bcfd3 into main Feb 6, 2022
@MartinOtter MartinOtter deleted the Branch_merge_development_to_main2 branch February 6, 2022 10:02
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

Successfully merging this pull request may close these issues.

2 participants