Thanks. That solved my problem.
Regards
Amal
From: John Peterson [[email protected]]
Sent: Monday, July 27, 2015 2:50 PM
To: Sahai, Amal
Cc: [email protected]
Subject: Re: [Libmesh-users] Tecplot IO
On Mon, Jul 27, 2015 at 12:27 PM
On Mon, Jul 27, 2015 at 12:27 PM, Sahai, Amal wrote:
> I tried running the following loop for all elements:
>
> const Elem* elem = *el;
> elem->subdomain_id() = 2.;
>
You can't set subdomain id on a constant Elem... you need to catch the
dereferenced pointer as non-const, i.e.
E
lists.sourceforge.net
Subject: Re: [Libmesh-users] Tecplot IO
On Wed, Jul 22, 2015 at 4:01 PM, Sahai, Amal
mailto:[email protected]>> wrote:
I have been using a 3D mesh in the Exodus II format created using Gridgen for
my simulations. I meshed the full domain by creating multiple blocks of
On Wed, Jul 22, 2015 at 4:01 PM, Sahai, Amal wrote:
> I have been using a 3D mesh in the Exodus II format created using Gridgen
> for my simulations. I meshed the full domain by creating multiple blocks of
> structured meshes. The tecplot IO for libmesh creates a .plt file which has
> a separate
I have been using a 3D mesh in the Exodus II format created using Gridgen for
my simulations. I meshed the full domain by creating multiple blocks of
structured meshes. The tecplot IO for libmesh creates a .plt file which has a
separate zone corresponding to each block in the full mesh. Is there