Nemus-Project / magpie-python

Toolkit for simulation and analysis of generalised thin plates
GNU General Public License v3.0
0 stars 0 forks source link

magpie output parameter order #20

Closed mdphys closed 7 months ago

mdphys commented 7 months ago

The current order of the output parameters is as per:

function [Q,Om,Nx,Ny,biHarm] = magpie(rho,E,nu,ldim,h,BCs,Nmodes,plot_type)

I'm just wondering if it could be worth swapping Q and Om, since in some cases we are really only interested in the frequencies Om and not in the eigenvectors. @mhamilt