[Libmesh-users] (no subject)

2020-07-11 Thread Prashant K. Jha
Hi All, I have been struggling with a very simple problem. I create a system as follows: EquationSystems es(mesh); auto &taf_sys = es.add_system("TAF"); taf_sys.add_variable("taf", FIRST); After I solve taf_sys, I want to localize the solution of taf_sys system (ie "taf" field) on all processors

Re: [Libmesh-users] (no subject)

2020-07-11 Thread Prashant K. Jha
Correction: For approach 1 and 2, I get error Assertion `this->verify(r.size())' failed. On Sat, Jul 11, 2020 at 8:55 PM Prashant K. Jha wrote: > Hi All, > > I have been struggling with a very simple problem. I create a system as > follows: > > EquationSystems es(mesh); > auto &taf_sys = es.add

Re: [Libmesh-users] (no subject)

2020-07-11 Thread Prashant K. Jha
Hi All, I figured it out. I was not calling localize from all the processor and that could have been the problem. Nevermind the question. Regards, Prashant On Sat, Jul 11, 2020 at 9:02 PM Prashant K. Jha wrote: > Correction: For approach 1 and 2, I get error > > Assertion `this->verify(r.size(