bachrathyd / MDBM.jl

Multi-Dimensional Bisection Method: Julia package to determine the set of roots for 'any' parameter dimension and 'any' codimension
MIT License
33 stars 5 forks source link

Axis is not copied into MDBM_Problem #12

Closed HTSykora closed 5 years ago

HTSykora commented 5 years ago
using MDBM

a=Axis(-1:1)
prob=MDBM_Problem((x,y)->x-y,[a,a])

solve!(prob,1)

a #== [-1,-0.75,-0.5,-0.25,0.,0.25, ... ,1] instead of [-1,0,1]
HTSykora commented 5 years ago

Resolved in 14afaf1addc8c6a6ab7fd86e0a5bfac36e4a62d0

bachrathyd commented 5 years ago

Azt eddig tudtam, hogy az eredetileg adott tengely módusol, de úgy voltam vele, hogy "feature" és nem "bug" :-D de ilyen meghívásra nem is gondoltam, így tényleg rossz lett volna! Kösz a javítást! Van vele bármi tennivalóm? Dani

Dr. Daniel Bachrathy assistant professor Budapest University of Technology and Economics Department of Applied Mechanics bachrathy@mm.bme.hu

On Fri, 1 Mar 2019 at 13:31, Henrik Sykora notifications@github.com wrote:

using MDBM

a=Axis(-1:1) prob=MDBM_Problem((x,y)->x-y,[a,a]) solve!(prob,1)

a #== [-1,-0.75,-0.5,-0.25,0.,0.25, ... ,1] instead of [-1,0,1]

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bachrathyd/MDBM.jl/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/ALmnrYwyo35s6f0i-VBSrP5l2rY-UnsUks5vSR2HgaJpZM4bY6v7 .