So, here is what I am implementing to concurrently post-process my data:

1) added an ExplicitSystem that contains my postprocessing variables to 
the EquationSystem instance

2) implemented the FEMSystem::element_postprocess() function in my 
primary system (tensor variables) and then added a 
FEMSystem::postprocess() call after every FEMSystem::solve() in my main 
function

3) What I am working on now is to implement the very convenient 
FEMSystem::elem_subsolutions variable but for the postprocessing 
ExplicitSystem class.  Does this make sense?  It seems like the cleanest 
way to get access to the postprocessing variables that correspond to the 
primary variables on the element of interest.

Nasser Mohieddin Abukhdeir
Graduate Student (Materials Modeling Research Group)
McGill University - Department of Chemical Engineering
http://webpages.mcgill.ca/students/nabukh/web/
http://mmrg.chemeng.mcgill.ca/



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to