Hello.
Does anybody know how to implement periodic boundary conditions in 1D model without usage of GUI? Old fem.equiv is removed and something like this (found in mph file) doesn't work:
pair{1}.type= 'identity';
pair{1}.name= 'Pair 1';
pair{1}.src.dl = 1;
pair{1}.dst.dl = 4...