Skip to content

Fix documentation typo#4297

Merged
garth-wells merged 1 commit into
FEniCS:mainfrom
SalzmanA:typo_scatterer
Jul 18, 2026
Merged

Fix documentation typo#4297
garth-wells merged 1 commit into
FEniCS:mainfrom
SalzmanA:typo_scatterer

Conversation

@SalzmanA

Copy link
Copy Markdown
Contributor

I think there's a small typo here in the remote_indices documentation.

@schnellerhase schnellerhase left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes thanks, see

auto _remote_data = remote_data.view();
auto& idx = self.remote_indices();
for (std::size_t i = 0; i < idx.size(); ++i)
send_buffer[i] = _remote_data(idx[i]);
.

@schnellerhase schnellerhase added housekeeping Tidying and style improvements documentation Documentation improvements or fixes labels Jul 18, 2026
@garth-wells
garth-wells added this pull request to the merge queue Jul 18, 2026
@garth-wells garth-wells changed the title typo ? Fix documentation typo Jul 18, 2026
Merged via the queue into FEniCS:main with commit a5b41b9 Jul 18, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation improvements or fixes housekeeping Tidying and style improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants