Re: [deal.II] Connecting UMFPACK in deal.II to Trilinos's Amesos solver

2020-08-04 Thread Jimmy Ho
Hi Dr. Bangerth, Thanks a lot for your guidance! I will install an external copy of UMFPACK and see what happens! Best, Jimmy On Tuesday, August 4, 2020 at 5:23:09 PM UTC-5, Wolfgang Bangerth wrote: > > On 8/4/20 3:56 PM, Jimmy Ho wrote: > > > > So, what should I do to properly connect

Re: [deal.II] Connecting UMFPACK in deal.II to Trilinos's Amesos solver

2020-08-04 Thread Wolfgang Bangerth
On 8/4/20 3:56 PM, Jimmy Ho wrote: So, what should I do to properly connect UMFPACK in deal.II to Trilinos? Any suggestions are highly appreciated! It's not going to work this way, I'm afraid. Trilinos wants a link to an external installation of UMFPACK (or SparseSuite, of which it is part

[deal.II] Connecting UMFPACK in deal.II to Trilinos's Amesos solver

2020-08-04 Thread Jimmy Ho
Hi All, I am trying to use UMFPACK through Trilinos (V.12.18.1) Amesos solver. Since UMFPACK is bundled with deal.ii and was configured to work in deal.ii before, I was trying to point Trilinos to that installation of UMFPACK. Following the README file on interfacing deal.II with Trilinos, I

Re: [deal.II] Reading a Tensor from parameter file

2020-08-04 Thread Paras Kumar
Hi, Could you please provide an MWE to describe how the Patterns::Convert::to_value() function would work in this case. Is it must to use prm.add_parameter() to be able to do so? I usually use prm.declare_entry() and prm.get(). Best regards, Paras On Wednesday, April 15, 2020 at 6:01:53 PM