← Back to team overview

dolfin team mailing list archive

Re: [HG dolfin] Get NonlinearPDE working again.

 

On Sat, May 05, 2007 at 07:03:01PM +0200, DOLFIN wrote:
> One or more new changesets pushed to the primary DOLFIN repository.
> A short summary of the last three changesets is included below.
> 
> changeset:   2995:0730c927f0f4a5a80347be0f6a37ef8618851aba
> tag:         tip
> user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
> date:        Sat May 05 13:02:49 2007 -0400
> files:       src/demo/pde/nonlinear/nonlinear-poisson/main.cpp src/kernel/pde/NonlinearPDE.cpp src/kernel/pde/PDE.cpp src/kernel/pde/dolfin/NonlinearPDE.h src/kernel/pde/dolfin/dolfin_pde.h
> description:
> Get NonlinearPDE working again.
> 
> NonlinearPDE no longer derives from GenericPDE since the interface to NonlinearPDE will be more involved that for a LinearPDE. Can we remove GenericPDE and PDE and just work with LinearPDE and NonlinearPDE?

Yes, if the interfaces are not the same and no implementation shared
then it doesn't make sense with a common base class. But they seem to
look the same now?

/Anders


> changeset:   2994:13008d33884344131688ec2ae753b91a0e696732
> parent:      2992:896e09ce10ca9e0f9f80a9b029b6f8ffa7b9fae5
> parent:      2993:8430c6675968cc3c043fafce9216468df8cf8197
> user:        "Anders Logg <logg@xxxxxxxxx>"
> date:        Fri May 04 19:39:25 2007 +0200
> files:       configure src/demo/meshfunction/main.cpp
> description:
> merge
> 
> 
> changeset:   2993:8430c6675968cc3c043fafce9216468df8cf8197
> parent:      2984:db9fed0fad34d2069cf36d0aab5183c270892ff7
> user:        "Ola Skavhaug <skavhaug@xxxxxxxxx>"
> date:        Thu May 03 16:51:33 2007 +0200
> files:       aclocal.m4 configure src/demo/meshfunction/main.cpp src/demo/meshfunction/plot.py src/pydolfin/dolfin_mesh_post.i
> description:
> Added better constructors for meshfunctions in Python.
> 
> 
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


References