plotiso3Ds
meshfile=fc_oogmsh.gmsh.buildmesh3ds('demisphere5',10);
Th=fc_simesh.siMesh(meshfile);
u=Th.eval(@(x,y,z) 3*x.^2-y.^3+z.^2+x.*y);
figure(1)
Th.plot(u,'FaceColor','interp', 'EdgeColor','none','FaceAlpha',0.4)
hold on;axis off;axis equal;colorbar
Th.plotiso(u,'LineWidth',1.5)
figure(2)
Th.plot(u,'labels',[1,11],'FaceColor','interp', 'EdgeColor','none')
hold on;axis off;axis equal;colorbar;
Th.plotiso(u,'labels',[1,11],'LineWidth',1.,'color','w')
Th.plot(u,'labels',[10,12],'FaceColor','interp', 'EdgeColor','none','FaceAlpha',0.4)
Th.plotiso(u,'labels',[10,12],'LineWidth',1.5)
Th.plotmesh('d',1,'Color','k')
fc_tools.graphics.monitors.autoGrid()
[fc-oogmsh] Input file : <fc-oogmsh>/geodir/3ds/demisphere5.geo
[fc-oogmsh] Mesh file <fc-oogmsh>/meshes/demisphere5-10.msh [version 4] already exists.
-> Use "force" flag to rebuild if needed.
Mesh demisphere5-10.msh is a 3-dimensional mesh
Force dimension to 3
