Skip to content

Change README and tests to new FElupe loadcase API#10

Open
adtzlr wants to merge 1 commit intoZAARAOUI999:mainfrom
adtzlr:update-felupe-loadcase
Open

Change README and tests to new FElupe loadcase API#10
adtzlr wants to merge 1 commit intoZAARAOUI999:mainfrom
adtzlr:update-felupe-loadcase

Conversation

@adtzlr
Copy link
Copy Markdown

@adtzlr adtzlr commented Feb 13, 2026

Dear @ZAARAOUI999!

In FElupe 10.0.0, I changed the loadcase return variables. There's a new return_loadcase argument. This changes the API from

boundaries, loadcase = fem.dof.uniaxial(...)

to the new deprecated default in FElupe 10.0.0.

boundaries, loadcase = fem.dof.uniaxial(return_loadcase=None)

This will become

boundaries = fem.dof.uniaxial(return_loadcase=False)

in FElupe 11.0.0, because loadcase is not required in the typical high-level scripts. To prepare your scripts to work with FElupe >=10.0.0, I updated both README.md and tests.

@adtzlr adtzlr changed the title Change examples to new FElupe loadcase API Change README and tests to new FElupe loadcase API Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant