← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] added trilinos demo under demo/la/trilinos

 

Please also add an appropriate header like for the other demos,
something like

# This demo program solves the equations of static
# linear elasticity for a gear clamped at two of its
# ends and twisted 30 degrees.

__author__ = "Kristian B. Oelgaard (k.b.oelgaard@xxxxxxxxxx)"
__date__ = "2007-11-14 -- 2007-12-03"
__copyright__ = "Copyright (C) 2007 Kristian B. Oelgaard"
__license__  = "GNU LGPL Version 2.1"

from dolfin import *

...



On Thu, Apr 24, 2008 at 11:49:03AM +0200, Ilmar Wilbers wrote:
> Would you mine putting the demo in a folder 'python' so that it follows 
> the setup of the others? Else the system test won't run it.
> 
> ilmar
> 
> 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:   4075:9851a12545f4bb42b912720edc3c693e37b7679c
> > tag:         tip
> > user:        Kent-Andre Mardal <kent-and@xxxxxxxxx>
> > date:        Thu Apr 24 11:27:06 2008 +0200
> > files:       demo/la/trilinos/demo.py sandbox/la/trilinos/demo.py
> > description:
> > added trilinos demo under demo/la/trilinos
> >
> >
> > changeset:   4074:2590e869efbd3fc167ca60dd1772eeced10abafc
> > user:        Kent-Andre Mardal <kent-and@xxxxxxxxx>
> > date:        Thu Apr 24 11:15:13 2008 +0200
> > files:       dolfin/la/EpetraMatrix.h dolfin/la/EpetraVector.cpp dolfin/la/EpetraVector.h
> > description:
> > clean up
> >
> >
> > changeset:   4073:41d1bd7e28ccda58a4659c92028d63a2dbefd55b
> > parent:      4071:0688f51e03923e32ae4804fd7ffe6d617c616a3f
> > parent:      4072:4d37ceae3723e331029396342c4f2133d189f92e
> > user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
> > date:        Thu Apr 24 09:41:23 2008 +0100
> > files:       
> > description:
> > merge.
> >
> > ----------------------------------------------------------------------
> > 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
> >   
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


References