•
|
Bottom: 0 (Physical) or −1 (Relative)
|
•
|
Middle: d/2 (Physical) or 0 (Relative)
|
•
|
Top: d (Physical) or 1(Relative)
|
Most of the variables defined on a layered material are available only on the surfaces and not directly available on lower dimensions (edges or points). In order to plot or evaluate such variables on lower dimensions, use the mean() operator once or twice depending on you are evaluating on edges or points, respectively. For instance, to evaluate the lshell.disp variable for the total displacement on edges, use the expression mean(lshell.disp). Similarly, to evaluate the same variable on points, use the expression mean(mean(lshell.disp)).
|