Hi,

Thanks,

Yes p1-discontinuous elements are exactly the same as p1's but on each point
of
mesh each cell has it's own degree of freedom so at one point we'll have
different
values...

Regards,
Ali

On Mon, Oct 17, 2011 at 9:48 AM, Moreland, Kenneth <kmo...@sandia.gov>wrote:

>   I'm not familier with the term P1-discontinuous.  Is that the same as
> not C0 continuous (or simply not continuous)?
>
>  If so, then yes that is a problem.  The VTK data sets do not directly
> represent discontinuous interpolated fields.  The only way to do it is how
> you describe.  Replicate the point so that two distinct field values can be
> placed at the same coordinates.  But, as you discovered, this means that the
> connectivity cannot be represented, which can foul up some operations like
> finding a cell.
>
>  I know of no simple away around the problem.  You would need a different
> cell locator that used a different slower but more reliable search.
>
>  -Ken
>
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to