Releases: SPPearce/CompoundMatrixMethod
v0.9.2
Version 0.9.1
Allowed for interface problems to have different system sizes on each side of the interface.
Version 0.9
Changed the name of ToLinearMatrixForm to ToMatrixSystem, now requires specifying the eigenvalue in ToMatrixSystem but not in Evans. Included WorkingPrecision support, and improved the Winding number functions.
Version 0.7
v0.7 Add files via upload
v0.5: Version 0.5
Now works for domains with an interface between two regions, and automatically incorporates the end conditions at infinity if no boundary conditions given there.
Changed the output from ToLinearMatrixForm to not return the vectors from boundary conditions in the case of the homogeneous conditions, outputs a warning and the vectors for inhomogeneous conditions. This may break code trying to take particular parts of the output, but makes the CompoundMatrixMethod function simpler as only homogeneous equations can work in the CMM.
v0.4
Endpoints can now depend on the eigenvalue.
No longer checks that the matrix rank is full, as that is not required.
Specified the method to use for the NullSpace calculation, to make it more consistent when eigenvalues cross.
Added a MaxStepFraction in order to help the NDSolve when the features are very localised.