dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #08255
Re: [HG bundle] Dirichlet Boundary conditions in time-dependent problems
On Tue, Jun 17, 2008 at 12:26:59PM +0100, Nuno David Lopes wrote:
> I hope it works.
> On Tuesday 17 June 2008, Nuno David Lopes wrote:
> > For time-dependent problems were we don't change the system
> > Matrix, it makes sense to apply Boundary conditions only to
> > right-hand vector b?
> > I've simplified the function:
> > void apply(GenerecMatrix& A,GenericVector& b, const GenericVector* x,
> > const DofMap& dof_map, const ufc::form& form);
> > and added
> > void apply(GenericVector& b, const GenericVector* x,
> > const DofMap& dof_map, const ufc::form& form);
> > so inside a loop we don't need to touch in the system matrix again.
> >
> > I'll create a bundle and send it, also with the RAWFile.h and RAWFile.cpp,
> > for Xd3d format.
Please send a separate bundle for the Xd3d format.
Once I've fixed the current bug in DirichletBC, you can send a new
bundle for DirichletBC::apply().
--
Anders
Attachment:
signature.asc
Description: Digital signature
Follow ups
References