resistive-layer-width sanity checks for SLAYER - #298
Conversation
|
@logan-nc this PR does two things:
Let me know if anything looks off. |
Brings FKR-width up to date after 362 commits on feature/tearing-growthrates,
including two develop merges and the InnerLayer relocation.
Two conflicts, both from that relocation. src/Tearing/InnerLayer/SLAYER/ now
lives at src/InnerLayer/SLAYER/ (InnerLayer moved to the top level so it loads
before ForceFreeStates, which calls it for the matched-Delta' Galerkin solve):
- LayerThickness.jl: the LayerWidths constructor call conflicted because this
branch added the delta_FKR / delta_visco arguments while the other side
reindented. Kept both this branch's extra arguments and the target branch's
formatter indentation. The struct itself merged cleanly and carries all nine
fields.
- SetResistiveWidthPsihigh.jl was added inside the renamed directory, so git
flagged a file-location conflict; accepted its relocation to
src/InnerLayer/SLAYER/.
Also stripped trailing whitespace from the two touched files, which would fail
the pre-commit hygiene hook.
Verified: the package precompiles clean, LayerWidths carries
(ising, m, n, dels_db, delta_s, delta_s_m, d_beta, delta_FKR, delta_visco), and
runtests_slayer_{params,riccati,inputs,runner}.jl and runtests_innerlayer.jl all
pass.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
I synced this branch with Worth knowing why the retarget was needed: The merge hit two conflicts, both caused by Two things worth a look before review: 1.
|
Added FKR resistive-inertial and Visco-resistive width