Got the same thing (i.e. all the variables are still treated as nodal-wise
variables),  when using write_discontinuous_gmv(file_name,
equation_systems, true );

By the way, the equation_systems contains  1) systemA with variable( FIRST,
LAGRANGE) and 2) systemB with variable (CONSTANT, MONOMIAL).

Any idea on the fix?

Thanks,

Walter



On Sat, Jul 19, 2014 at 10:03 PM, Roy Stogner <[email protected]>
wrote:

>
> 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

Reply via email to