Open
Conversation
…ansient analysis. Add unset methods for LinearSOE and TransientIntegrator.
Replaces ArrayOfTaggedObjects with VectorOfTaggedObjects in AnalysisModel and updates related code to use the new storage and iterator types. Removes legacy FE_EleIter and DOF_GrpIter implementations, updates includes, and adapts TaggedIterator for template storage. Cleans up code formatting and improves consistency in error handling and printing.
Introduces shear_align matrix and related parameter handling to FrameSolidSection3d, refactors tangent assembly and fiber state management, and adds support for Poisson effects in state determination. Also updates JSON printing, copy constructor, and parameter update logic to include shear alignment, and improves code structure for clarity and extensibility.
|
We found 70 compiler warnings in the latest build. |
Replaces custom LoadPatternIter and related iteration logic with a generic TaggedIterator-based approach, removing now-unnecessary files and simplifying the Domain and LoadPattern interfaces. Updates method signatures for consistency, removes unused constructors, and cleans up code formatting and error messages. Also deletes obsolete Makefiles and legacy iteration headers/implementations.
|
We found 61 compiler warnings in the latest build. |
|
We found 61 compiler warnings in the latest build. |
1 similar comment
|
We found 61 compiler warnings in the latest build. |
|
We found 61 compiler warnings in the latest build. |
Replace raw pointer management for eigenvalues and eigenvectors with an EigenData struct. Update method signatures to use final and add overloads for getEigenvector. Refactor workspace allocation and NCV calculation, improve error handling, and remove unused code.
Replaces the Element pointer 'myEle' with a reference throughout ElementFE, removing null checks and updating all member accesses.
…efactor handlers accordingly. Removed static matrix/vector storage and related logic from FE_Element, making it an abstract base class with pure virtual methods for tangent, residual, and ID access. Removed direct element management, shifting responsibility to derived classes.
|
We found 64 compiler warnings in the latest build. |
|
We found 64 compiler warnings in the latest build. |
|
We found 63 compiler warnings in the latest build. |
|
We found 62 compiler warnings in the latest build. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.