← Back to team overview

dolfin team mailing list archive

Re: [Viper-dev] Plotting vector field

 

On Sun, Apr 29, 2007 at 02:02:19PM +0200, Ola Skavhaug wrote:
> Anders Logg skrev den 29/04-2007 følgende:
> > On Sat, Apr 28, 2007 at 11:46:16PM +0200, Ola Skavhaug wrote:
> > > Anders Logg skrev den 28/04-2007 følgende:
> > > 
> > > [snip]
> > > 
> > > > > Thanks, that fixed the first error. The second seems to be a missing file.
> > > > > 
> > > > > Ola
> > > > 
> > > > Fixed. Sorry about this.
> > > 
> > > Thanks, now, pydolfin does not compile:
> > > 
> > > dolfin_wrap.cpp: In function 'PyObject* _wrap_new_Function__SWIG_5(PyObject*,
> > > PyObject*)':
> > > dolfin_wrap.cpp:16769: error: no matching function for call to
> > > 'dolfin::SubFunction::SubFunction()'
> > > ../../src/kernel/function/dolfin/SubFunction.h:33: note: candidates are:
> > > dolfin::SubFunction::SubFunction(dolfin::DiscreteFunction*, dolfin::uint)
> > > ../../src/kernel/function/dolfin/SubFunction.h:29: note:
> > > dolfin::SubFunction::SubFunction(const dolfin::SubFunction&)
> > > make[1]: *** [_dolfin_la-dolfin_wrap.lo] Error 1
> > > 
> > > Ola
> > 
> > It's the old touch dolfin.i problem as usual... This should be fixed
> > now.
> 
> When running dolfin-stokes in taylor-hood, no file named velocity.xml is
> created. Shouldn't the solutions be saved to file in xml-format?
> 
> Ola

We've been debugging the VTK (.pvd) output for paraview so we've been
changing back and forth. If you pull again, you should get something
that works.

Note: The Poisson, elasticity and Stokes demo (one of them) works now, so
we just need to continue digging through the demos to get closer to a
release.

/Anders


References