Advertisement
Guest User

Untitled

a guest
May 27th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. runfile('/home/fadisaac/Cours/TFE/TempSousSol/Todo/tempfem.py', wdir='/home/fadisaac/Cours/TFE/TempSousSol/Todo')
  2. /usr/lib/python3/dist-packages/matplotlib/backend_bases.py:2437: MatplotlibDeprecationWarning: Using default event loop until function specific to this GUI is implemented
  3. warnings.warn(str, mplDeprecation)
  4. Mesh: Mesh: Nodes: 2191 Cells: 4128 Boundaries: 6318
  5. None
  6. ('Asssemblation time: ', 0.37)
  7. ('Solving time: ', 0.017)
  8. Traceback (most recent call last):
  9.  
  10. File "<ipython-input-2-8a9469a9d200>", line 1, in <module>
  11. runfile('/home/fadisaac/Cours/TFE/TempSousSol/Todo/tempfem.py', wdir='/home/fadisaac/Cours/TFE/TempSousSol/Todo')
  12.  
  13. File "/usr/lib/python3/dist-packages/spyderlib/widgets/externalshell/sitecustomize.py", line 699, in runfile
  14. execfile(filename, namespace)
  15.  
  16. File "/usr/lib/python3/dist-packages/spyderlib/widgets/externalshell/sitecustomize.py", line 88, in execfile
  17. exec(compile(open(filename, 'rb').read(), filename, 'exec'), namespace)
  18.  
  19. File "/home/fadisaac/Cours/TFE/TempSousSol/Todo/tempfem.py", line 80, in <module>
  20. S = M + A * dt * theta
  21.  
  22. RuntimeError: /home/fadisaac/src/gimli/gimli/src/sparsematrix.h: 726 GIMLI::Vector<ValueType2> GIMLI::SparseMatrix<ValueType>::mult(const GIMLI::Vector<ValueType2>&) const [with ValueType = double] SparseMatrix size(): 2191 a.size(): 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement