← Back to team overview

dolfin team mailing list archive

[HG] Small fixes in src/post/links.sh.

 

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

changeset:   1708:39711efac498474483cf3cc0d957612dd1782782
tag:         tip
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Fri Feb 17 18:39:25 2006 +0100
files:       src/post/links.sh
description:
Small fixes in src/post/links.sh.


changeset:   1707:86adc77d789ca38f5774b14d85924b2fe324160d
parent:      1705:b607b5c492ef9332bbbfe96999c9015f3cb78d60
parent:      1706:cfdbb1a4cb0f90e1a41a97ce2cf8647b9bcff5be
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Fri Feb 17 18:24:15 2006 +0100
files:       src/demo/nls/nonlinearpoisson/NonlinearPoisson.form src/demo/nls/nonlinearpoisson/NonlinearPoisson.h src/demo/nls/nonlinearpoisson/main.cpp
description:
Modify nonlinear Poisson demo.


changeset:   1706:cfdbb1a4cb0f90e1a41a97ce2cf8647b9bcff5be
parent:      1703:8932e200aa0636addfe3d35dbd77e652a959213f
user:        "Garth N. Wells <g.n.wells@xxxxxxxxxx>"
date:        Fri Feb 17 14:39:44 2006 +0100
files:       src/demo/pde/elasticity/main.cpp src/kernel/form/PDE.cpp
description:
Remove add("solver", "direct") from the constructors of PDE.

add("solver", "default") exists in DefaultParameters.h, and PDE is set to use GMRES for is solver == default. To use a direct solver,

set("solver", "direct");
Function u = pde.solve();


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