clawpack / amrclaw

AMR version of Clawpack
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
26 stars 45 forks source link

update adjoint write method #242

Closed bolliger32 closed 5 years ago

bolliger32 commented 5 years ago

updates the write method for AdjointData so that it if the setrun file references adjoint files with a relative path, they are assumed to be relative to the directory where you are writing the AdjointData object out.

This PR goes with https://github.com/clawpack/clawutil/pull/136