Re: [Libmesh-devel] Regarding subdomain restricted variable updating

2013-11-15 Thread Kirk, Benjamin (JSC-EG311)
I've never tried this, but at a minimum something like dof_map.reinit() would be needed I think, as it is here the object->dof index mapping is constructed. The map stating which variables are active where is still valid, but the changes in the mesh are not automatically propagated. -Ben On

[Libmesh-devel] Regarding subdomain restricted variable updating

2013-11-14 Thread Vikram Garg
Hey all, I had a question regarding the subdomain restricted variables functionality. My understanding is that the user specifies specific subdomains and regions where certain variables are defined and are active, and the library then assembles the systems accordingly. If the subdomains