Re: [Libmesh-users] Cohesive elements support?

2018-02-15 Thread Renato Poli
Hi all

Did you guys get to a conclusion on this topic? I am very interested in that 
and will be glad to hear your advices. Can I help in any sense?

Rgds,
Renato

Em 12 de fev de 2018, à(s) 12:41, John Peterson  escreveu:

> On Mon, Feb 12, 2018 at 8:17 AM, Rovinelli, Andrea 
> wrote:
> 
>> Hi there,
>> I’m new to libmesh so this may be a silly question but from the doxygen I
>> wasn’t able to get an answer.
>> Does libmesh support cohesive elements?
>> If not why (There is another way to implement a cohesive zone in libmesh)?
>> Also can somebody give me some hint on how to implement them? What do I
>> need to subclass and the major modification needed?
>> 
> 
> Andrea,
> 
> libMesh does not currently support cohesive elements. I suggest you keep
> working with Ben Spencer and Wen Jiang on this topic to identify what
> changes will be required in libmesh to support them.
> 
> -- 
> John
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Libmesh-users mailing list
> Libmesh-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users


Re: [Libmesh-users] Cohesive elements support?

2018-02-15 Thread Renato Poli
Hi Andrea,

Thanks for the answer!

Let me try to broaden a little this thread:

I can imagine this has been done before in application code. So ...
Does anyone have examples or pointers to suggestions of
straightforward implementations of cohesive zones in libmesh?
Do you guys know someone I could e-mail directly - perhaps published
papers or so?

Thanks once again!
Renato

On Wed, Feb 14, 2018 at 1:39 PM, Rovinelli, Andrea <arovine...@anl.gov> wrote:
> Dear Renato,
>
> I'm not working directly with libmesh, but rather I'm using the MOOSE
> framework (http://mooseframework.org), which is based on libemesh. My
> understanding is that libmesh does not support cohesive elements and, as
> today, there is no plan to implement this feature because the same results
> can be achieved by using interface and constraints.
>
> I'm working on implementing a cohesive zone model in MOOSE but I don't know
> if what I'm doing can be translated to libmesh directly, as I'm not really
> familiar with it.
>
>
> John please correct me if I said something wrong.
>
>
> Hope this help.
>
> 
> From: Renato Poli <rebp...@gmail.com>
> Sent: Wednesday, February 14, 2018 8:13:37 AM
> To: John Peterson
> Cc: Rovinelli, Andrea; libmesh-users@lists.sourceforge.net
> Subject: Re: [Libmesh-users] Cohesive elements support?
>
> Hi all
>
> Did you guys get to a conclusion on this topic? I am very interested in that
> and will be glad to hear your advices. Can I help in any sense?
>
> Rgds,
> Renato
>
> Em 12 de fev de 2018, à(s) 12:41, John Peterson <jwpeter...@gmail.com>
> escreveu:
>
>> On Mon, Feb 12, 2018 at 8:17 AM, Rovinelli, Andrea <arovine...@anl.gov>
>> wrote:
>>
>>> Hi there,
>>> I’m new to libmesh so this may be a silly question but from the doxygen I
>>> wasn’t able to get an answer.
>>> Does libmesh support cohesive elements?
>>> If not why (There is another way to implement a cohesive zone in
>>> libmesh)?
>>> Also can somebody give me some hint on how to implement them? What do I
>>> need to subclass and the major modification needed?
>>>
>>
>> Andrea,
>>
>> libMesh does not currently support cohesive elements. I suggest you keep
>> working with Ben Spencer and Wen Jiang on this topic to identify what
>> changes will be required in libmesh to support them.
>>
>> --
>> John
>>
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Libmesh-users mailing list
>> Libmesh-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/libmesh-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users


Re: [Libmesh-users] Cohesive elements support?

2018-02-15 Thread Rovinelli, Andrea
Dear Renato,

I'm not working directly with libmesh, but rather I'm using the MOOSE framework 
(http://mooseframework.org), which is based on libemesh. My understanding is 
that libmesh does not support cohesive elements and, as today, there is no plan 
to implement this feature because the same results can be achieved by using 
interface and constraints.

I'm working on implementing a cohesive zone model in MOOSE but I don't know if 
what I'm doing can be translated to libmesh directly, as I'm not really 
familiar with it.


John please correct me if I said something wrong.


Hope this help.


From: Renato Poli <rebp...@gmail.com>
Sent: Wednesday, February 14, 2018 8:13:37 AM
To: John Peterson
Cc: Rovinelli, Andrea; libmesh-users@lists.sourceforge.net
Subject: Re: [Libmesh-users] Cohesive elements support?

Hi all

Did you guys get to a conclusion on this topic? I am very interested in that 
and will be glad to hear your advices. Can I help in any sense?

Rgds,
Renato

Em 12 de fev de 2018, à(s) 12:41, John Peterson <jwpeter...@gmail.com> escreveu:

> On Mon, Feb 12, 2018 at 8:17 AM, Rovinelli, Andrea <arovine...@anl.gov>
> wrote:
>
>> Hi there,
>> I’m new to libmesh so this may be a silly question but from the doxygen I
>> wasn’t able to get an answer.
>> Does libmesh support cohesive elements?
>> If not why (There is another way to implement a cohesive zone in libmesh)?
>> Also can somebody give me some hint on how to implement them? What do I
>> need to subclass and the major modification needed?
>>
>
> Andrea,
>
> libMesh does not currently support cohesive elements. I suggest you keep
> working with Ben Spencer and Wen Jiang on this topic to identify what
> changes will be required in libmesh to support them.
>
> --
> John
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Libmesh-users mailing list
> Libmesh-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-users
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users


Re: [Libmesh-users] Cohesive elements support?

2018-02-12 Thread John Peterson
On Mon, Feb 12, 2018 at 8:17 AM, Rovinelli, Andrea 
wrote:

> Hi there,
> I’m new to libmesh so this may be a silly question but from the doxygen I
> wasn’t able to get an answer.
> Does libmesh support cohesive elements?
> If not why (There is another way to implement a cohesive zone in libmesh)?
> Also can somebody give me some hint on how to implement them? What do I
> need to subclass and the major modification needed?
>

Andrea,

libMesh does not currently support cohesive elements. I suggest you keep
working with Ben Spencer and Wen Jiang on this topic to identify what
changes will be required in libmesh to support them.

-- 
John
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users


[Libmesh-users] Cohesive elements support?

2018-02-12 Thread Rovinelli, Andrea
Hi there,
I’m new to libmesh so this may be a silly question but from the doxygen I 
wasn’t able to get an answer.
Does libmesh support cohesive elements?
If not why (There is another way to implement a cohesive zone in libmesh)?
Also can somebody give me some hint on how to implement them? What do I need to 
subclass and the major modification needed?
Thanks

Andrea Rovinelli
ANL
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users