You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can try to modify snek and to produce your own template from the snek template. You will need to learn how to use jinja2.
If it is actually too complicated, you can just for now copy-paste SIZE.j2 and modify it. It would be a good first step and we can use jinja2 inheritance later.
Uh oh!
There was an error while loading. Please reload this page.
See #30 (comment) and few comments after.
It would be much better to avoid copy pasting of https://github.com/snek5000/snek5000/blob/main/src/snek5000/resources/SIZE.j2 and to extend this file with jinja2 (See https://jinja.palletsprojects.com/en/3.0.x/templates/#template-inheritance).
Then, the parameters
u_oper_lx
,u_oper_ly
,u_oper_lz
can be used inuserbc
anduseric
subroutines to avoidglmax
.The text was updated successfully, but these errors were encountered: