[Dune] [#969] template lists of Grid interface classes are to restrictive.

Dune flyspray at dune-project.org
Mon Oct 31 09:47:27 CET 2011


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

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

User who did this - Robert Klöfkorn (robertk) 

Attached to Project - Dune
Summary - template lists of Grid interface classes are to restrictive.
Task Type - Discussion
Category - Grid
Status - New
Assigned To - 
Operating System - Unspecified / All
Severity - Low
Priority - Normal
Reported Version - SVN (pre2.2)
Due in Version - Undecided
Due Date - Undecided
Details - The template lists of the interface classes in dune-grid require implementations to have a specific template list. This is often a drawback when implementing new grids. 

Martin and I would like to discuss new template lists for the interface classes, such as Entity, Geometry etc. that only 
consists of codim, dimension, and one Traits class containing all the necessary information. 

Example: 

Current template list is
template<int cd, int dim, class GridImp, template<int,int,class> class EntityImp>
class Entity 

We suggest that the template list should be: 

template <int cd, int dim, class Traits> 
class Entity; 

This give much more freedom for implementing new grids and maybe other things.


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

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