From: John P. <jwp...@gm...> - 2018-06-04 18:21:26
|
On Mon, Jun 4, 2018 at 11:44 AM, Vinicius C. Reis <vin...@co...> wrote: > Hi, > > I'm trying to perform a h-refinement and a subdomain > evaluation/reevaluation for each refinement iteration, prior to > initializing an EquationSystems object. Currently when call init() I get a > out_of_range exception. I suspect it is thrown from within its node or the > element loop. Everything works fine if only I leave the subdomain > evaluation prior to the refinements (i.e., I comment the subdomain > reevaluation inside the refinement iterations). > Where is this exception thrown from? If we could get a real stack trace and/or a minimal working example that demonstrates the error, we might be able to help track it down. Otherwise I'd just be guessing... -- John |