danfortunato / ultraSEM

The ultraspherical spectral element method
MIT License
29 stars 3 forks source link

feature-BCGUI #39

Open nickhale opened 2 years ago

nickhale commented 2 years ago

A simple GUI to specify Dirichlet and/or Neumann BCs.

dom = ultraSEM.Domain.L;
dom = refine(dom, 2);
S = ultraSEM(dom, {1,0,0}, -1);
bc = BCGUI(S); % Close the figure to continue computation.
plot(S\bc); shg

(Requires feature-robin-bcs.)