Jean-Paul and Bruno,

thanks for your answer, this is helpful.

What would be the main difference between Epetra and Tpetra? What would be
the benefits of using Tpetra over Epetra?

Our objective is to solve for two-phase flows in multi-D using a fully
implicit temporal scheme. In the short term, we would need the Trilinos
solver/perconditioner capabilities and also are very interested in the
Sacado package that does automatic differentiation.

Thanks,
Marco

On Wed, Jun 8, 2016 at 8:01 AM, Bruno Turcksin <[email protected]>
wrote:

> Marco,
>
> like Jean-Paul said the Trilinos wrappers are mainly for the linear
> algebra. This doesn't mean that you can't use a package that we don't have
> wrapper for. You can always get the underlying Trilinos object from the
> wrapper and use it when you need to call another package. When you choose
> between Trilinos and deal.II, you need to be aware that right now deal.II
> only uses Epetra not Tpetra. I hope to find time to work on the Tpetra
> stack this summer but for now you have to use Epetra. There will be an easy
> way to switch from the Epetra stack to the Tpetra stack though.
>
> Best,
>
> Bruno
>
>
> On Tuesday, June 7, 2016 at 10:57:29 PM UTC-4, Marco Delchini wrote:
>>
>> Hello,
>>
>> I am part of a research group in ORNL that is looking at various C++
>> libraries for development of a new application solving for single- and
>> two-phase flows. We are currently undecided between Trilinos and deal.ii. I
>> have very little experience in deal.ii and know that it can be coupled to
>> Trilinos.
>>
>> My understanding of Trilinos is that it is a collection of multiple
>> packages dealing with preconditioner, solvers, automatic differentiation,
>> .... My question is how many of these packages are available through
>> deal.ii when coupled to Trilinos?
>>
>> I would appreciate any insight from deal.ii developers and users who have
>> experience with using Trilinos in deal.ii
>>
>> Thanks,
>> Marco
>>
> --
> The deal.II project is located at http://www.dealii.org/
> For mailing list/forum options, see
> https://groups.google.com/d/forum/dealii?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dealii/rwhHI4Ja-4E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Marc-Olivier Delchini
Postdoctoral Fellow
Nuclear Reactor and System Division
Oak Ridge National Laboratory

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to