Debian Automated Code Analysis

pyflakes analysis of dolfin-doc_0.9.9-3_all.deb

./usr/share/dolfin/demo/undocumented/optimization/python/demo.py:6: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lorenz/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lorenz/cpp/plot.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lorenz/cpp/stabilityfactors.py:3: 'from numpy import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lorenz/python/plot.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lorenz/python/plot.py:11: 'k' imported but unused
./usr/share/dolfin/demo/undocumented/lorenz/python/demo.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lorenz/python/demo.py:55: 'matplotlib' imported but unused
./usr/share/dolfin/demo/undocumented/nonmatching-projection/python/demo.py:9: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/simple/python/demo.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stiff/cpp/plot.py:6: 's5' imported but unused
./usr/share/dolfin/demo/undocumented/stiff/cpp/plot.py:13: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/quadrature/python/demo.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/waveguide/cpp/Forms.py:1: 'from ufl import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/waveguide/python/demo.py:21: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/poisson1D/python/demo.py:20: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/adaptive-pde/poisson.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/adaptive-pde/mixed-poisson.py:16: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/adaptive-pde/navier-stokes.py:20: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/adaptive-pde/energy-norm-poisson.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/periodic/python/demo.py:15: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/lift-drag/python/demo.py:20: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/refinement/python/demo.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/conditional/python/demo.py:20: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/elastodynamics/python/demo.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stokes-iterative/python/demo.py:9: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/complex/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/complex/cpp/plot.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/sym-dirichlet-bc/python/dg-speed-up-test.py:9: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/sym-dirichlet-bc/python/demo.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/sym-dirichlet-bc/python/dg-demo.py:13: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/sym-dirichlet-bc/python/speed-up-test.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/collection/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/collection/cpp/plot.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/eval/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/eval/python/demo.py:11: 'array' imported but unused
./usr/share/dolfin/demo/undocumented/dg-advection-diffusion/python/demo.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/neumann-poisson/python/demo.py:30: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/submesh/python/demo.py:9: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/spatial-coordinates/python/demo.py:24: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/meshintersection/2D/python/demo.py:16: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/meshintersection/3D/python/demo.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/meshintersection/3D/python/demo.py:13: 'from numpy import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/bcs/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/advection-diffusion/python/demo.py:19: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/entityintersection/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/time-series/python/demo.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/reaction-diffusion/python/demo.py:17: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/reaction-diffusion/python/short.py:1: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/smoothing/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/curl-curl/python/demo.py:19: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/nonmatching-interpolation/python/demo.py:9: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/aliev-panfilov/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/aliev-panfilov/cpp/plot.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/aliev-panfilov/python/demo.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/parameters/python/demo.py:13: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/extrapolation/python/demo2.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/extrapolation/python/demo2.py:9: 'from time import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/extrapolation/python/demo.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/adaptive-poisson/python/demo.py:22: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/adaptive-poisson/python/demo.py:24: 'pow' imported but unused
./usr/share/dolfin/demo/undocumented/tensor-weighted-poisson/python/demo.py:37: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/tensor-weighted-poisson/python/generate_data.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/projection-interpolation/python/demo.py:9: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/ale/python/demo.py:11: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/reaction/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/reaction/cpp/plot.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/meshfunction/cpp/plot.py:1: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/meshfunction/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/functional/python/demo.py:18: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stokes-stabilized/cpp/plot.py:1: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stokes-stabilized/python/demo.py:16: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/subdomains/python/demo.py:16: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/dielectric/python/demo.py:21: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/block-matrix/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/dg-poisson/cpp/plot.py:1: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/dg-poisson/python/demo.py:24: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/elasticity/cpp/plot.py:1: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/elasticity/python/demo.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stokes-mini/python/demo.py:14: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/harmonic/cpp/plot_dual.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/harmonic/cpp/plot_dual.py:5: 'from solution_dual import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/harmonic/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/harmonic/cpp/plot.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/partitioning/python/demo.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/built-in/python/demo.py:10: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/courtemanche/cpp/plot.py:2: 'from solution import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/courtemanche/cpp/plot.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/trilinos/python/demo2.py:13: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/trilinos/python/demo.py:13: 'TriUtils' imported but unused
./usr/share/dolfin/demo/undocumented/trilinos/python/demo.py:13: 'Epetra' imported but unused
./usr/share/dolfin/demo/undocumented/trilinos/python/demo.py:19: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stokes-taylor-hood/cpp/plot.py:1: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/stokes-taylor-hood/python/demo.py:14: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/plot/python/demo.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/restriction/python/demo.py:8: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/nonlinear-poisson/cpp/plot.py:2: 'from mayavi import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/nonlinear-poisson/python/demo.py:30: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/undocumented/interpolation/python/demo.py:18: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/pde/mixed-poisson/python/demo.py:29: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/pde/hyperelasticity/python/demo.py:13: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/pde/cahn-hilliard/python/demo.py:12: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/pde/biharmonic/python/demo.py:24: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/pde/navier-stokes/python/demo.py:13: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/pde/poisson/python/demo.py:22: 'from dolfin import *' used; unable to detect undefined names
./usr/share/dolfin/demo/la/eigenvalue/python/demo.py:16: 'from dolfin import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:14:47 +0000, based on results by pyflakes 0.4.0-1