boutproject / zoidberg

A Flux-Coordinate Independent (FCI) Grid Generator for BOUT++
GNU Lesser General Public License v3.0
2 stars 2 forks source link

Updates from BOUT++ 3D metric PR #1

Closed ZedThree closed 3 years ago

ZedThree commented 3 years ago

https://github.com/boutproject/BOUT-dev/pull/2025

I've applied black formatting to this already

This branch was created with the following commands:

git checkout -b coords3d
git reset --hard 2718fabc3
git remote add --fetch bout git@github.com:boutproject/BOUT-dev.git
git cherry-pick -Xsubtree=tools/pylib \
  $(git log --reverse --pretty=format:"%h" --follow 32f402c53..bout/coord3d_merged2 -- tools/pylib/zoidberg)

This is the second attempt -- the first attempt, I used bout/next..bout/coord3d_merged2, but this resulted in some hairy conflicts.