Brent Bailey <[EMAIL PROTECTED]> writes: > Hello, > > I have some output from a finite element program which contains position > dependent data calculated at the quadrature points of the elements. As > these values are not at the vertices, how can I get dx to output this > data? > > I know where these points are at the local element level. These values > are continuous within an element and across element boundaries. > > Any suggestions? > --
Do these quadrature points define a refined mesh as e.g. Gauss-Lobatto points on cubes do? Then I would subdivide the elements and plot the function on this refined mesh. Nicolas.
