Skip to content

feat: detailed results for calculate strain profile#325

Merged
mortenengen merged 4 commits intodevfrom
feat/more-results
Mar 16, 2026
Merged

feat: detailed results for calculate strain profile#325
mortenengen merged 4 commits intodevfrom
feat/more-results

Conversation

@talledodiego
Copy link
Collaborator

With this PR I implemented custom results for calculate_strain_profile.

The objects store information (some are calculated only if and when requested) to assess the convergence process, e.g. the following lines:

plt.semilogy(strain_res.residual_norm_history, "-o")
plt.ylabel(r"$||\mathbf{r}||$")

plot the norm of the residual vector:

image

A future PR will assess the results for integrate_strain_profile

@mortenengen mortenengen changed the title Results for calculate strain profile feat: detailed results for calculate strain profile Mar 13, 2026
@mortenengen mortenengen moved this to New ✨ in PR tracker Mar 13, 2026
@mortenengen mortenengen added the enhancement New feature or request label Mar 13, 2026
@mortenengen mortenengen moved this from New ✨ to Under review 👀 in PR tracker Mar 16, 2026
Copy link
Member

@mortenengen mortenengen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this useful contribution!

@mortenengen mortenengen merged commit afba8a8 into dev Mar 16, 2026
4 checks passed
@github-project-automation github-project-automation bot moved this from Under review 👀 to Done 🚀 in PR tracker Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done 🚀

Development

Successfully merging this pull request may close these issues.

2 participants