← Back to team overview

dolfin team mailing list archive

Re: Code growth

 

On Wed, Feb 27, 2013 at 2:15 PM, Anders Logg <logg@xxxxxxxxx> wrote:
> On Wed, Feb 27, 2013 at 02:11:37PM +0100, Johannes Ring wrote:
>> On Wed, Feb 27, 2013 at 1:50 PM, Anders Logg <logg@xxxxxxxxx> wrote:
>> > On Wed, Feb 27, 2013 at 07:52:25AM +0100, Johannes Ring wrote:
>> >> On Tue, Feb 26, 2013 at 9:24 PM, Anders Logg <logg@xxxxxxxxx> wrote:
>> >> > Here's an interesting picture:
>> >> >
>> >> > http://fenicsproject.org/pub/images/code_growth.png
>> >> >
>> >> > It confirms that the code has matured in the last few years, with an
>> >> > essentially linear growth since 2010.
>> >>
>> >> See also:
>> >>
>> >> https://www.ohloh.net/p/dolfin/analyses/latest/languages_summary
>> >
>> > Yes, I had forgotten about ohloh. See this link here for some comments
>> > on the ohloh line counting vs the DOLFIN klocs script:
>> >
>> > https://plus.google.com/u/0/116518787475147930287/posts/itW8giUj1Uk
>>
>> It is possible to filter out files on ohloh. The following is the
>> filter currently used for analyzing DOLFIN, but it is a long time
>> since I added it:
>>
>> Disallow: doc/
>> Disallow: data/
>> Disallow: test/unit/fem/python/tetrahedron.xml.gz
>> Disallow: demo/pde/navier-stokes/python/lshape.xml.gz
>> Disallow: demo/pde/navier-stokes/cpp/lshape.xml.gz
>> Disallow: demo/la/eigenvalue/python/box_with_dent.xml.gz
>> Disallow: demo/la/eigenvalue/cpp/box_with_dent.xml.gz
>> Disallow: demo/undocumented/meshfunction/mesh2D.xml.gz
>> Disallow: demo/undocumented/elasticity/python/gear.xml.gz
>> Disallow: demo/undocumented/elasticity/cpp/gear.xml.gz
>> Disallow: demo/undocumented/meshintersection/2D/python/rotator.xml.gz
>> Disallow: demo/undocumented/tensor-weighted-poisson/python/mesh.xml.gz
>> Disallow: demo/undocumented/tensor-weighted-poisson/python/c11.xml.gz
>> Disallow: demo/undocumented/tensor-weighted-poisson/python/c00.xml.gz
>> Disallow: demo/undocumented/tensor-weighted-poisson/python/c01.xml.gz
>> Disallow: demo/undocumented/subdomains/python/dolfin-2.xml.gz
>> Disallow: demo/undocumented/subdomains/cpp/dolfin-2.xml.gz
>
> Perhaps you could use the same filter as in the klocs script? Anything
> in demos, test and bench?

Ok, I modified the filter to this:

Disallow: bench/
Disallow: data/
Disallow: demo/
Disallow: test/

It will be updated during the next ohloh analysis, which, I think,
usually happens daily.

Johannes


Follow ups

References