dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12666
[HG DOLFIN] Added SUPGStabilizer to shared_ptr derived classes
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5861:b92cb5007a24e03ab0cb73d3d475f85aca6aa46a
tag: tip
user: "Johan Hake <hake@xxxxxxxxx>"
date: Thu Mar 12 22:01:30 2009 +0100
files: dolfin/swig/dolfin_shared_ptr_classes.i
description:
Added SUPGStabilizer to shared_ptr derived classes
changeset: 5860:54b6f356ba99be68a5caa08fa66031fc1572ac0e
user: "Johan Hake <hake@xxxxxxxxx>"
date: Thu Mar 12 22:00:22 2009 +0100
files: dolfin/function/SpecialFunctions.cpp dolfin/function/SpecialFunctions.h site-packages/dolfin/specialfunctions.py
description:
Added a SUPGStablizer built in function
sigma - diffusion coeffisient
a - advective field
s - SUPGStabilizer(a,sigma)
v - TestFunction
# SUPG stabilized TestFunction
v = v + dot(s,grad(v))
(Will add a demo later)
changeset: 5859:93a016caa761ffc2de412d2a3a22b307b362d940
user: "Johan Hake <hake@xxxxxxxxx>"
date: Thu Mar 12 21:48:20 2009 +0100
files: dolfin/la/EpetraVector.h dolfin/la/MTL4Vector.h dolfin/la/PETScVector.h dolfin/la/uBLASVector.h
description:
Fix unimplemented GenericVector interface after change in norm()
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin