dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #01919
[HG] Extend PDE class to mixed systems with 3 or 4 components.
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 1671:2884a4e629fa5eeb3b3ee9096d8f12210519e966
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Fri Feb 10 22:23:51 2006 -0500
files: src/kernel/form/PDE.cpp
description:
Extend PDE class to mixed systems with 3 or 4 components.
For more components, compute the full solution u of the system
and pick components manually: u0 = u[0], u1 = u[1] etc.
changeset: 1670:682d1de1440ecd35a844201d0a7bc5f3a906c80c
user: "Anders Logg <logg@xxxxxxxxx>"
date: Fri Feb 10 22:21:29 2006 -0500
files: src/demo/pde/poisson/main.cpp src/demo/pde/stokes/stabilized/main.cpp src/demo/pde/stokes/taylor-hood/main.cpp src/kernel/fem/FEM.cpp src/kernel/form/PDE.cpp src/kernel/form/dolfin/PDE.h src/kernel/function/DiscreteFunction.cpp src/kernel/function/Function.cpp
description:
Extend PDE class to handle mixed systems:
Function u;
Function p;
pde.solve(u, p);
changeset: 1669:7750b739bcbcaa988b5bbb09e9b58005873caf57
user: "Anders Logg <logg@xxxxxxxxx>"
date: Fri Feb 10 21:06:19 2006 -0500
files: src/demo/pde/poisson/main.cpp src/kernel/form/PDE.cpp src/kernel/form/dolfin/PDE.h src/kernel/la/KrylovSolver.cpp src/kernel/la/LU.cpp
description:
Automate the solution of static linear PDEs.
Use new approach for Poisson demo.
-------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin