dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #11072
Re: Apply plotting patch from Joachim Haga that handles removal of temporary files.
Quoting Anders Logg <logg@xxxxxxxxx>:
> On Tue, Dec 09, 2008 at 04:39:59PM +0100, Kristian Oelgaard wrote:
> > Quoting Anders Logg <logg@xxxxxxxxx>:
> >
> > > On Tue, Dec 09, 2008 at 03:18:38PM +0100, Kristian Oelgaard wrote:
> > > > Quoting DOLFIN <dolfin@xxxxxxxxxx>:
> > > >
> > > > > One or more new changesets pushed to the primary dolfin repository.
> > > > > A short summary of the last three changesets is included below.
> > > > >
> > > > > changeset: 5285:4bfe2d1131d66492e3025f71ae2f46a841472b2f
> > > > > tag: tip
> > > > > user: Anders Logg <logg@xxxxxxxxx>
> > > > > date: Tue Dec 09 08:04:36 2008 +0100
> > > > > files: dolfin/plot/plot.cpp
> > > > > description:
> > > > > Apply plotting patch from Joachim Haga that handles removal of
> temporary
> > > > > files.
> > > > >
> > > > >
> > > > > changeset: 5284:79c0f021aa60cf3d8ef702da6d5dce18159a53ac
> > > > > user: Anders Logg <logg@xxxxxxxxx>
> > > > > date: Mon Dec 08 20:14:57 2008 +0100
> > > > > files: dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h
> > > > > description:
> > > > > Add check for dimensions in application of Dirichlet bcs.
> > > > > More checks needed (not yet checking for subspaces).
> > > >
> > > > This broke
> > > >
> > > > bc.apply(b,x);
> > > >
> > > > etc. for me.
> > >
> > > What error message do you get?
> >
> > terminate called after throwing an instance of 'std::runtime_error'
> > what(): *** Assertion (A) [at dolfin/fem/DirichletBC.cpp:263 in
> check()]
> >
> > Kristian
>
> ok, I forgot that A is not always a nonzero pointer.
>
> I made an attempt to fix this. See if it helps.
It appears to be working now, thanks.
Kristian
> --
> Anders
>
References