dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04746
[HG dolfin] Initial work at setting boundary conditions for sub systems. New class
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2919:7e7c736da44c1fdcb2725f96aac0b84506db60af
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Wed Apr 25 00:13:54 2007 +0200
files: src/demo/pde/stokes/taylor-hood/main.cpp src/kernel/fem/BoundaryCondition.cpp src/kernel/fem/Makefile.am src/kernel/fem/Makefile.in src/kernel/fem/dolfin/BoundaryCondition.h src/kernel/fem/dolfin/Makefile.am src/kernel/fem/dolfin/Makefile.in
description:
Initial work at setting boundary conditions for sub systems. New class
SubSystem handles extraction of sub elements and sub dof maps for nested
sub systems. (Untested and incomplete).
changeset: 2918:fc6cf0442095b48916858e9edb339bc8b4a04514
user: "Anders Logg <logg@xxxxxxxxx>"
date: Tue Apr 24 23:03:27 2007 +0200
files: src/demo/pde/stokes/taylor-hood/main.cpp src/kernel/common/dolfin/Array.h
description:
Simplify creation of small Arrays (push_back not needed).
changeset: 2917:8cf37749db79fd96c3bedce14748c8f1e65d62f2
user: "Anders Logg <logg@xxxxxxxxx>"
date: Tue Apr 24 22:26:51 2007 +0200
files: src/demo/pde/stokes/taylor-hood/main.cpp src/kernel/fem/BoundaryCondition.cpp src/kernel/fem/dolfin/BoundaryCondition.h src/kernel/mesh/dolfin/MeshFunction.h src/kernel/pde/dolfin/PDE.h
description:
Add constructor to MeshFunction for direct creation from file data,
for example
Mesh mesh("mesh.xml");
MeshFunction<uint> sub_domains(mesh, "subdomains.xml");
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
Follow ups