← Back to team overview

dolfin team mailing list archive

Make NewFunction work again: when a function is defined by a list of dofs (x), [...]

 

Commit from logg (2005-02-17 22:24 CET)
----------------

Make NewFunction work again: when a function is defined by a list of dofs (x),
we don't have to know the number of dimensions, since a vector-valued function
is expanded in a vector-valued basis and we just need to pick the coefficient
for each vector-valued basis function.

User-defined vector-valued functions still not implemented. Need to think
about how to do it right and if FFC needs to be involved.

  dolfin  src/demo/la/Makefile                           1.196
  dolfin  src/demo/solvers/ode/homotopy/simple/main.cpp  1.10
  dolfin  src/demo/solvers/ode/stiff/Makefile            1.151
  dolfin  src/kernel/fem/Makefile                        1.203
  dolfin  src/kernel/function/NewFunction.cpp            1.12