MatchByParallel() - mkraska/meclib GitHub Wiki

nred: matchByParallel(obj, names)

  • objects processed value from the input field objects
  • names value from the input field names

returns names with all indices for nonparallel reactions for unidirectional supports removed. Use this if more than one unidirectional support act on a single point and reactions can't be assigned uniquely by proximity only.

Usage example

obj: stackjson_parse(objects);
nred: matchByParallel(obj, names);
[text, isOK]: fb_unidir(obj, nred, i_3, " Seil 3: ");
[textn, isOKn]: fb_name(nred,i_3,[S_3]);