Post date: 2017/12/24 5:01:36
plotMPI(Th, u, legend, Pk, def, K, d, w)
fespace Xh(Th, Pk);
Xh[int] def(u);
plot(uTab, wait = w, nbiso = 40, fill = 1, value = 1, dim = d, cmm = legend);
PLOTMPIALL(mesh,Pk, Th, u, plotparm)
mesh Thi=Th;
mesh[int] ath(mpisize);
fespace Xh(Thi,Pk);
Xh[int] uh(mpisize);
uh[0][]=u;
ath[0]=Th;
plot(uh,plotparm);