Hi Amir, > My question is there a way to read the grid with the boundary indicator set > automatically by some reading grid function (if let say I set every face to > be a different material) ?
If the ucd contains materials, they are read in automatically. So it depends on where you get the file from. If it is written with GridOut::write_ucd you have to set write_faces and write_lines to true (see GridOutFlags::Ucd). -- Timo Heister http://num.math.uni-goettingen.de/~heister _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
