Re: [deal.II] Direct solver matrix.free

2021-10-21 Thread Daniel Arndt
Joss,

The MatrixFree framework relies on the operator to be only defined by its
action. Accessing individual elements (as direct solvers typically require)
falls out of this concept. That is to say that the MatrixFree framework
only works well with an iterative solver.

Best,
Daniel

Am Do., 21. Okt. 2021 um 13:45 Uhr schrieb Joss G. :

> Hi all,
>
> I was using the solver PETScWrappers::SparseDirectMUMPS for a sparse
> matrix approach. Now I am changing the code to a matrix-free implementation
> and I am not using PETSc anymore, instead, I use
> LinearAlegebra::distributed::Vector. I am not able to find an
> equivalent direct solver that I can use. Could anyone please point me what
> solver can i use?
>
> Thank you very much.
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dealii/90916560-faf4-4d5a-b93c-d684deeb1b6fn%40googlegroups.com
> 
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/CAOYDWbKw3LMWN1dRxWP2m1tHYmfJvy8JJMoyRURUTtwyk7pH2A%40mail.gmail.com.


[deal.II] Direct solver matrix.free

2021-10-21 Thread Joss G.
Hi all, 

I was using the solver PETScWrappers::SparseDirectMUMPS for a sparse matrix 
approach. Now I am changing the code to a matrix-free implementation and I 
am not using PETSc anymore, instead, I use 
LinearAlegebra::distributed::Vector. I am not able to find an 
equivalent direct solver that I can use. Could anyone please point me what 
solver can i use?

Thank you very much.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/90916560-faf4-4d5a-b93c-d684deeb1b6fn%40googlegroups.com.