I would like to add support for Exodus's SHELL elements to libMesh, e.g.
TRISHELL3 and SHELL4. See the attached figure from the Exodus standard for
a picture of a SHELL4 element.
As you can see from the figure, the only difference here is that this
element has sidesets associated with the 2D faces
On Thu, May 19, 2016 at 10:19 AM, David Knezevic wrote:
> I would like to add support for Exodus's SHELL elements to libMesh, e.g.
> TRISHELL3 and SHELL4. See the attached figure from the Exodus standard for
> a picture of a SHELL4 element.
>
> As you can see from the figure, the only difference
On Thu, May 19, 2016 at 12:43 PM, John Peterson
wrote:
>
>
> On Thu, May 19, 2016 at 10:19 AM, David Knezevic <
> david.kneze...@akselos.com> wrote:
>
>> I would like to add support for Exodus's SHELL elements to libMesh, e.g.
>> TRISHELL3 and SHELL4. See the attached figure from the Exodus stand
On Thu, May 19, 2016 at 10:55 AM, David Knezevic wrote:
> On Thu, May 19, 2016 at 12:43 PM, John Peterson
> wrote:
>
>>
>>
>> On Thu, May 19, 2016 at 10:19 AM, David Knezevic <
>> david.kneze...@akselos.com> wrote:
>>
>>> I would like to add support for Exodus's SHELL elements to libMesh, e.g.
>
This all sounds fine, but I admit I'm curious about where you need this as
opposed to just using the element normal (not elem.normal()) to use in
applying the loads. I don't doubt that you do, but I haven't run into a
case yet where I needed this, although I've only been playing with
membranes and
On Thu, May 19, 2016 at 1:04 PM, John Peterson wrote:
>
>
> On Thu, May 19, 2016 at 10:55 AM, David Knezevic <
> david.kneze...@akselos.com> wrote:
>
>> On Thu, May 19, 2016 at 12:43 PM, John Peterson
>> wrote:
>>
>>>
>>>
>>> On Thu, May 19, 2016 at 10:19 AM, David Knezevic <
>>> david.kneze...@
On Thu, May 19, 2016 at 1:13 PM, Paul T. Bauman wrote:
> This all sounds fine, but I admit I'm curious about where you need this as
> opposed to just using the element normal (not elem.normal()) to use in
> applying the loads. I don't doubt that you do, but I haven't run into a
> case yet where I
On Thu, May 19, 2016 at 3:00 PM, David Knezevic
wrote:
> On Thu, May 19, 2016 at 1:13 PM, Paul T. Bauman
> wrote:
>
>> This all sounds fine, but I admit I'm curious about where you need this
>> as opposed to just using the element normal (not elem.normal()) to use in
>> applying the loads. I don