-
Notifications
You must be signed in to change notification settings - Fork 37
Dev #89
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
Open
claudioperez
wants to merge
139
commits into
stable
Choose a base branch
from
dev
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev #89
+9,582
−5,460
Conversation
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
…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 64 compiler warnings in the latest build. |
Replaces dynamic coordinate Vector allocation with a fixed-size array and stack-allocated Vector (xyz), updating all constructors and methods to use the new approach. Adds position and rotation inertia members with methods to update them, and updates getMass to use these values. Removes unused display and rotation methods, modernizes pointer checks, and makes several methods noexcept for safety and clarity.
Changed AnalysisModel constructor to take a Domain reference, ensuring the model is always associated with a domain. Added ApproxDOF helper to pre-size DOF and FE element containers based on the domain, improving initialization efficiency.
Eliminated the getPtrNewPartitionedModelBuilder method and related class forward declaration from FEM_ObjectBroker. This simplifies the interface and implementation, likely because PartitionedModelBuilder is no longer needed or supported.
Refactored ForceFrame3d to improve code clarity, efficiency, and maintainability. Key changes include consolidating and simplifying the calculation of flexibility matrices, using references to avoid unnecessary copies, introducing consistent use of ForceInterpolation, and adjusting subdivision and convergence logic. Also updated transform and push operations to use the Transform enum directly, and removed redundant or commented code blocks.
Replaces the Operation enum class with a bitmask-based Transform::Action enum for frame transformation operations, enabling more flexible and composable operation flags. Updates all relevant method signatures and logic to use integer-based flags, and refactors push/pull logic in frame transformation classes accordingly. Also includes minor type and const-correctness improvements, and unifies rotation Jacobian interfaces for isometry classes.
|
We found 61 compiler warnings in the latest build. |
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.