[aspect-devel] Direct Solver in Aspect
Jonathan Perry-Houts
jperryh2 at uoregon.edu
Mon May 12 14:49:18 PDT 2014
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Looks good. Let me know when what you have is stable, I can't keep up
with merging all of your changes in with my branch. Thanks!!!
- -Jonathan
On 05/12/2014 02:42 PM, Timo Heister wrote:
>>> No, I plan to use TrilinosWrappers::SolverDirect that can only
>>> deal with a Trilinos SparseMatrix (not a
>>> Trilinos::BlockSparseMatrix).
>>
>> How difficult would it be to extend
>> TrilinosWrappers::SolverDirect?
>
> It can not possibly work with a 2x2 table of Trilinos matrices.
> The only option I see would be to copy everything from a block
> matrix into a single matrix. I don't think this is a good
> solution.
>
>>>>> 2. fix all the places that assume the current layout (say T
>>>>> is in block 3)
>>>>
>>>> Can this be done through appropriate modifications/additions
>>>> to the Introspection class, rather than scattering if/elses
>>>> throughout?
>>>
>>> As much as possible yes. But there are many places where we
>>> assume certain block indices (I am going through them right
>>> now).
>>
>> It would be a shame if we needed to push this kind of input flag
>> through all sorts of code. I hope it can be done without too much
>> clutter in places that really don't need to know this :-(
>
> I only need an if in very few places so far. It mostly involves
> replacing things like
>
> IndexSet range =
> this->get_solution().block(2).locally_owned_elements();
>
> by
>
> const unsigned int blockidx =
> this->introspection().block_indices.temperature; IndexSet range =
> this->get_solution().block(blockidx).locally_owned_elements();
>
> which is useful anyway.
>
>> Anyway, good feature. I'm looking forward to seeing how it works
>> in practice :-)
>
> One of the things that I got out of the CIG MC meeting that might
> help with the speed for large 2d computations on a single
> workstation. We'll see.
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJTcUHdAAoJEGe6xJ1FYRpRaMYH/2li9F+dAM6025KndcHSA0d9
lFWTx3QmEbRN2KrMhnM2g6/O/ZZuaDHNTHasZlvCfkk9rI4vMWSxGSmC/7WJkj/U
Y8SBnE2yePFRLCznNlWMpj4K9RpnxK3Mn2zr2SCCmNz5cKRtuOYvYH0Jrz86YbEc
I6OLy3jCc1J975d+/9oNJZBN7Yk7oKNDfoJD0XGF0SqGVRmjSZlPsdqtNoQxFOwh
v+XtyYjqm/ckQiDS+y5YNctaUiv5HIK1HtmekbStDyesQzMQxvxg/3Q2oXpT8gsk
Xskiw+tncI0cWNc/RK1b54vViWxK7u6RGGiWW3vdM2hlww6qodCZ3OM1BFHj2xM=
=90fx
-----END PGP SIGNATURE-----
More information about the Aspect-devel
mailing list