Revision a84235d48b4c076481277b0c48707210ab34b856 authored by Ruthotto, Lars on 13 June 2016, 22:14:12 UTC, committed by Patrick Belliveau on 16 November 2016, 19:31:41 UTC
Fixed deprecation warnings/errors in Utils and InverseSolve modules. All tests pass for Utils, not sure about InverseSolve.

Finished updating LinearSolvers.jl for 0.5 also fixed method override warnings in InverseSolve. InverseSolve still has other test errors.

Updated getEdgeIntegralOfPolygonalChain to comply with julia 0.5 singleton array dimension handling.

Finished updating for 0.5. Major change was replacing remoteReferences with combination of Future and RemoteChannel. This neccessitated introduction of new helper function initRemoteChannel. Ideally this could be implemented as a macro that works like spawn but returns RemoteChannel instead of Future

Fixed deprecation warning in juliaWrapper.jl

Fixed performance bug in computeMisfit. Local conductivities were being initialized on master process, then copied to workers. They're now initialized on workers

Add docstring for initRemoteChannel

Fixed getData methods in getDataParallel.jl and added tests for them. Deleted old commented out version of nodal diffusion regularization. Fixed parallel loading of modules in setupTests.jl

Brought back doClear to getData methods in getDataParallel.jl and added typing of mesh2mesh input argument. Added doClear field to getData method defined for LSparam forward problem used in tests.
1 parent 6d3b8d5
History
File Mode Size
docs
examples
src
test
.gitignore -rw-r--r-- 34 bytes
.travis.yml -rw-r--r-- 702 bytes
LICENSE -rw-r--r-- 1.0 KB
README.md -rw-r--r-- 2.8 KB
REQUIRE -rw-r--r-- 23 bytes
appveyor.yml -rw-r--r-- 710 bytes

README.md

back to top