Re: [Libmesh-users] integrating function

2011-06-13 Thread Vikram Garg
Check element_postprocess.C in the ex26 folder (path should be your_libmesh_directory/examples/ex26) , also be sure to see the system.postprocess() calls in ex26.C That definitely works for DiffSystem and I believe we have it supported for regular equation systems as well. Thanks. On Mon, Jun 13

[Libmesh-users] integrating function

2011-06-13 Thread Ataollah Mesgarnejad
Dear all, I want to have a function that does an integration on all elements. Can I just write a function and do a PetscGlobalSum over a for loop that goes through all elements, since it is going to be on multiple processors? Best, Ata ---