[Dune] [#820] Encapsulate scalars of type T in Field<T>

Dune flyspray at dune-project.org
Mon Sep 13 13:12:17 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#820 - Encapsulate scalars of type T in Field<T>
User who did this - Markus Blatt (mblatt)

----------
> Regarding the 'work for the user': BlockVector<Field<T> > seems to be simpler and much more natural than BlockVector<FieldVector<T,1> >

And now we have the recursion level problem again. I was under the impression that one has to write BlockVector<FieldVector<Field<T> > >.
Let us pretend we skip Fieldvector for the scalar case. If we take Olivers suggestion that Field has blocklevel -1, then BCRSMatrix<Field<T> > has block level 0, for a system we have BCRSMatrix<FieldMatrix<Field<T>,n,n> > which has in blocklevel 1. Where should the recursion end? If it ends at -1 we always invert at the scalar level. => No performance gain for the system case. If we stop at 0 we need to invert a BCRSMatrix...
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=820#comment2146

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list