[Dune] [#533] GenericReferenceElements::general not defined

Dune dune at dune-project.org
Tue Apr 21 15:38:04 CEST 2009


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#533 - GenericReferenceElements::general not defined
User who did this - Sven Marnach (sven)

----------
As Carsten did before, I also tried to track this down by explicitly defining general like this:

#include "config.h"     
#include<dune/grid/common/genericreferenceelements.hh>
#include<dune/common/geometrytype.hh>

template<class ctype, int dim>
Dune::GenericReferenceElementContainer<ctype, dim>
Dune::GenericReferenceElements<ctype, dim>::general;

int main()
{
    Dune::GenericReferenceElements<double,2>::
        general(Dune::GeometryType(Dune::GeometryType::simplex, 2));
}

This code results in several pages of compiler errors.  For example, the constructors of GenericReferenceElementContainer and all its specializations are private, so these classes can't be constructed at all.  There are many more issues, some of which I don't understand.  Since there is no documentation for this part of the code, I don't feel up to fix these bugs.  Obviously, this part of the code has never been even compiled.
----------

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

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