← Back to team overview

dolfin team mailing list archive

[HG] Fix bug in Stokes demo (wrong boundary conditions).

 

One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.

changeset:   1783:b59604277adf56434373a9bfde806106f490c157
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Mar 14 20:53:58 2006 -0500
files:       src/demo/pde/stokes/taylor-hood/main.cpp
description:
Fix bug in Stokes demo (wrong boundary conditions).


changeset:   1782:2781df096279f5dfd34c91cfc5a2f7c29d359480
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Mar 14 20:28:51 2006 -0500
files:       src/demo/pde/stokes/taylor-hood/main.cpp src/kernel/fem/FEM.cpp
description:
Remove debugging for Stokes test problem. Velocity still seems
to be wrong (not propagated correctly from the inflow). I have
checked the boundary conditions carefully and they seem to be correct.
In particular, u = 0 along the boundary except for inflow and outflow.


changeset:   1781:5d3af79f94f9ce03ec0d41053b697d493b4aa0dc
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Tue Mar 14 17:59:25 2006 -0500
files:       src/demo/pde/stokes/taylor-hood/main.cpp src/kernel/fem/FEM.cpp src/kernel/la/GMRES.cpp src/kernel/la/KrylovSolver.cpp src/kernel/la/dolfin/GMRES.h src/kernel/la/dolfin/KrylovSolver.h src/kernel/ode/MultiAdaptiveNewtonSolver.cpp src/kernel/ode/dolfin/MultiAdaptiveNewtonSolver.h src/pydolfin/dolfin.py src/pydolfin/dolfin_wrap.cpp
description:
Cleanup KrylovSolver:

 - Remove setFoo() functions in public interface
 - Cleanup and restructure implementation

Please check that everything looks ok. I think it the code is easier
to follow now, but I may be wrong.

In particular, check that everything works wrt boo set_pc (I removed it).


-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin