Skip to content

Conversation

@claudioperez
Copy link
Collaborator

No description provided.

…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.
@github-actions
Copy link

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.
@github-actions
Copy link

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.
@github-actions
Copy link

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants