Hello Armin,

the only way I can imagine right now is to construct a quadrature on the reference cell or face, which has the points on the corresponding line. (Here the class QProjector should be very helpful). Then you can hand over this quadrature to an FEValues or FEFaceValues object and obtain the mapped quadrature points by {FEValues, FEFaceValues}::get_quadrature_points.

Best Regards,
Markus



On 19.08.2012 18:23, Armin Ghajar Jazi wrote:
Hi Dealers,

got a really simple question (I think!) Is it possible to get a set of
quadrature points on edges of faces of a 3d cell ? (And yes I need
them to be affected by the mapping)

I know that these points are not used by fevalues or similar stuff but
I need them for other purposes?

So is it possible?

thanks a lot in advance !
cheers,

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to