<div>Hi all,</div>
<div>&nbsp;</div>
<div>I would like to have information about the best way to handle FEM data in VTK file.</div>
<div>&nbsp;</div>
<div>Mainly,&nbsp;we use shell meshes&nbsp;(triangles or quadrangles) and the following data would be manipulated in VTK:</div>
<div>- reduced element or fully integrated (1 or 4 integration point in the neutral fibre)</div>
<div>- different integration point over thickness per element (1, 3, 5, 7, 9, 11, ...)</div>
<div>- different integration algorithms over thickness&nbsp;(GAUSS, SIMPSON, ....) defining different weight and locations of these integration points over thickness</div>
<div>- stress tensor at each integration point over thickness</div>
<div>- strain tensor&nbsp;at each integration point over thickness</div>
<div>- effective plastic strain&nbsp;at each integration point over thickness</div>
<div>- thickness at each integration point in the neutral fibre</div>
<div>and possibly additional results per integration points...</div>
<div>&nbsp;</div>
<div>This topic seems to have already been tackled.</div>
<div>Indeed, I have read several posts about the vtkLSDynaReader class, as well as its documentation on </div>
<div><a href="http://public.kitware.com/VTK/doc/nightly/html/classvtkLSDynaReader.html">http://public.kitware.com/VTK/doc/nightly/html/classvtkLSDynaReader.html</a></div>
<div>&nbsp;</div>
<div>As it is&nbsp;indicated in one of the post,&nbsp;the ultimate goal would be to benefit from vtk format/library to manipulate FEM data, and&nbsp; from ParaView as PostProcessor</div>
<div>&nbsp;</div>
<div>However, from these posts, it seems that VTK is&nbsp;not really fitted to store FEM data, and for such a purpose, a good knowledge in VTK is necessary.&nbsp;It may also be&nbsp;necessary to extend it.</div>
<div>&nbsp;</div>
<div>Most notably, it seems currently possible to have only one scalar field, vector field, and tensor field per element. In the last VTK versions, has this &quot;limitation&quot; been overriden?</div>
<div>Is it possible to store several fields of different types per element?</div>
<div>&nbsp;</div>
<div>Would you have some advices about the best way to proceed?</div>
<div>Is there somewhere some guidelines/tutorials?</div>
<div>&nbsp;</div>
<div>It the VTK format has still some limitations, is it foreseen to override them in the next release?</div>
<div>&nbsp;</div>
<div>I thank you for your help.</div>
<div>&nbsp;</div>
<div>Cheers,</div>