[Trilinos-Users] Mesh and DOF management with trilinos

Dharmendar Reddy dharmareddy84 at gmail.com
Tue Feb 16 17:15:08 EST 2016


Hello Andrew,
                       Just went through the slides at
https://trilinos.org/oldsite/events/trilinos_user_group_2011/presentations/PawlowskiCyr_TUG_Panzer_2011_10_v3.pdf
Looks cool to me. I would like to give it a shot. Is there an example code
?

I am trying to setup a code for quantum transport simulation in
semiconductor device.


Thanks
Reddy











On Tue, Feb 16, 2016 at 3:25 PM, Salinger, Andrew <agsalin at sandia.gov>
wrote:

>
> Reddy,
>
> There are a few finite element codes built on Trilinos that do the steps
> you are talking about. Several use the library panzer, which is part of
> Trilinos. Others are in the separate application code Albany
> (gahansen/Albany
> on github). These may be difficult to pick up without some help, but could
> at least provide blocks of working code to examine as you move beyond the
> example problems.
>
> Andy
>
> From: Trilinos-Users <trilinos-users-bounces at trilinos.org> on behalf of
> Dharmendar Reddy <dharmareddy84 at gmail.com>
> Date: Tuesday, February 16, 2016 at 1:18 PM
> To: juan <juan at tf.uni-kiel.de>, "trilinos-users at trilinos.org" <
> trilinos-users at trilinos.org>
> Subject: [EXTERNAL] Re: [Trilinos-Users] Mesh and DOF management with
> trilinos
>
> Thanks for the example. Looks like what i need. Is there a  documentation
> for STK  and seacas ? The doxygen links on trilinos website do not work for
> stk.
>
>
>
> Reddy
>
> On Tue, Feb 16, 2016 at 1:40 PM, juan <juan at tf.uni-kiel.de> wrote:
>
>> You can use STK for reading the mesh (it is very convenient with the new
>> STK Ioss interface from SEACAS) and then use Epetra/Tpetra maps. This is
>> presented in the following example
>>
>>
>> https://github.com/trilinos/Trilinos/blob/master/packages/trilinoscouplings/examples/scaling/example_Poisson_stk.cpp
>>
>> There is also a FE assembly with Intrepid (which is compatible to
>> Intrepid2) in the example if you plan to use that.
>>
>>
>> On 2016-02-16 19:41, Dharmendar Reddy wrote:
>>
>>> Hello All,
>>>                I am planing to switch my code from Fortran+petsc to
>>> C++ and trilinos. I have an FEM code which uses petsc DMPlex
>>> (
>>> http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMPLEX.html
>>> )
>>>
>>>
>>> Is there anything similar to DMPlex object in any of the trilinos
>>> packages which can help me manage the mesh, DOF, setup and assembly of
>>> the operators.
>>>
>>> I would like to readin a mesh in exodus format into the mesh handler
>>> and then use to help setup the operators, DOF variables etc.
>>>
>>> Reddy
>>>
>>> _______________________________________________
>>> Trilinos-Users mailing list
>>> Trilinos-Users at trilinos.org
>>> https://trilinos.org/mailman/listinfo/trilinos-users
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://trilinos.org/pipermail/trilinos-users/attachments/20160216/3cc12824/attachment.html>


More information about the Trilinos-Users mailing list