ONSAS / ONSAS.jl

An Open Nonlinear Structural Analysis Solver in Julia
MIT License
7 stars 1 forks source link

Pre-allocate solution struct #476

Closed mvanzulli closed 9 months ago

mvanzulli commented 9 months ago

This is a follows up #429 by initializing the solution struct, and re-defining the push! function to store the solution. The new store! function saves the solution fields in the pre-alocated memory after each analysis step is completed.