Skip to content

Conversation

@miguelmaso
Copy link
Contributor

@miguelmaso miguelmaso commented Nov 21, 2025

This PR adds an overload of get_dirichlet_dof_values(f::FEFunction) which forwards to get_dirichlet_dof_values(get_fe_space(f)).

Motivation: Other related functions (e.g., get_free_dof_values, get_cell_is_dirichlet) already accept a FEFunction. Adding this method makes the interface consistent.

Closes #1187

@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.32%. Comparing base (9cf59d7) to head (2514b2b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1186   +/-   ##
=======================================
  Coverage   89.31%   89.32%           
=======================================
  Files         212      212           
  Lines       27013    27015    +2     
=======================================
+ Hits        24128    24130    +2     
  Misses       2885     2885           
Flag Coverage Δ
drivers 0.00% <0.00%> (ø)
extensions 0.00% <0.00%> (ø)
tests 89.32% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

[usability] [consistency] get_dirichlet_dof_values

1 participant