> Thanks for replying,the shape function is different on each cell. > But how can I make a Triangulation/DoFhandler object from the reference > cell? Do I have to use the create_triangulation() function?
If the reference cell has a simple shape (for example it is the unit square) then you can use the usual methods in GridGenerator. Otherwise you'll want to use create_triangulation(), as shown for example in step-14. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
