← Back to team overview

ffc team mailing list archive

Re: Add mixed formulation of Stokes to the set of demo forms: [...]

 

Thanks. I'm not sure it works yet though... need to do some more
testing.

/Anders

On Tue, Sep 20, 2005 at 05:52:03PM +0200, Johan Hoffman wrote:
> Looks very nice!
> 
> /Johan
> 
> 
> > Commit from logg (2005-09-20 17:15 CEST)
> > ----------------
> >
> > Add mixed formulation of Stokes to the set of demo forms:
> >
> > P1 = FiniteElement("Lagrange", "triangle", 1)
> > P2 = FiniteElement("Vector Lagrange", "triangle", 2)
> > TH = P2 + P1
> >
> > (v, q) = BasisFunctions(TH)
> > (u, p) = BasisFunctions(TH)
> >
> > f = Function(P2)
> >
> > a = (dot(grad(u), grad(v)) - p*div(v) + div(u)*q)*dx
> > L = dot(f, v)*dx
> >
> >   ffc  src/demo/Poisson.form        1.20
> >   ffc  src/demo/PoissonSystem.form  1.6
> > + ffc  src/demo/Stokes.form         1.1
> >
> > _______________________________________________
> > FFC-dev mailing list
> > FFC-dev@xxxxxxxxxx
> > http://www.fenics.org/cgi-bin/mailman/listinfo/ffc-dev
> >
> 
> 

-- 
Anders Logg
Research Assistant Professor
Toyota Technological Institute at Chicago
http://www.tti-c.org/logg/



References