> although it seems to me that there is a quite logical continuation of > these functions to 1d. Step-15 suggests I manually search left and > right for the boundaries, which is a solution, but not very pretty.
Yes, I think it's a design flaw in deal.II that there are no accessors for boundaries in 1d. > Since dealii is mostly dimensional independent I suspect I must be > missing something. Can anyone help? No, this is indeed correct. Guido recently had a neat little idea how to implement accessors for faces in 1d, but like all other things in volunteer projects things depend on available manpower to implement them. If there were volunteers I'd be happy to explain! Best Wolfgang ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
