Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 12:44
· 916 commits to master since this release
1e099d6

MethodOfLines v0.2.0

Closed issues:

  • MOLFiniteDifference periodic boundaries (#10)
  • BoundaryConditionError: Could not read boundary condition 'Differential(x)(Differential(x)(u(t, 0))) ~ 0.0' (#9)
  • Generalize Neumann handling to higher dimensions (#8)
  • Finalize upwinding in MOLFiniteDifference (#7)
  • Finite differences for Laplacian in a spherical domain (#4)
  • Support discretization when lhs/rhs equal to zero (#3)
  • ExtraVariablesSystemException when using a Robin BC (#11)
  • PDE definition cannot handle simple multiplication by a constant? (#1)
  • Hermite finite differences (#13)
  • Allow arbitrary approximation order (#16)
  • Utilities tests (#28)
  • 2D variable connected to 1D variable via boundary (#33)
  • Register (#41)
  • Defining an array of variables causes error with ModelingToolkit.discretize() (#43)
  • TagBot trigger issue (#46)
  • Periodic wraparound (#47)

Merged pull requests:

  • fornberg(2020) weights based on hermite-based finite difference (#14) (@yewalenikhil65)
  • Arbitrary approx order (#17) (@xtalax)
  • Add a bunch of dev stuff (#18) (@ChrisRackauckas)
  • CompatHelper: add new compat entry for OrdinaryDiffEq at version 6, (keep existing compat) (#19) (@github-actions[bot])
  • CompatHelper: add new compat entry for ModelingToolkit at version 8, (keep existing compat) (#20) (@github-actions[bot])
  • CompatHelper: add new compat entry for SymbolicUtils at version 0.19, (keep existing compat) (#21) (@github-actions[bot])
  • CompatHelper: add new compat entry for SafeTestsets at version 0.0.1, (keep existing compat) (#22) (@github-actions[bot])
  • CompatHelper: add new compat entry for DiffEqBase at version 6, (keep existing compat) (#23) (@github-actions[bot])
  • CompatHelper: add new compat entry for Symbolics at version 4, (keep existing compat) (#24) (@github-actions[bot])
  • CompatHelper: add new compat entry for DomainSets at version 0.5, (keep existing compat) (#25) (@github-actions[bot])
  • CompatHelper: add new compat entry for NonlinearSolve at version 0.3, (keep existing compat) (#26) (@github-actions[bot])
  • CompatHelper: add new compat entry for SciMLBase at version 1, (keep existing compat) (#27) (@github-actions[bot])
  • Fix tests (#30) (@xtalax)
  • CompatHelper: add new compat entry for DiffEqOperators at version 4, (keep existing compat) (#31) (@github-actions[bot])
  • Upwind Differences (#34) (@xtalax)
  • CompatHelper: add new compat entry for TermInterface at version 0.2, (keep existing compat) (#35) (@github-actions[bot])
  • CompatHelper: add new compat entry for IfElse at version 0.1, (keep existing compat) (#36) (@github-actions[bot])
  • CompatHelper: add new compat entry for Combinatorics at version 1, (keep existing compat) (#37) (@github-actions[bot])
  • Add more interface tests, fix #11 (#39) (@xtalax)
  • Create LICENSE (#42) (@ChrisRackauckas)
  • #33 (#44) (@xtalax)
  • fix array variables, brusselator test, periodic wraparound (#45) (@xtalax)
  • Readme update (#48) (@xtalax)
  • CompatHelper: bump compat for TermInterface to 0.3, (keep existing compat) (#49) (@github-actions[bot])
  • Expand Documentation (#51) (@xtalax)
  • fix docbuild (!) (#53) (@xtalax)
  • Update Docs, building locally (#56) (@xtalax)