On 29 September 2011 09:24, Marie E. Rognes<meg@xxxxxxxxx> wrote:
On 09/29/11 01:25, noreply@xxxxxxxxxxxxx wrote:
------------------------------------------------------------
revno: 6300
committer: Garth N. Wells<gnw20@xxxxxxxxx>
branch nick: dolfin-all
timestamp: Thu 2011-09-29 00:23:21 +0100
message:
Big efficiency improvement when reading function data in parallel.
modified:
demo/undocumented/advection-diffusion/cpp/main.cpp
dolfin/io/XMLFunctionData.cpp
dolfin/io/XMLFunctionData.h
Nice! Do you have some numbers for the efficiency improvement?
No, because the old slow code only existed for about one day. Reading
function data is a new feature. The old code (from yesterday) involved
a lot of searches which the new code avoids.