Ted, > I have three material properties that I need to set. I've been able to set > one of them as the cell's material id takes just the one. > How do I set the other two?
Most file formats actually only allow a single number to be attached to each cell, typically called "material id" or similar. So that's it. But if the values you have for your material are small enough, you could encode all three numbers into into one by using individual bits of the material id for the values of your three parameters. What values/value ranges do you expect for them? > Also, because the Triangulation was generated explicitly, the output is > blocky/pixelated/voxelated. Is there a way to smoothen the surfaces? Not inside deal.II. You give deal.II a blocky mesh, you get a blocky mesh :-) W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
