Re: [Libmesh-users] Adaptative Mesh Refinement

2018-06-04 Thread Vinicius C. Reis
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 : > > > On Mon, Jun 4,

Re: [Libmesh-users] Adaptative Mesh Refinement

2018-06-04 Thread John Peterson
On Mon, Jun 4, 2018 at 11:44 AM, Vinicius C. Reis 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 suspec

[Libmesh-users] Adaptative Mesh Refinement

2018-06-04 Thread Vinicius C. Reis
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 wo