docs(gallery): cover the open-domain wave operators and modal analyses - #48
Merged
Conversation
Documentation for PR #39's API surface and examples: - New gallery chapter open_domain_wave.rst - the port-driven Helmholtz resonator (357 Hz fundamental, 12x cavity gain) and the PML-framed optical microdisk (whispering-gallery mode), with freshly generated figures and the four-line robin_operator / port_source recipe. - New gallery chapter modal_analysis.rst - rectangular-waveguide modes (Marcatili agreement ~1e-4) and cantilever-cylinder vibration (Euler-Bernoulli +3%), both generalized-eigenproblem workflows. - API reference: FacetBilinearAssembler + AnisotropicLaplace / ScaledMass builtins (assemble), robin_operator / port_source (operator), functional.pml section. - forms builtin table + boundary_conditions: Robin/port conditions are now first-class, the 'not built in' bullet retires. - README example/architecture rows; ROADMAP item 3 marks the PML half shipped (metamaterial TopOpt remains, with an autograd-through- boundary-ops prerequisite noted); example READMEs' source links follow the operator/functional namespace move; a handful of docstring cross-reference fixes surfaced by the API build. - zh_CN catalogs synced: 67 new entries translated and reviewed. Both builds clean; ZH adds zero warnings over the EN baseline. Signed-off-by: Shizheng-Wen <wenshizheng0710@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs follow-up to #39: two new gallery chapters (Open-Domain Wave: port-driven Helmholtz resonator + PML-framed optical microdisk; Modal Analysis: waveguide modes + cantilever vibration) with freshly generated figures, API reference entries for the new surface (FacetBilinearAssembler, AnisotropicLaplace/ScaledMass, robin_operator/port_source, functional.pml), guide/README/ROADMAP sync, example-README links updated for the namespace move, and 67 zh_CN entries translated. Both builds clean; ZH adds zero warnings over EN.