Graphique des révisions

59 Révisions (master)
 

Auteur SHA1 Message Date
Jan Petykiewicz 03fc9e6d70 deprecate il y a 4 ans
jan 47dd0df8bc fix operator test il y a 6 ans
jan 66712efd49 scipy L-BFGS silently converts to float, so view as floats when dealing with it.' il y a 6 ans
jan a70687f5e3 add bloch example il y a 6 ans
jan 85030448c3 Use L-BFGS instead of CG, and remove rayleigh iteration refinement
scipy CG doesn't seem to converge as well as L-BFGS... worth looking
into later
il y a 6 ans
jan 16f97d7f6b Add ability to set bounds for find_k il y a 6 ans
jan f312d73503 Return real part of the gradient il y a 6 ans
jan 39979edc44 implement eigenvalue algorithm from Johnson paper. Could also use arpack + refinement, but that's also slow. il y a 6 ans
jan 4a9596921f rename search_direction to direction il y a 6 ans
jan 000cfabd78 switch fft, ifft il y a 6 ans
jan d09eff990f Update Rayleigh quotient iteration to allow arbitrary linear operators il y a 6 ans
jan 4aa2d07cef Add Bloch eigenproblem il y a 6 ans
jan 6503b488ce add farfield.py il y a 7 ans
jan 4bf8627611 clarify beta -> wavenumber il y a 7 ans
Jan Petykiewicz 73e3fa18b1 fix cylindrical operator il y a 7 ans
Jan Petykiewicz a4cc963953 bump version number il y a 7 ans
Jan Petykiewicz ea04fc42be Fix switched args il y a 7 ans
Jan Petykiewicz a4616982ca Add cylindrical coordinate 2D modesolver code il y a 7 ans
Jan Petykiewicz bacc6fea3f Move eigensolver code out to separate module il y a 7 ans
Jan Petykiewicz 001bf1e2ef Clarify eigensolver documentation il y a 7 ans
jan 17fa2aa3d3 In-place normalization during eigensolve il y a 7 ans
jan 7342c8efd7 Use ravel instead of flatten for vec() il y a 7 ans
jan d3c22006bd ie -> i.e. (docs) il y a 7 ans
jan c14298484d Fix eigenvalue solver for complex matrices il y a 7 ans
Jan Petykiewicz 6748181f8f use logging module for progress reports il y a 7 ans
Jan Petykiewicz 9d33744427 Fix docstring for rotation il y a 7 ans
Jan Petykiewicz 5033472342 Use ravel instead of flatten where possible il y a 7 ans
Jan Petykiewicz 43d1464258 Remote pyplot.hold
It's deprecated now
il y a 7 ans
Jan Petykiewicz 7cbbaedcdb bump version number il y a 7 ans
Jan Petykiewicz 48ddd9f512 Switch to C-ordered arrays il y a 7 ans
Jan Petykiewicz 1e80a66b50 add fdtd and test il y a 7 ans
jan bb53ba44e0 fix spacing il y a 8 ans
jan 6a56b081e4 add some missing type annotations il y a 8 ans
jan 685de70af0 Add PECs/PMCs to feature list il y a 8 ans
jan b8e9ec2b07 Bump version number il y a 8 ans
jan 068e0c7c93 Update README with solver and example information. il y a 8 ans
jan e3a0846a14 Remove extra space il y a 8 ans
jan ec674fe3f4 Add solvers submodule and clean up examples.
Solvers submodule includes a generic solver in case you already have a
sparse matrix solver, or in case you have no solver at all.

Example file now uses alternate solvers if available, and has a nicer
way of picking which solver gets used.
il y a 8 ans
jan 85880c859e Comment cleanup il y a 8 ans
jan c2d43b01df move magma solver into different package il y a 8 ans
jan 56df805e24 add possibility to use csr opengl solver il y a 8 ans
jan eb4d9be6cf use opencl solver (for testing) il y a 8 ans
jan 8daab636ea Cleaner conductor implementation il y a 8 ans
jan a3dac5c8f8 Add e2h PMC arg, and clarify comments il y a 8 ans
jan e288e59021 PEC and PMC for all wave operators il y a 8 ans
jan a512a88930 Add test code for PEC il y a 8 ans
jan 28f85712ce Use autoshifted_dxyz il y a 8 ans
jan 16bd864e90 Remove unused import il y a 8 ans
jan 02ec6d67d6 Fix function case il y a 8 ans
jan ec825945b6 Fix annotation il y a 8 ans