Skip to content

Instantly share code, notes, and snippets.

@certik
Created December 20, 2010 10:59
Show Gist options
  • Save certik/748260 to your computer and use it in GitHub Desktop.
Save certik/748260 to your computer and use it in GitHub Desktop.
$ ./eigenvalue-h2p
vertex_id_nucleus=226
ndof = 5020
Total running time for assembling matrices : 81.0938 s
Total running time for writing matrices to disk : 16.9294 s
Calling JDSYM...
solveGenEigenFromMtx.py:17: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
k_conv, lmbd, Q, it, itall = jdsym.jdsym(A, M, K, eigenval_num, target_value, jdtol, max_iter, itsolvers.minres)
solveGenEigenFromMtx.py:17: DeprecationWarning: PyArray_FromDims: use PyArray_SimpleNew.
k_conv, lmbd, Q, it, itall = jdsym.jdsym(A, M, K, eigenval_num, target_value, jdtol, max_iter, itsolvers.minres)
JDSYM finished.
Total running time for solving generalized eigenvalue problem: 2.98598 s
<< press spacebar to continue >>
D Closed view "Solution 0, val = -2.20527", window #1
E=-2.2052677715600000 Delta E=6.5742979993288486e-07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment