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

Dune flyspray at dune-project.org
Sun Sep 12 23:46:08 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Carsten Gräser (Carsten) 

Attached to Project - Dune
Summary - Encapsulate scalars of type T in Field<T>
Task Type - Feature Request
Category - Dune Core Modules
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Low
Priority - Normal
Reported Version - 1.2
Due in Version - Undecided
Due Date - Undecided
Details - As the number of vector/matrix implementations grows having different vectors and matrices as innermost type in the istl nesting becomes more and more inconvenient.

E.g. there are 3 possible statically sized matrices for the termination.

I suggest to introducing a class Field<T> to encapsulate a raw type.

Then one would e.g. use StaticMatric<Field<T>,n,m> instead of FieldMatrix<T,n,m>. This would also allow nesting of statically sized matrices without code duplication.

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

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