nv(p) --- number of vertices (elements) of a partition
0001 function n = nv(p) 0002 % nv(p) --- number of vertices (elements) of a partition 0003 n = size(p.array,2);