https://github.com/geodynamics/citcoms
Revision e5a69cd89173edbfecdaacee2254a1516852498a authored by Leif Strand on 04 August 2009, 01:45:56 UTC, committed by Leif Strand on 04 August 2009, 01:45:56 UTC
according to gprof).  Perform it once per level, caching the result.

1 parent 6957a07
Raw File
Tip revision: e5a69cd89173edbfecdaacee2254a1516852498a authored by Leif Strand on 04 August 2009, 01:45:56 UTC
The function collect_terms() turns out to be quite expensive (over 70%
Tip revision: e5a69cd
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top