dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #00347
Added vector function interface to NewFunction. The internal ordering of [...]
Commit from hoffman (2005-02-15 11:30 CET)
-------------------
Added vector function interface to NewFunction. The internal ordering of
in particular project() needs to be compatbile with that of FFC. The
present ordering follows the rule: value for vector component j at dof i,
is stored at i*no_comp+j (with no_comp the number of vector components).
dolfin src/demo/la/Makefile 1.193
dolfin src/demo/solvers/ode/stiff/Makefile 1.148
dolfin src/kernel/fem/Makefile 1.200
dolfin src/kernel/function/NewFunction.cpp 1.9
dolfin src/kernel/function/dolfin/NewFunction.h 1.7
Follow ups