dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #02720
problem with vertexeval
Hi,
I just pulled the new dolfin and ffc codes and when I compile my codes I
get thinks like that:
make clean && make
rm -f *.o core *.core main.o IceFem2D
`dolfin-config --compiler` `dolfin-config --cflags` -c main.cpp
In file included from main.cpp:7:
Stokes.h: In constructor
`dolfin::Stokes::BilinearForm::TestElement::TestElement()':
Stokes.h:36: error: cannot allocate an object of type
`dolfin::Stokes::BilinearForm::TestElement::SubElement_0'
Stokes.h:36: error: because the following virtual functions are abstract:
/home/alex/dolfin/local/include/dolfin/FiniteElement.h:56: error:
virtual void dolfin::FiniteElement::vertexeval(dolfin::real*, unsigned
int, const dolfin::real*, const dolfin::Mesh&) const
Stokes.h:37: error: cannot allocate an object of type
`dolfin::Stokes::BilinearForm::TestElement::SubElement_1'
Stokes.h:37: error: because the following virtual functions are abstract:
/home/alex/dolfin/local/include/dolfin/FiniteElement.h:56: error:
virtual void dolfin::FiniteElement::vertexeval(dolfin::real*, unsigned
int, const dolfin::real*, const dolfin::Mesh&) const
Stokes.h: In constructor
`dolfin::Stokes::BilinearForm::TrialElement::TrialElement()':
is there anything broken at the moment in dolfin/ffc? I did not closely
follow the dev emails the last two weeks...
cheers,
/ALex
--
Alexander H. Jarosch
Jarðvísindastofnun Háskólans
Institute of Earth Sciences, University of Iceland
Náttúrufræðahús, Askja
Building of Natural Sciences, Askja
Sturlugata 7
IS - 101 Reykjavík
Iceland
Tel.: +354 525 4906
http://raunvis.hi.is/~jarosch/
Follow ups