Re: [Libmesh-users] ExodusII_IO::write_discontinuous_timestep trouble with subdomains

2018-08-25 Thread Renato Poli
No success. Stack trace below. Note that, if I define my variable _only_ on its domain (where there is fluid) it works. In this case, the problem is in ExodusII_IO::write_discontinuous_timestep. [0]PETSC ERROR: - Error Message

Re: [Libmesh-users] ExodusII_IO::write_discontinuous_timestep trouble with subdomains

2018-08-25 Thread Alexander Lindsay
Renato, could you create a minimum example that generates the discontinuous error, and either share it here or create a ticket on github? That would be useful for fixing the issue and adding a test in libmesh to ensure we support the capability. On Sat, Aug 25, 2018 at 8:33 AM, Alexander Lindsay

Re: [Libmesh-users] ExodusII_IO::write_discontinuous_timestep trouble with subdomains

2018-08-25 Thread Alexander Lindsay
Ah yes...key difference between "empty" and "zero"... > On Aug 25, 2018, at 7:03 AM, Renato Poli wrote: > > No success. Stack trace below. > Note that, if I define my variable _only_ on its domain (where there is > fluid) it works. > In this case, the problem is in ExodusII_IO::write_discontinu

Re: [Libmesh-users] ExodusII_IO::write_discontinuous_timestep trouble with subdomains

2018-08-25 Thread Renato Poli
Sure please give me a couple of hours. On Sat, Aug 25, 2018 at 12:04 PM Alexander Lindsay wrote: > Renato, could you create a minimum example that generates the > discontinuous error, and either share it here or create a ticket on github? > That would be useful for fixing the issue and addin

Re: [Libmesh-users] ExodusII_IO::write_discontinuous_timestep trouble with subdomains

2018-08-25 Thread Renato Poli
Hi Alexander, Please find attached the example you asked. I used introduction_ex3 as a basis... it got a little messy, I hope it is enough. Please let me know otherwise. Thanks Renato On Sat, Aug 25, 2018 at 12:42 PM Renato Poli wrote: > Sure please give me a couple of hours. > > On Sat, A