On Sat, 19 Jul 2014, walter kou wrote: > In my equation systems, I have constant-monomial variables, i.e. > element-wise variables. > > I notice, in the output gmv files, the element-wise variables has same > number of data as node-wise variables. > > How does the node-wise data computed based on element-wise results?
With discontinuous elements? Pretty much by flipping a coin, IIRC. You don't want that. > In may case, element is 3D hex8, and I used > GMVIO(mesh).write_equation_systems(); Try write_discontinuous_gmv() instead. --- Roy ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
