├── .gitattributes ├── .gitignore ├── Citation.cff ├── LICENSE ├── NEWS.md ├── README.md ├── analysis ├── BC_I1_5.m ├── BC_I1_5_atpoint.m ├── Ym_at_ys.m ├── Ymprime_at_ys.m ├── addspring.m ├── assemble.m ├── cFSM │ ├── DOF_ordering.m │ ├── Kglobal_transv.m │ ├── assemble_m.m │ ├── assemble_single.m │ ├── base_column.m │ ├── base_properties.m │ ├── base_update.m │ ├── base_update_orth.m │ ├── base_vectors.m │ ├── classify.m │ ├── constr_planar_xz.m │ ├── constr_user.m │ ├── constr_xz_y.m │ ├── constr_yd_yg.m │ ├── constr_ys_ym.m │ ├── constr_yu_yd.m │ ├── create_Ks.m │ ├── kglocal_m.m │ ├── klocal_m.m │ ├── klocal_transv.m │ ├── meta_elems.m │ ├── mode_class.asv │ ├── mode_class.m │ ├── mode_class2.m │ ├── mode_constr.m │ ├── mode_nr.m │ ├── mode_select.m │ ├── node_class.m │ ├── trans_m.m │ ├── trans_single.m │ └── yDOFs.m ├── constr_BCFlag.m ├── cutwp_prop2.m ├── doubler.m ├── elemprop.m ├── fcFSM │ ├── SecAnal_fcFSM.m │ └── stripmain_fcFSM.m ├── gammait.m ├── gammait2.m ├── kglocal.m ├── klocal.m ├── msort.m ├── plastic │ ├── PMM_Plastic.asv │ ├── PMM_Plastic.m │ ├── Plastic_Int.m │ └── fiber4elem.m ├── shapef.m ├── spring_assemble.m ├── spring_klocal.m ├── spring_trans.m ├── stresgen.m ├── stripmain.m ├── trans.m ├── vectorized │ ├── BC_I1_5_vec.m │ ├── kglocal_vec.m │ ├── klocal_vec.m │ └── trans_vec.m ├── vibration │ ├── mlocal.m │ └── stripmain_vib.m └── yieldMP.m ├── cufsm5.m ├── cutwp ├── cutwp.m ├── cutwp_draw.m ├── cutwp_print.m ├── cutwp_prop.m ├── fromcufsm.mat └── imcutwp.mat ├── examples ├── 2006_dsm_design_guide │ ├── dsm guide jan 2006 FINAL.pdf │ ├── files_and_scripts │ │ ├── Cwlip_Mx.eps │ │ ├── Cwlip_P.eps │ │ ├── anolip.mat │ │ ├── anolip_Mx_post.m │ │ ├── anolip_Mxr.mat │ │ ├── anolip_P.mat │ │ ├── anolip_P_global.mat │ │ ├── anolip_P_post.m │ │ ├── awlip.mat │ │ ├── awlip_Mx_post.m │ │ ├── awlip_Mx_post_more.m │ │ ├── awlip_Mxr.mat │ │ ├── awlip_Mxr_andpin.mat │ │ ├── awlip_Mxr_mathcad.mat │ │ ├── awlip_P.mat │ │ ├── awlip_P_post.m │ │ ├── awlip_m22.mat │ │ ├── awlip_m22_post.m │ │ ├── builtupcwlip.mat │ │ ├── builtupcwlip_Pstress.mat │ │ ├── builtupcwlip_Pstress_warpfix.mat │ │ ├── builtupcwlip_post.m │ │ ├── cnolip.mat │ │ ├── cnolip_Mx.mat │ │ ├── cnolip_Mx_post.m │ │ ├── cnolip_My.mat │ │ ├── cnolip_My2.mat │ │ ├── cnolip_My2_post.m │ │ ├── cnolip_My_post.m │ │ ├── cnolip_P.mat │ │ ├── cnolip_P_post.m │ │ ├── cnolip_beamcolpic.m │ │ ├── cnolip_halfMP.mat │ │ ├── cnolip_halfMP_post.m │ │ ├── cnolip_halfMPrevised.mat │ │ ├── cnolip_halfMPrevised_post.m │ │ ├── cnolip_modified.mat │ │ ├── cnolip_modified_Mx.mat │ │ ├── cnolip_modified_Mx_post.m │ │ ├── cnolip_modified_My.mat │ │ ├── cnolip_modified_P.mat │ │ ├── cnolip_modified_P_post.m │ │ ├── cufsm2p5_default_badcurve.mat │ │ ├── cwlip.mat │ │ ├── cwlip_Mx.mat │ │ ├── cwlip_Mx_matchad.mat │ │ ├── cwlip_Mx_post.m │ │ ├── cwlip_P.mat │ │ ├── cwlip_P_mathcad.mat │ │ ├── cwlip_P_pinned_corners.mat │ │ ├── cwlip_P_post.m │ │ ├── cwlip_P_post_closeup.m │ │ ├── cwlip_P_post_highmodes.m │ │ ├── cwlip_P_post_longfit.m │ │ ├── cwlip_Pstress.mat │ │ ├── cwlip_Pstress_post.m │ │ ├── cwlip__modified_P_mathcad.mat │ │ ├── cwlip_beamchart.m │ │ ├── cwlip_modified.mat │ │ ├── cwlip_modified_Mx.mat │ │ ├── cwlip_modified_Mx_mathcad.mat │ │ ├── cwlip_modified_Mx_post.m │ │ ├── cwlip_modified_Mx_post_compare.m │ │ ├── cwlip_modified_P.mat │ │ ├── cwlip_modified_P_post.m │ │ ├── cwlip_modified_mx.eps │ │ ├── cwlip_modified_p.eps │ │ ├── distortional_fixed.m │ │ ├── geom.m │ │ ├── hat.mat │ │ ├── hat_Mx.mat │ │ ├── hat_P.mat │ │ ├── hat_P_post.m │ │ ├── hat_P_post2ndmode.m │ │ ├── hat_mx_post.m │ │ ├── howmanylengths.m │ │ ├── igetwaves.m │ │ ├── junk.mat │ │ ├── panel.mat │ │ ├── panel_mxbot.m │ │ ├── panel_mxbot.mat │ │ ├── panel_mxtop.m │ │ ├── panel_mxtop2.m │ │ ├── panel_mxtopfix.mat │ │ ├── panel_mxtopfree.mat │ │ ├── rack_Mx.mat │ │ ├── rack_Mx_post.m │ │ ├── rack_Mz.mat │ │ ├── rack_Mz_post.m │ │ ├── rack_P.mat │ │ ├── rack_P_post.m │ │ ├── sigma.mat │ │ ├── sigma0.mat │ │ ├── sigma_Mx.mat │ │ ├── sigma_Mx_post.m │ │ ├── sigma_P.mat │ │ ├── sigma_P_D.mat │ │ ├── sigma_P_G.mat │ │ ├── sigma_P_post.m │ │ ├── sigma_P_xfix.mat │ │ ├── sigma_P_xfix.zip │ │ ├── zwlip.mat │ │ ├── zwlip_Mx_post.m │ │ ├── zwlip_Mx_post_rotspring.m │ │ ├── zwlip_Mxfree.mat │ │ ├── zwlip_Mxfree_post.m │ │ ├── zwlip_Mxr.mat │ │ ├── zwlip_Mxr_p7rotspring.mat │ │ ├── zwlip_Mzr.mat │ │ ├── zwlip_P.mat │ │ ├── zwlip_P_mathcad.mat │ │ ├── zwlip_P_post.m │ │ ├── zwlip_mod.mat │ │ ├── zwlip_mod_Mx_post.m │ │ ├── zwlip_mod_Mxr.mat │ │ ├── zwlip_mod_P.mat │ │ ├── zwlip_mod_P_mathcad.mat │ │ ├── zwlip_mod_P_post.m │ │ ├── zwlip_mod_nowebst.mat │ │ ├── zwlip_mod_webstonly.mat │ │ ├── zwlip_modweb.mat │ │ ├── zwlip_mxr_mathcad.mat │ │ └── zwlip_mxr_mod_mathcad.mat │ └── readme ├── An introduction to fcFSM.txt ├── batchcufsm5.m ├── batchcufsm5_fcFSM.m ├── batchcufsm5results.mat ├── fcFSM_examples │ ├── C_120X80X15X1 │ │ └── modelData.m │ ├── C_120X80X15X1_B.C.=S-C │ │ └── modelData.m │ ├── C_120X80X15X1_Beam │ │ └── modelData.m │ ├── C_120X80X15X1_CurvedConer │ │ └── modelData.m │ ├── C_120X80X15X1_SpringsN5N10_K=1e10 │ │ └── modelData.m │ ├── C_120X80X15X1_SpringsN5N10_K=5 │ │ └── modelData.m │ ├── C_120X80X15X1_m=1to20 │ │ └── modelData.m │ ├── C_200X90X20X2_CurvedConer │ │ └── modelData.m │ ├── CircularTube_D100X1 │ │ └── modelData.m │ ├── Lipped_Channel_with_Curved_Web │ │ └── modelData.m │ └── theDefaultSection │ │ └── modelData.m └── vibration │ ├── ffplate.m │ └── ffplate1.mat ├── helpers ├── BetaThetaPhitoPMM.m ├── MxxtoM11.m ├── PMMtoBetaThetaPhi.m ├── Warp.m ├── add_corner.m ├── combine_one.m ├── cutwp_prop2.m ├── divide_one.m ├── doubler.m ├── dup_model.m ├── energy_density_recovery.m ├── energy_recovery.m ├── findjobj.m ├── firstyield.m ├── grosprop.m ├── loader.m ├── longtermpart.m ├── m_recommend.m ├── master_slave.m ├── plastic │ ├── B2xyzr.m │ ├── B2xyzr_P.m │ ├── Fiber_Optimization_plastic_point.m │ ├── PMM_Dumping.m │ ├── PMM_Dumping_V1.m │ ├── PMM_fiber_node_element_Z_rot.m │ ├── PMM_fiber_node_element_Z_rot_general.m │ ├── PMM_point_finder.m │ ├── SFIA.mat │ ├── SFIA_Section_Parameters.mat │ ├── YS_for_DSM_Fiber.m │ ├── YS_for_DSM_Fiber_g.m │ ├── Y_P_Code_V1.m │ ├── Zsections.mat │ ├── crossect1.m │ ├── grosprop1.m │ ├── misc │ │ └── Fig_3D_P_Y_Surfaces.fig │ ├── templatecalc2.m │ └── templatecalc2_g.m ├── post_make.m ├── renumbernodes.m ├── saver.m ├── sfiadata.m ├── shapef.m ├── signature_ss.m ├── stresgen.m ├── stress_to_action.m ├── superseded │ ├── tempctest.mat │ ├── temptesting.m │ └── tempztest.mat ├── template_out_to_in.m ├── templatecalc.m ├── test_addcorner.m ├── trans_or_rot_model.m ├── translate_nodes.m ├── warp_stress.m ├── yieldB.m └── yieldMP.m ├── icons ├── VectorizeIcons.mat ├── abaqus.paint ├── abaqus.png ├── about.gif ├── about.jpg ├── about.paint ├── about.png ├── blank.png ├── boundcon.paint ├── boundcon.png ├── cFSM.paint ├── cFSM.png ├── cufsm5.paint ├── cufsm5.png ├── cufsm5_128.png ├── cufsm5_16.png ├── cufsm5_24.png ├── cufsm5_32.png ├── cufsm5_48.png ├── cufsm5_512.png ├── ebanalysis.paint ├── ebanalysis.png ├── hole.paint ├── hole.png ├── mastanin.paint ├── mastanin.png ├── mastanout.paint ├── mastanout.png ├── one.paint ├── one.png ├── opendoc.mat ├── pan.mat ├── plastic.paint ├── plastic.png ├── post.paint ├── post.png ├── pre.paint ├── pre.png ├── printdoc.mat ├── quit.paint ├── quit.png ├── reset.gif ├── reset.paint ├── reset.png ├── rotate.mat ├── savedoc.mat ├── sectprop.paint ├── sectprop.png ├── stressgen.paint ├── stressgen.png ├── template.paint ├── template.png ├── three.paint ├── three.png ├── two.paint ├── two.png ├── twp.paint ├── twp.png └── zoom.mat ├── interface ├── boundcond.m ├── boundcond_cb.m ├── cfsm.m ├── cfsm_cb.m ├── commandbar.m ├── commandbar_cb.m ├── compareout.m ├── compareout_cb.m ├── cufsmhelp.html ├── cufsmhelp.m ├── loading.m ├── loading_cb.m ├── msuggest.m ├── msuggest_cb.m ├── plasticbuild.m ├── plasticbuild_cb.m ├── pre2.m ├── pre2_cb.m ├── propout.m ├── propout_cb.m ├── superseded │ ├── cufsm4p04.ico │ ├── loading old.m │ └── loading_cb old.m ├── template.m └── template_cb.m ├── plotters ├── PMMplasticplotter.m ├── PMMplotter.m ├── beamcolplotdev.m ├── class_post.m ├── classifycurve.m ├── classifycurvemode.m ├── crossect.m ├── crossect_hole.m ├── dispshap.m ├── dispshap_absolutescale.m ├── dispshp2.m ├── dispshp2_fine.m ├── fibplotoverlay.m ├── propplot.m ├── strainEpic.m ├── strainpic.m ├── strainpic2.m ├── strespic.m ├── templatepic.m ├── thecurve2.m ├── thecurve3.m ├── thecurve3mode.m ├── thecurve_signature.m ├── vdisppic.m ├── vdisppic_absolutescale.m └── warppic.m └── toolbox.ignore /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/.gitignore -------------------------------------------------------------------------------- /Citation.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/Citation.cff -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/LICENSE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/NEWS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/README.md -------------------------------------------------------------------------------- /analysis/BC_I1_5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/BC_I1_5.m -------------------------------------------------------------------------------- /analysis/BC_I1_5_atpoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/BC_I1_5_atpoint.m -------------------------------------------------------------------------------- /analysis/Ym_at_ys.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/Ym_at_ys.m -------------------------------------------------------------------------------- /analysis/Ymprime_at_ys.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/Ymprime_at_ys.m -------------------------------------------------------------------------------- /analysis/addspring.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/addspring.m -------------------------------------------------------------------------------- /analysis/assemble.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/assemble.m -------------------------------------------------------------------------------- /analysis/cFSM/DOF_ordering.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/DOF_ordering.m -------------------------------------------------------------------------------- /analysis/cFSM/Kglobal_transv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/Kglobal_transv.m -------------------------------------------------------------------------------- /analysis/cFSM/assemble_m.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/assemble_m.m -------------------------------------------------------------------------------- /analysis/cFSM/assemble_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/assemble_single.m -------------------------------------------------------------------------------- /analysis/cFSM/base_column.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/base_column.m -------------------------------------------------------------------------------- /analysis/cFSM/base_properties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/base_properties.m -------------------------------------------------------------------------------- /analysis/cFSM/base_update.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/base_update.m -------------------------------------------------------------------------------- /analysis/cFSM/base_update_orth.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/base_update_orth.m -------------------------------------------------------------------------------- /analysis/cFSM/base_vectors.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/base_vectors.m -------------------------------------------------------------------------------- /analysis/cFSM/classify.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/classify.m -------------------------------------------------------------------------------- /analysis/cFSM/constr_planar_xz.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/constr_planar_xz.m -------------------------------------------------------------------------------- /analysis/cFSM/constr_user.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/constr_user.m -------------------------------------------------------------------------------- /analysis/cFSM/constr_xz_y.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/constr_xz_y.m -------------------------------------------------------------------------------- /analysis/cFSM/constr_yd_yg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/constr_yd_yg.m -------------------------------------------------------------------------------- /analysis/cFSM/constr_ys_ym.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/constr_ys_ym.m -------------------------------------------------------------------------------- /analysis/cFSM/constr_yu_yd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/constr_yu_yd.m -------------------------------------------------------------------------------- /analysis/cFSM/create_Ks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/create_Ks.m -------------------------------------------------------------------------------- /analysis/cFSM/kglocal_m.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/kglocal_m.m -------------------------------------------------------------------------------- /analysis/cFSM/klocal_m.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/klocal_m.m -------------------------------------------------------------------------------- /analysis/cFSM/klocal_transv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/klocal_transv.m -------------------------------------------------------------------------------- /analysis/cFSM/meta_elems.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/meta_elems.m -------------------------------------------------------------------------------- /analysis/cFSM/mode_class.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/mode_class.asv -------------------------------------------------------------------------------- /analysis/cFSM/mode_class.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/mode_class.m -------------------------------------------------------------------------------- /analysis/cFSM/mode_class2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/mode_class2.m -------------------------------------------------------------------------------- /analysis/cFSM/mode_constr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/mode_constr.m -------------------------------------------------------------------------------- /analysis/cFSM/mode_nr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/mode_nr.m -------------------------------------------------------------------------------- /analysis/cFSM/mode_select.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/mode_select.m -------------------------------------------------------------------------------- /analysis/cFSM/node_class.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/node_class.m -------------------------------------------------------------------------------- /analysis/cFSM/trans_m.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/trans_m.m -------------------------------------------------------------------------------- /analysis/cFSM/trans_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/trans_single.m -------------------------------------------------------------------------------- /analysis/cFSM/yDOFs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cFSM/yDOFs.m -------------------------------------------------------------------------------- /analysis/constr_BCFlag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/constr_BCFlag.m -------------------------------------------------------------------------------- /analysis/cutwp_prop2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/cutwp_prop2.m -------------------------------------------------------------------------------- /analysis/doubler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/doubler.m -------------------------------------------------------------------------------- /analysis/elemprop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/elemprop.m -------------------------------------------------------------------------------- /analysis/fcFSM/SecAnal_fcFSM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/fcFSM/SecAnal_fcFSM.m -------------------------------------------------------------------------------- /analysis/fcFSM/stripmain_fcFSM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/fcFSM/stripmain_fcFSM.m -------------------------------------------------------------------------------- /analysis/gammait.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/gammait.m -------------------------------------------------------------------------------- /analysis/gammait2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/gammait2.m -------------------------------------------------------------------------------- /analysis/kglocal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/kglocal.m -------------------------------------------------------------------------------- /analysis/klocal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/klocal.m -------------------------------------------------------------------------------- /analysis/msort.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/msort.m -------------------------------------------------------------------------------- /analysis/plastic/PMM_Plastic.asv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/plastic/PMM_Plastic.asv -------------------------------------------------------------------------------- /analysis/plastic/PMM_Plastic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/plastic/PMM_Plastic.m -------------------------------------------------------------------------------- /analysis/plastic/Plastic_Int.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/plastic/Plastic_Int.m -------------------------------------------------------------------------------- /analysis/plastic/fiber4elem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/plastic/fiber4elem.m -------------------------------------------------------------------------------- /analysis/shapef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/shapef.m -------------------------------------------------------------------------------- /analysis/spring_assemble.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/spring_assemble.m -------------------------------------------------------------------------------- /analysis/spring_klocal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/spring_klocal.m -------------------------------------------------------------------------------- /analysis/spring_trans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/spring_trans.m -------------------------------------------------------------------------------- /analysis/stresgen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/stresgen.m -------------------------------------------------------------------------------- /analysis/stripmain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/stripmain.m -------------------------------------------------------------------------------- /analysis/trans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/trans.m -------------------------------------------------------------------------------- /analysis/vectorized/BC_I1_5_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/vectorized/BC_I1_5_vec.m -------------------------------------------------------------------------------- /analysis/vectorized/kglocal_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/vectorized/kglocal_vec.m -------------------------------------------------------------------------------- /analysis/vectorized/klocal_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/vectorized/klocal_vec.m -------------------------------------------------------------------------------- /analysis/vectorized/trans_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/vectorized/trans_vec.m -------------------------------------------------------------------------------- /analysis/vibration/mlocal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/vibration/mlocal.m -------------------------------------------------------------------------------- /analysis/vibration/stripmain_vib.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/vibration/stripmain_vib.m -------------------------------------------------------------------------------- /analysis/yieldMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/analysis/yieldMP.m -------------------------------------------------------------------------------- /cufsm5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cufsm5.m -------------------------------------------------------------------------------- /cutwp/cutwp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cutwp/cutwp.m -------------------------------------------------------------------------------- /cutwp/cutwp_draw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cutwp/cutwp_draw.m -------------------------------------------------------------------------------- /cutwp/cutwp_print.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cutwp/cutwp_print.m -------------------------------------------------------------------------------- /cutwp/cutwp_prop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cutwp/cutwp_prop.m -------------------------------------------------------------------------------- /cutwp/fromcufsm.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cutwp/fromcufsm.mat -------------------------------------------------------------------------------- /cutwp/imcutwp.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/cutwp/imcutwp.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/dsm guide jan 2006 FINAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/dsm guide jan 2006 FINAL.pdf -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/Cwlip_Mx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/Cwlip_Mx.eps -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/Cwlip_P.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/Cwlip_P.eps -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/anolip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/anolip.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/anolip_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/anolip_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/anolip_Mxr.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/anolip_Mxr.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/anolip_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/anolip_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/anolip_P_global.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/anolip_P_global.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/anolip_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/anolip_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_Mx_post_more.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_Mx_post_more.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_Mxr.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_Mxr.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_Mxr_andpin.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_Mxr_andpin.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_Mxr_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_Mxr_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_m22.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_m22.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/awlip_m22_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/awlip_m22_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip_Pstress.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip_Pstress.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip_Pstress_warpfix.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip_Pstress_warpfix.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/builtupcwlip_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_My.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_My.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_My2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_My2.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_My2_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_My2_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_My_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_My_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_beamcolpic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_beamcolpic.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMP.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMP_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMP_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMPrevised.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMPrevised.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMPrevised_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_halfMPrevised_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_My.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_My.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cnolip_modified_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cufsm2p5_default_badcurve.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cufsm2p5_default_badcurve.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_Mx_matchad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_Mx_matchad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_pinned_corners.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_pinned_corners.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post_closeup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post_closeup.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post_highmodes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post_highmodes.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post_longfit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_P_post_longfit.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_Pstress.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_Pstress.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_Pstress_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_Pstress_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip__modified_P_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip__modified_P_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_beamchart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_beamchart.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx_post_compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_Mx_post_compare.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_mx.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_mx.eps -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_p.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/cwlip_modified_p.eps -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/distortional_fixed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/distortional_fixed.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/geom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/geom.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/hat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/hat.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/hat_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/hat_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/hat_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/hat_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/hat_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/hat_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/hat_P_post2ndmode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/hat_P_post2ndmode.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/hat_mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/hat_mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/howmanylengths.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/howmanylengths.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/igetwaves.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/igetwaves.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/junk.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/junk.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel_mxbot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel_mxbot.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel_mxbot.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel_mxbot.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel_mxtop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel_mxtop.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel_mxtop2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel_mxtop2.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel_mxtopfix.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel_mxtopfix.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/panel_mxtopfree.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/panel_mxtopfree.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/rack_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/rack_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/rack_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/rack_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/rack_Mz.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/rack_Mz.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/rack_Mz_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/rack_Mz_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/rack_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/rack_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/rack_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/rack_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma0.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma0.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_Mx.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_Mx.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_P_D.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_P_D.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_P_G.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_P_G.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_P_xfix.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_P_xfix.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/sigma_P_xfix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/sigma_P_xfix.zip -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mx_post_rotspring.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mx_post_rotspring.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxfree.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxfree.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxfree_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxfree_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxr.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxr.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxr_p7rotspring.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mxr_p7rotspring.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mzr.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_Mzr.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_P_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_P_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_Mx_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_Mx_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_Mxr.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_Mxr.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_P.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_P.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_P_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_P_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_P_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_P_post.m -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_nowebst.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_nowebst.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_webstonly.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mod_webstonly.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_modweb.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_modweb.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mxr_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mxr_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/files_and_scripts/zwlip_mxr_mod_mathcad.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/files_and_scripts/zwlip_mxr_mod_mathcad.mat -------------------------------------------------------------------------------- /examples/2006_dsm_design_guide/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/2006_dsm_design_guide/readme -------------------------------------------------------------------------------- /examples/An introduction to fcFSM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/An introduction to fcFSM.txt -------------------------------------------------------------------------------- /examples/batchcufsm5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/batchcufsm5.m -------------------------------------------------------------------------------- /examples/batchcufsm5_fcFSM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/batchcufsm5_fcFSM.m -------------------------------------------------------------------------------- /examples/batchcufsm5results.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/batchcufsm5results.mat -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1_B.C.=S-C/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1_B.C.=S-C/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1_Beam/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1_Beam/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1_CurvedConer/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1_CurvedConer/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1_SpringsN5N10_K=1e10/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1_SpringsN5N10_K=1e10/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1_SpringsN5N10_K=5/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1_SpringsN5N10_K=5/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_120X80X15X1_m=1to20/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_120X80X15X1_m=1to20/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/C_200X90X20X2_CurvedConer/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/C_200X90X20X2_CurvedConer/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/CircularTube_D100X1/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/CircularTube_D100X1/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/Lipped_Channel_with_Curved_Web/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/Lipped_Channel_with_Curved_Web/modelData.m -------------------------------------------------------------------------------- /examples/fcFSM_examples/theDefaultSection/modelData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/fcFSM_examples/theDefaultSection/modelData.m -------------------------------------------------------------------------------- /examples/vibration/ffplate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/vibration/ffplate.m -------------------------------------------------------------------------------- /examples/vibration/ffplate1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/examples/vibration/ffplate1.mat -------------------------------------------------------------------------------- /helpers/BetaThetaPhitoPMM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/BetaThetaPhitoPMM.m -------------------------------------------------------------------------------- /helpers/MxxtoM11.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/MxxtoM11.m -------------------------------------------------------------------------------- /helpers/PMMtoBetaThetaPhi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/PMMtoBetaThetaPhi.m -------------------------------------------------------------------------------- /helpers/Warp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/Warp.m -------------------------------------------------------------------------------- /helpers/add_corner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/add_corner.m -------------------------------------------------------------------------------- /helpers/combine_one.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/combine_one.m -------------------------------------------------------------------------------- /helpers/cutwp_prop2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/cutwp_prop2.m -------------------------------------------------------------------------------- /helpers/divide_one.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/divide_one.m -------------------------------------------------------------------------------- /helpers/doubler.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/doubler.m -------------------------------------------------------------------------------- /helpers/dup_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/dup_model.m -------------------------------------------------------------------------------- /helpers/energy_density_recovery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/energy_density_recovery.m -------------------------------------------------------------------------------- /helpers/energy_recovery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/energy_recovery.m -------------------------------------------------------------------------------- /helpers/findjobj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/findjobj.m -------------------------------------------------------------------------------- /helpers/firstyield.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/firstyield.m -------------------------------------------------------------------------------- /helpers/grosprop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/grosprop.m -------------------------------------------------------------------------------- /helpers/loader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/loader.m -------------------------------------------------------------------------------- /helpers/longtermpart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/longtermpart.m -------------------------------------------------------------------------------- /helpers/m_recommend.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/m_recommend.m -------------------------------------------------------------------------------- /helpers/master_slave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/master_slave.m -------------------------------------------------------------------------------- /helpers/plastic/B2xyzr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/B2xyzr.m -------------------------------------------------------------------------------- /helpers/plastic/B2xyzr_P.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/B2xyzr_P.m -------------------------------------------------------------------------------- /helpers/plastic/Fiber_Optimization_plastic_point.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/Fiber_Optimization_plastic_point.m -------------------------------------------------------------------------------- /helpers/plastic/PMM_Dumping.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/PMM_Dumping.m -------------------------------------------------------------------------------- /helpers/plastic/PMM_Dumping_V1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/PMM_Dumping_V1.m -------------------------------------------------------------------------------- /helpers/plastic/PMM_fiber_node_element_Z_rot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/PMM_fiber_node_element_Z_rot.m -------------------------------------------------------------------------------- /helpers/plastic/PMM_fiber_node_element_Z_rot_general.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/PMM_fiber_node_element_Z_rot_general.m -------------------------------------------------------------------------------- /helpers/plastic/PMM_point_finder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/PMM_point_finder.m -------------------------------------------------------------------------------- /helpers/plastic/SFIA.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/SFIA.mat -------------------------------------------------------------------------------- /helpers/plastic/SFIA_Section_Parameters.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/SFIA_Section_Parameters.mat -------------------------------------------------------------------------------- /helpers/plastic/YS_for_DSM_Fiber.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/YS_for_DSM_Fiber.m -------------------------------------------------------------------------------- /helpers/plastic/YS_for_DSM_Fiber_g.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/YS_for_DSM_Fiber_g.m -------------------------------------------------------------------------------- /helpers/plastic/Y_P_Code_V1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/Y_P_Code_V1.m -------------------------------------------------------------------------------- /helpers/plastic/Zsections.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/Zsections.mat -------------------------------------------------------------------------------- /helpers/plastic/crossect1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/crossect1.m -------------------------------------------------------------------------------- /helpers/plastic/grosprop1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/grosprop1.m -------------------------------------------------------------------------------- /helpers/plastic/misc/Fig_3D_P_Y_Surfaces.fig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/misc/Fig_3D_P_Y_Surfaces.fig -------------------------------------------------------------------------------- /helpers/plastic/templatecalc2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/templatecalc2.m -------------------------------------------------------------------------------- /helpers/plastic/templatecalc2_g.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/plastic/templatecalc2_g.m -------------------------------------------------------------------------------- /helpers/post_make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/post_make.m -------------------------------------------------------------------------------- /helpers/renumbernodes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/renumbernodes.m -------------------------------------------------------------------------------- /helpers/saver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/saver.m -------------------------------------------------------------------------------- /helpers/sfiadata.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/sfiadata.m -------------------------------------------------------------------------------- /helpers/shapef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/shapef.m -------------------------------------------------------------------------------- /helpers/signature_ss.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/signature_ss.m -------------------------------------------------------------------------------- /helpers/stresgen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/stresgen.m -------------------------------------------------------------------------------- /helpers/stress_to_action.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/stress_to_action.m -------------------------------------------------------------------------------- /helpers/superseded/tempctest.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/superseded/tempctest.mat -------------------------------------------------------------------------------- /helpers/superseded/temptesting.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/superseded/temptesting.m -------------------------------------------------------------------------------- /helpers/superseded/tempztest.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/superseded/tempztest.mat -------------------------------------------------------------------------------- /helpers/template_out_to_in.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/template_out_to_in.m -------------------------------------------------------------------------------- /helpers/templatecalc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/templatecalc.m -------------------------------------------------------------------------------- /helpers/test_addcorner.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/test_addcorner.m -------------------------------------------------------------------------------- /helpers/trans_or_rot_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/trans_or_rot_model.m -------------------------------------------------------------------------------- /helpers/translate_nodes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/translate_nodes.m -------------------------------------------------------------------------------- /helpers/warp_stress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/warp_stress.m -------------------------------------------------------------------------------- /helpers/yieldB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/yieldB.m -------------------------------------------------------------------------------- /helpers/yieldMP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/helpers/yieldMP.m -------------------------------------------------------------------------------- /icons/VectorizeIcons.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/VectorizeIcons.mat -------------------------------------------------------------------------------- /icons/abaqus.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/abaqus.paint -------------------------------------------------------------------------------- /icons/abaqus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/abaqus.png -------------------------------------------------------------------------------- /icons/about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/about.gif -------------------------------------------------------------------------------- /icons/about.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/about.jpg -------------------------------------------------------------------------------- /icons/about.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/about.paint -------------------------------------------------------------------------------- /icons/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/about.png -------------------------------------------------------------------------------- /icons/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/blank.png -------------------------------------------------------------------------------- /icons/boundcon.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/boundcon.paint -------------------------------------------------------------------------------- /icons/boundcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/boundcon.png -------------------------------------------------------------------------------- /icons/cFSM.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cFSM.paint -------------------------------------------------------------------------------- /icons/cFSM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cFSM.png -------------------------------------------------------------------------------- /icons/cufsm5.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5.paint -------------------------------------------------------------------------------- /icons/cufsm5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5.png -------------------------------------------------------------------------------- /icons/cufsm5_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5_128.png -------------------------------------------------------------------------------- /icons/cufsm5_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5_16.png -------------------------------------------------------------------------------- /icons/cufsm5_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5_24.png -------------------------------------------------------------------------------- /icons/cufsm5_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5_32.png -------------------------------------------------------------------------------- /icons/cufsm5_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5_48.png -------------------------------------------------------------------------------- /icons/cufsm5_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/cufsm5_512.png -------------------------------------------------------------------------------- /icons/ebanalysis.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/ebanalysis.paint -------------------------------------------------------------------------------- /icons/ebanalysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/ebanalysis.png -------------------------------------------------------------------------------- /icons/hole.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/hole.paint -------------------------------------------------------------------------------- /icons/hole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/hole.png -------------------------------------------------------------------------------- /icons/mastanin.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/mastanin.paint -------------------------------------------------------------------------------- /icons/mastanin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/mastanin.png -------------------------------------------------------------------------------- /icons/mastanout.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/mastanout.paint -------------------------------------------------------------------------------- /icons/mastanout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/mastanout.png -------------------------------------------------------------------------------- /icons/one.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/one.paint -------------------------------------------------------------------------------- /icons/one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/one.png -------------------------------------------------------------------------------- /icons/opendoc.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/opendoc.mat -------------------------------------------------------------------------------- /icons/pan.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/pan.mat -------------------------------------------------------------------------------- /icons/plastic.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/plastic.paint -------------------------------------------------------------------------------- /icons/plastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/plastic.png -------------------------------------------------------------------------------- /icons/post.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/post.paint -------------------------------------------------------------------------------- /icons/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/post.png -------------------------------------------------------------------------------- /icons/pre.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/pre.paint -------------------------------------------------------------------------------- /icons/pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/pre.png -------------------------------------------------------------------------------- /icons/printdoc.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/printdoc.mat -------------------------------------------------------------------------------- /icons/quit.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/quit.paint -------------------------------------------------------------------------------- /icons/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/quit.png -------------------------------------------------------------------------------- /icons/reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/reset.gif -------------------------------------------------------------------------------- /icons/reset.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/reset.paint -------------------------------------------------------------------------------- /icons/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/reset.png -------------------------------------------------------------------------------- /icons/rotate.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/rotate.mat -------------------------------------------------------------------------------- /icons/savedoc.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/savedoc.mat -------------------------------------------------------------------------------- /icons/sectprop.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/sectprop.paint -------------------------------------------------------------------------------- /icons/sectprop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/sectprop.png -------------------------------------------------------------------------------- /icons/stressgen.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/stressgen.paint -------------------------------------------------------------------------------- /icons/stressgen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/stressgen.png -------------------------------------------------------------------------------- /icons/template.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/template.paint -------------------------------------------------------------------------------- /icons/template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/template.png -------------------------------------------------------------------------------- /icons/three.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/three.paint -------------------------------------------------------------------------------- /icons/three.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/three.png -------------------------------------------------------------------------------- /icons/two.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/two.paint -------------------------------------------------------------------------------- /icons/two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/two.png -------------------------------------------------------------------------------- /icons/twp.paint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/twp.paint -------------------------------------------------------------------------------- /icons/twp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/twp.png -------------------------------------------------------------------------------- /icons/zoom.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/icons/zoom.mat -------------------------------------------------------------------------------- /interface/boundcond.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/boundcond.m -------------------------------------------------------------------------------- /interface/boundcond_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/boundcond_cb.m -------------------------------------------------------------------------------- /interface/cfsm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/cfsm.m -------------------------------------------------------------------------------- /interface/cfsm_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/cfsm_cb.m -------------------------------------------------------------------------------- /interface/commandbar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/commandbar.m -------------------------------------------------------------------------------- /interface/commandbar_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/commandbar_cb.m -------------------------------------------------------------------------------- /interface/compareout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/compareout.m -------------------------------------------------------------------------------- /interface/compareout_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/compareout_cb.m -------------------------------------------------------------------------------- /interface/cufsmhelp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/cufsmhelp.html -------------------------------------------------------------------------------- /interface/cufsmhelp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/cufsmhelp.m -------------------------------------------------------------------------------- /interface/loading.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/loading.m -------------------------------------------------------------------------------- /interface/loading_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/loading_cb.m -------------------------------------------------------------------------------- /interface/msuggest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/msuggest.m -------------------------------------------------------------------------------- /interface/msuggest_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/msuggest_cb.m -------------------------------------------------------------------------------- /interface/plasticbuild.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/plasticbuild.m -------------------------------------------------------------------------------- /interface/plasticbuild_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/plasticbuild_cb.m -------------------------------------------------------------------------------- /interface/pre2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/pre2.m -------------------------------------------------------------------------------- /interface/pre2_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/pre2_cb.m -------------------------------------------------------------------------------- /interface/propout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/propout.m -------------------------------------------------------------------------------- /interface/propout_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/propout_cb.m -------------------------------------------------------------------------------- /interface/superseded/cufsm4p04.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/superseded/cufsm4p04.ico -------------------------------------------------------------------------------- /interface/superseded/loading old.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/superseded/loading old.m -------------------------------------------------------------------------------- /interface/superseded/loading_cb old.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/superseded/loading_cb old.m -------------------------------------------------------------------------------- /interface/template.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/template.m -------------------------------------------------------------------------------- /interface/template_cb.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/interface/template_cb.m -------------------------------------------------------------------------------- /plotters/PMMplasticplotter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/PMMplasticplotter.m -------------------------------------------------------------------------------- /plotters/PMMplotter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/PMMplotter.m -------------------------------------------------------------------------------- /plotters/beamcolplotdev.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/beamcolplotdev.m -------------------------------------------------------------------------------- /plotters/class_post.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/class_post.m -------------------------------------------------------------------------------- /plotters/classifycurve.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/classifycurve.m -------------------------------------------------------------------------------- /plotters/classifycurvemode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/classifycurvemode.m -------------------------------------------------------------------------------- /plotters/crossect.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/crossect.m -------------------------------------------------------------------------------- /plotters/crossect_hole.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/crossect_hole.m -------------------------------------------------------------------------------- /plotters/dispshap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/dispshap.m -------------------------------------------------------------------------------- /plotters/dispshap_absolutescale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/dispshap_absolutescale.m -------------------------------------------------------------------------------- /plotters/dispshp2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/dispshp2.m -------------------------------------------------------------------------------- /plotters/dispshp2_fine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/dispshp2_fine.m -------------------------------------------------------------------------------- /plotters/fibplotoverlay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/fibplotoverlay.m -------------------------------------------------------------------------------- /plotters/propplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/propplot.m -------------------------------------------------------------------------------- /plotters/strainEpic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/strainEpic.m -------------------------------------------------------------------------------- /plotters/strainpic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/strainpic.m -------------------------------------------------------------------------------- /plotters/strainpic2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/strainpic2.m -------------------------------------------------------------------------------- /plotters/strespic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/strespic.m -------------------------------------------------------------------------------- /plotters/templatepic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/templatepic.m -------------------------------------------------------------------------------- /plotters/thecurve2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/thecurve2.m -------------------------------------------------------------------------------- /plotters/thecurve3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/thecurve3.m -------------------------------------------------------------------------------- /plotters/thecurve3mode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/thecurve3mode.m -------------------------------------------------------------------------------- /plotters/thecurve_signature.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/thecurve_signature.m -------------------------------------------------------------------------------- /plotters/vdisppic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/vdisppic.m -------------------------------------------------------------------------------- /plotters/vdisppic_absolutescale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/vdisppic_absolutescale.m -------------------------------------------------------------------------------- /plotters/warppic.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/plotters/warppic.m -------------------------------------------------------------------------------- /toolbox.ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinwalled/cufsm-git/HEAD/toolbox.ignore --------------------------------------------------------------------------------