dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04597
[HG dolfin] Add functions rank() and dim() to Function interface, corresponding to
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2820:5eca53071ea25eafc21e3b9f8f418e1144c0d0ed
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Thu Apr 12 09:48:57 2007 +0200
files: src/demo/pde/poisson/Poisson.h src/demo/pde/poisson/main.cpp src/kernel/function/ConstantFunction.cpp src/kernel/function/DiscreteFunction.cpp src/kernel/function/Function.cpp src/kernel/function/FunctionPointerFunction.cpp src/kernel/function/UserFunction.cpp src/kernel/function/dolfin/ConstantFunction.h src/kernel/function/dolfin/DiscreteFunction.h src/kernel/function/dolfin/Function.h src/kernel/function/dolfin/FunctionPointerFunction.h src/kernel/function/dolfin/GenericFunction.h src/kernel/function/dolfin/UserFunction.h
description:
Add functions rank() and dim() to Function interface, corresponding to
the UFC functions finite_element::value_rank() and finite_element::value_dim().
Will be used for output/postprocessing.
changeset: 2819:d47252db60b5299f59ee91879b4706858959fc7f
user: "Anders Logg <logg@xxxxxxxxx>"
date: Tue Apr 10 23:41:19 2007 +0200
files: src/kernel/mesh/dolfin/SubDomain.h
description:
Implement boundary conditions:
- Application implemented in NewBoundaryCondition::apply()
- New class SubDomain makes definition of sub domains easy
- Solution vector looks correct for Poisson demo!
Next we need to fix the export to vertex values to plot
the solution. Also need to update the PDE classes.
changeset: 2818:a093778e477bda7fb669089a31652a28e995982e
user: "Anders Logg <logg@xxxxxxxxx>"
date: Tue Apr 10 23:39:15 2007 +0200
files: src/demo/pde/poisson/main.cpp src/kernel/fem/Assembler.cpp src/kernel/fem/NewBoundaryCondition.cpp src/kernel/fem/dolfin/NewBoundaryCondition.h src/kernel/function/Function.cpp src/kernel/function/dolfin/Function.h src/kernel/mesh/Makefile.am src/kernel/mesh/Makefile.in src/kernel/mesh/dolfin/Makefile.am src/kernel/mesh/dolfin/Makefile.in src/kernel/mesh/dolfin/Vertex.h src/kernel/mesh/dolfin/dolfin_mesh.h
description:
Implement boundary conditions:
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin