hi, dear all,

I am looking for an dealII example that uses trilino's  amesos direct 
solver with MPI,
i guess more specifically, i mean how to call amesos_mumps solver based on 
MPI. I have installed
them correctly with dealII. I think i need to use the subroutine 

void solve 
<https://dealii.org/8.4.1/doxygen/deal.II/classTrilinosWrappers_1_1SolverDirect.html#a6ce3a3768442425f3b32997b58600eb7>
 
(const SparseMatrix 
<https://dealii.org/8.4.1/doxygen/deal.II/classTrilinosWrappers_1_1SparseMatrix.html>
 
&A,::parallel::distributed::Vector 
<https://dealii.org/8.4.1/doxygen/deal.II/classparallel_1_1distributed_1_1Vector.html><
 
double > &x, const ::parallel::distributed::Vector 
<https://dealii.org/8.4.1/doxygen/deal.II/classparallel_1_1distributed_1_1Vector.html><
 
double > &b)

May I ask is there any direct example or something close? Thanks in advance,

best,
lailai

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to