From: Vinicius C. R. <vin...@co...> - 2018-06-05 01:07:24
|
The exception is thrown from within EquationSystems.init(). I'll do some cleanup and get back with a somewhat more concise reproduction. I've attached two text files with the exception and the stack trace. Thanks for the help, VCR 2018-06-04 15:20 GMT-03:00 John Peterson <jwp...@gm...>: > > > 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 > |