[Dune] Fehler mit RefElement und Shapefunctions

Oliver Sander sander at mi.fu-berlin.de
Fri Dec 16 09:45:50 CET 2005


Liebe Gemeinde!

Folgendes Programm stürzt ab:

#include <config.h>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>

using namespace Dune;

int main (int argc, char *argv[]) try
{
     int a=ReferenceElements<double,2>::general(cube).subEntity(0,1,0,2);

     const LagrangeShapeFunctionSetContainer<double, double, 1>& lagrangeShapeFunctionSet = Dune::LagrangeShapeFunctions<double, double, 1>::general;
}

Könnte sich jemand, der sich mit den Shapefunctions auskennt, das
bitte mal anschauen?  Vielen Dank!

Sollte man sowas Eurer Meinung nach als Test einbauen?

Grüße,
Oliver

************************************************************************
* Oliver Sander                **                                      *
* Freie Universität Berlin     ** email: sander at math.fu-berlin.de      *
* Institut für Mathematik II   ** phone: + 49 (30) 838 75217           *
* Arnimallee 2-6               ** fax  : + 49 (30) 838 54977           *
* 14195 Berlin, Germany        ** URL  : page.mi.fu-berlin.de/~sander  *
************************************************************************


More information about the Dune mailing list