dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #04599
[HG dolfin] Initial work on interpolation to vertices. Output under kernel/io should
One or more new changesets pushed to the primary DOLFIN repository.
A short summary of the last three changesets is included below.
changeset: 2821:fbe8ce50718a8edc1d8edfed6b4759e37443a9a1
tag: tip
user: "Anders Logg <logg@xxxxxxxxx>"
date: Thu Apr 12 10:36:10 2007 +0200
files: 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:
Initial work on interpolation to vertices. Output under kernel/io should
call f.interpolate(values, mesh) to get the vertex values.
changeset: 2820:5eca53071ea25eafc21e3b9f8f418e1144c0d0ed
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.
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin