On Feb 27, 2013, at 5:24 PM, Carlos Acosta wrote:
> Thank you very much. That was actually very helpful. I had to save the mesh
> as quad4 before importing it to libmesh.
>
> One thing that I found though is that libmesh is not reading the number of
> local nodes "n_local_nodes()=0". there
Thank you very much. That was actually very helpful. I had to save the mesh
as quad4 before importing it to libmesh.
One thing that I found though is that libmesh is not reading the number of
local nodes "n_local_nodes()=0". there for the number of degrees of freedom
is zero.
I am printing mesh i
On Feb 27, 2013, at 12:23 PM, "Paul T. Bauman" wrote:
> On Wed, Feb 27, 2013 at 11:51 AM, Carlos Acosta wrote:
>
>> but when I import an exodus mesh I get errors
>> recognizing the exodus format.
>> It says:
>>
>>
>> ERROR! Unrecognized element type_str: SHELL4
>
> Hmm, this is strange b
Is there a difference in Cubit between QUAD4 and SHELL4?
On 02/27/2013 01:50 PM, John Peterson wrote:
> Yes you need to export QUAD4 from cubit instead of SHELL4 which is the
> default.
>
> --
> John
>
> On Feb 27, 2013, at 11:51 AM, Carlos Acosta wrote:
>
>> Hello.
>>
>> I am trying to run on
On Wed, Feb 27, 2013 at 11:51 AM, Carlos Acosta wrote:
> but when I import an exodus mesh I get errors
> recognizing the exodus format.
> It says:
>
>
> ERROR! Unrecognized element type_str: SHELL4
>
Hmm, this is strange because Exodus reader should understand SHELL4. Could
you rerun with METHOD
Yes you need to export QUAD4 from cubit instead of SHELL4 which is the default.
--
John
On Feb 27, 2013, at 11:51 AM, Carlos Acosta wrote:
> Hello.
>
> I am trying to run one of the first examples. The one solving a Poisson
> problem.
> The example runs great when the mesh is generated from Li
Hello.
I am trying to run one of the first examples. The one solving a Poisson
problem.
The example runs great when the mesh is generated from Libmesh
"MeshTools::Generation::..." but when I import an exodus mesh I get errors
recognizing the exodus format.
It says:
ERROR! Unrecognized element t